Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Phantom html?

Status
Not open for further replies.

gillrowley

Programmer
Apr 2, 2004
59
US
I know Halloween is over, but I have a page that appears to have a ghost.

When I preview the page (F12) there are the characters (without the quotes) "3,." above a table. Nowhere does this appear in the code view or the design view. All my tags have proper end tags, and there's nothing fancy about the page. Just straight, simple html. It just appeared today and I've never had this happen before.

There is a softery flash menu above the table, but the phantom remains even when I take the menu out of the page.

Any ideas?
Thanks
Gill
 
Does it appear if you publish the page or if you just open it directly in a browser (outside of Dreamweaver)?

Greg
"Personally, I am always ready to learn, although I do not always like being taught." - Winston Churchill
 
Yes, this is for one of our intranet sites. I substitute http:// for the file path and get the same result.
 
Found it. Way down towards the bottom of the page those characters were set in between a <tr> tag and a <td> tag, and not within a <td> tag, so it was placed on the page before the table started.

Gill
 
Glad we could help. [banghead]
I remember more than one similar situation...
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top