Log in

View Full Version : images help


necforums
02-21-2009, 02:42 PM
I cannot get images to show up when I am coding my vbulletin header and/or columns.

I know enough about html to build a basic webpage but I do not know much about php so I am guessing this is why I am having a problem.

This Is the img tag I am using

<IMG SRC="image link" WIDTH="0" HEIGHT="0" BORDER="0" ALT="">

Also when I ad an hyperlink It is automatically underlined I am guess it is taking the properties of the existing css is there any way when adding code to have it operate independent.

Thank You

blind-eddie
02-21-2009, 02:46 PM
Try this....

<a href="image link">
<img src="image.gif" WIDTH="0" HEIGHT="0" BORDER="0" ALT="">
</a>