Quote:
Originally Posted by Anissa
How are you supposed to tell the code that you have more than one place for things on a page if there is no p2 or place pictures on the page?
|
Currently:
Code:
<p1><IMG src="http://www.geocities.com/rayasroost/pics/sitebanner.gif"></p1>
<p2><IMG src="http://www.geocities.com/rayasroost/pics/banner.gif"></p2>
Should be:
Code:
<p><IMG src="http://www.geocities.com/rayasroost/pics/sitebanner.gif"></p>
<p><IMG src="http://www.geocities.com/rayasroost/pics/banner.gif"></p>
The same for the <div> tags. Take the number out of them.
I looked at the source again since the last time and I haven’t seen anything changed at all. Do you have a test page you are working on and not making live in the web?