Thread: Help!!!!
View Single Post
  #8 (permalink)  
Old 11-08-2008, 01:34 PM
google junky google junky is offline
WebProWorld Veteran
 
Join Date: Jun 2004
Location: Indiana
Posts: 578
google junky RepRank 1
Default Re: Help!!!!

Quote:
Originally Posted by Anissa View Post
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?
Reply With Quote