PDA

View Full Version : HTML Help.



lMattz
07-04-2006, 04:16 PM
I got this problem:

http://www.habbohitz.net/images/problem.PNG

<a target="I1" href="url"<img src="url"></a>
<a target="I1" href="url"<img src="url"></a>
<a target="I1" href="url"<img src="url"></a>
<a target="I1" href="url"<img src="url"></a>
<a target="I1" href="url"<img src="url"></a>
<a target="I1" href="url"<img src="url"></a>
<a target="I1" href="url"<img src="url"></a>
<a target="I1" href="url"<img src="url"></a>

Thats the code above ^.

Thanks

- Matt

nets
07-04-2006, 04:23 PM
<a style="border: none;" target="I1" href="/url.htm"> <img src="/url.htm" alt="" /> </a>

lMattz
07-04-2006, 04:26 PM
Okay thanks dude + rep

lMattz
07-04-2006, 04:32 PM
Sorry for the double post but i just tried it and it doesnt work :'(

nets
07-04-2006, 04:33 PM
What are you trying to achieve which isn't working?

lMattz
07-04-2006, 04:36 PM
I dont want the blue boxes round the images that link to the certain pages.

- Matt

Bomb-Head
07-04-2006, 04:45 PM
Try this:

<a target="I1" href="url"<img border="0" src="url"></a>

That most probably will deffinatley work.

nets
07-04-2006, 04:46 PM
<a target="I1" href="/url.htm"> <img style="border: none;" src="/url.htm" alt="" /> </a>

Mentor
07-04-2006, 10:00 PM
Shoulnt put the trailing / at start of the url, as u will load things as site.com//image.gif for exsample, its such a common error most browsers will fix automaticly but still best not to have "/

Want to hide these adverts? Register an account for free!