Where to set items that display at the bottom of all pages.

D

Donna V Giampa

I mistakenly created AutoThumbnails on a simple webpage I was creating.
Somehow, this webpage ended up showing up at the bottom of most of the pages.
(See www.vsccs.com and scroll to the bottom).

I want to get rid of all the content beneath the Email Vermillion Stitchery:
[email protected] line at the bottom of the page. This content is basically
another webpage that I created.

I have tried to delete all instances of this html file, but something is
keeping the page displaying with all those red X's and the music.

Can someone tell me where and what to edit, to get this content removed? It
must be in some kind of function that I am not familiar with.

Thanks for any help.

Donna
 
B

Beefminator

Try this for a start, open the webpage in Front Page. View page in
"HTML."

Scroll down until you find the table html codes that begins with
<table border="0" width="100%" id="table1">

Delete html code section:
<table border="0" width="100%" id="table1">
....
.....
.....
....
<td width="108">&nbsp;</td><td>&nbsp;</td></tr></table>
 
Top