No Code on website page

C

candles

I have no code on my page, for my table with all of my products in it. The
remote page is working, as far as being able to order, even without the code
being there (how can that be?) but I am afraid to make any changes and save
them, thinking the table will disappear if I save it. I don't know how this
happened. Below is all of the code that is on the page. One thing I do see
that is different on this page, from my other pages are the words
"span.categorydescription". I really need to update the page, but I am
worried that when I save, I will have no product table left on the page.
Please help.
thanks so much for your time

<html>

<head>
<title>Tealight Candle Holders, glass tea light holder</title>
<meta name="description" content="Tealight holders, tea light glass cups,
tea light candle glass holder, wrought iron tealight candle holders, glass
tealight cups ">
<meta name="keywords" content="tealight holders, wrought iron T candle
holder, tealight holder, tealight accessories, tea candle holder, black
candle holder, tealight candle, tealight,">
<meta name="ROBOTS" content="index,follow">
<meta http-equiv="Content-Language" content="en-us">
<meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<style>
<!--
span.categorydescription
{}
-->
</style>
<meta name="Microsoft Border" content="b">
</head>

<body bgcolor="#F8F2EA">

<h1><p align="center"><b><font face="Tahoma" size="4"> </font><font
face="Tahoma" size="5">Tealight
Candle Holders</font></b></p></h1>
<p align="center"><b><font face="Tahoma" size="2">Tea Light Candle Holders
offered by</font><font face="Tahoma" size="5">
</font><font face="Tahoma">SpringHouse Candles</font></b></p>
<div align="center">
<div align="left">
<!--webbot bot="Include" U-Include="_borders/left table border.htm"
TAG="BODY" --></div>

</body>

</html>
 
C

candles

Here's the whole situation:
On local website page - table is gone
On published page, table is there and I can 'view source' and see all the
code. When I open site live in Frontpage, with user name and password, table
is on 'design' page, when change to 'code' page, the code ends at the above
mentioned spot.
Somehow just now, I was able to open the page without signing in live, found
code, copied and pasted all code to my local page. Now on my local page the
left table border is on the right side, table with my product on it is all
the way down to bottom of page, below left table border (which is actual an
included page, btw). Actually I had a customer call me that was using some
kind of different browser for a MAC, and told me that is how she saw the
page.
On firefox and explorer it seemed fine. Hope I am making any sense.
http://www.springhousecandles.com/candleaccessories.html
thanks, Ron,
 
R

Ronx

There are a huge number of HTML errors in the page. A corrected version
can be found at
http://www.rxs-enterprises.org/tests/pages/tealight_candle_holders.htm

Note that this version does not have the bottom border.
I suggest that the bottom border be added as an include file, rather
than using shared borders - this is much cleaner.
The copy at the above link does not render the left menu include file,
but that should not be a problem.

The page on the web renders OK in Safari (Windows version) and IE7 -
though considering some of the errors found I wonder how...

Among the errors:
<h1><p>....</p></h1> is HTML nonsense. Leave out the <p> and </p>
tags.
<b><form..> blah </b> is illegal HTML on 2 counts:
1) <form...> cannot be contained in <b> tags, and
2) you should have </form> before the </b> (bad nesting)

The above was most of the errors, others were minor like no alt
attributes in <img> tags.

I suggest you open a new page, then completely replace ALL the code in
code view with my version. Then edit to make it as you want it.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp

FrontPage Support: http://www.frontpagemvps.com/
 
C

candles

Hi Ron,

I did what you said and all is back now. Thank-you so much. I truly
appreciate your time and expertise.

I did not add any code to that original page. All the code that you
mentioned must have been added by frontpage. Also, there never was a bottom
border on the page.

thanks again,
 
C

candles

OOPS! You were exactly right. Thanks for the reminder. You have been very
helpful and I truly appreciate this service.
Make it a great weekend!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top