Quote:
Originally Posted by rotor
I added the following code in configure to a "Static HTML" widget
<img src="http://www.xxxxxxx.com/xxxxxx/xxxxxx/CQFlyers.jpg" alt="" />
The box shows empty and I don't know why? The url points directly to the image but it just isnt showing.
Any ideas?
|
In modern browsers your HTML syntax is correct. The img tag format depends on the 'Doctype. Vbulletin4 users 'XHTML 1.0 Transitional' therefore use "/>" for termination of the '<img>' tag singleton.
HTML Code:
<img src="http://www.xxxxxxx.com/Flyers.jpg" alt="Flyers" />
I was going to say that most likely it just cannot find the image and check your browser for errors, but you a already made that determination.