PDA

View Full Version : adding images



necforums
Sat 21st Feb '09, 12:37pm
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

Jose Amaral Rego
Sun 13th Sep '09, 5:16pm
<a style="text-decoration:none" href="#"><img src="image.ext"></a>