----- Original Message ----- From: "Rita Crisafi" <> To: <[email protected]> Sent: Tuesday, January 03, 2006 8:37 AM Subject: Re: [wdvltalk] strangest thing...is this a virus?
>>Does anyone have any idea what the problem could be?? >> >>The source of the page is here: >>http://www.barbesrecords.com/lasrubias_test3.html > >Hi Rita, > >This may sound really strange but I've had it work on several >occasions. Remove the height/width from the image tag and see if that >helps. I don't know what it is, but sometimes that will do the trick. > > oh my god. you are a genius. it worked. does anyone have any plausible explanation for this???? Not tested, but noticed on that page you don't have a complete attribute, iow, the alt and src attributes are required for xhtml and the img element and there is no alt in your xhtml source. You have XHTML 1.0 Transitional//EN in your Doctype, so guessing that sometime the browsers just play by the rules and won't display something that is malformed. Not having any attributes except the src appears to trigger a default null value(s) that will make the image draw. http://www.w3schools.com/tags/tag_img.asp cheers, Mark ____ The WDVL Discussion List from WDVL.COM ____ To Join wdvltalk, Send An Email To: mailto:[EMAIL PROTECTED] or use the web interface http://e-newsletters.internet.com/discussionlists.html/ Send Your Posts To: [email protected] To change subscription settings, add a password or view the web interface: http://intm-dl.sparklist.com/read/?forum=wdvltalk ________________ http://www.wdvl.com _______________________ You are currently subscribed to wdvltalk as: unknown lmsubst tag argument: '' To unsubscribe send a blank email to [EMAIL PROTECTED] To unsubscribe via postal mail, please contact us at: Jupitermedia Corp. Attn: Discussion List Management 475 Park Avenue South New York, NY 10016 Please include the email address which you have been contacted with.
