Shape 5

Joomla Templates => Sea of Glass - September - Club => : mikekay01 November 12, 2008, 11:18:21 AM



: Graphics Problems
: mikekay01 November 12, 2008, 11:18:21 AM
Maybe this is a noob question, but I am having trouble with my images. When I place an image within an article like this
<img src=../images/image1.png border="0" alt="image name"
The image will show up on the home page, and all pages that are based on a blog layout. But DO NOT appear on the Article layout pages. I do not get it. I have tried everything including changing my syntax from the above to the following:
<img src="../images/image1.png"> OR img src="/images/image1.png"> OR <img src=/images/image1.png>

Notice i have relocated the quotation marks and removed/displayed the leader marks. Also to note, the first syntax is creating an array of disasters when I validate my site at w3c. Such errors as:
Line 609, Column 67: XML Parsing Error: AttValue: " or ' expected.
?. 10, '09 10:00 a.m.</h4><p><img src=../images/XEvents2.png border="0" align=
Line 609, Column 70: end tag for "img" omitted, but OMITTAG NO was specified.
?0, '09 10:00 a.m.</h4><p><img src=../images/XEvents2.png border="0" align="le

And this last one which really boggles my brain:

Line 545, Column 9: an attribute value specification must be an attribute value literal unless SHORTTAG YES is specified.
<img src=../images/XEvents2.png border="0" align="left" alt="XEvent" /><p>Learn


: Re: Graphics Problems
: jonahh November 12, 2008, 10:57:43 PM
For the <img> tag you also need quotation marks around the source.  So:

<img src="../images/image1.png" border="0" alt="image name" />