PDA

View Full Version : Help



Gangster
16-02-2008, 08:22 PM
When i hyperlink a button on my navigation bar the whole layout goes like this

http://img33.picoodle.com/img/img33/4/2/16/f_problemm_cf7798a.png

Why? and how can i change it so that doesn't happen?
Im coding in tables btw.

Gangster
16-02-2008, 08:34 PM
oh yeah, rep aswell

RYANNNNN
16-02-2008, 10:21 PM
style="border: none;"

I always forget whether it has to be applied to the a or img code though, try both. I think it's the img

MrCraig
16-02-2008, 10:23 PM
Or add to head sect



<style type="text/css">
img{border:0px;}
</style>

Lilian
16-02-2008, 10:24 PM
Add this to the image code
border="0"

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