theme is missing and refuzes to go back

G

Guest

My web page has been set up for a few months now using frontpage. All was
well untill i tryed to add something to home page, nuthing i havent done
befor, and after i saved then looked in preview the background theme seams to
have dissapeared. I try to re-do theme and it looks like its there while im
in frontpage but when you look at the web site its not there. It was only
missing on home page but when i tryed to add somehthing to another page its
gone from there too,after saving and then previewing. I see it as it should
be in frontpage but its not there when you look at it online. thanks for any
help
 
G

Guest

Am i posting in the wrong forum or is more information needed? link to web
site if it will help is www.witchyswebpage.com the home and links page theme
are gone downloads and movies page are right. I just made the site only to
see if i could, so i just dont know enough about how it works to fix it or
figure it out. Iv tryed just puttin in new theme and that also didnt work.
thanks again for any help
 
R

Ronx

On the home page:
There is a <div> starting in the <head.> section of the page, and ending
after the <body> tag - <divs> must start and finish after the <body> tag.

Remove
<div style="border-style: double; border-width: 3px">
<font color="#808000">

from the <head section in Code view


</font> between </head> and <body should be removed.

Remove the stray </div> tag after the <body> tag.

The space bar should not be used as a layout tool.
 
G

Guest

sorry if this posts twice it said it didnt go.. can i copy and past the code
here i dont understand what you are asking me i see lots of <div> in the
code. also my counter seams to have gone missing now. how dose the code
change to include things it shouldnt when you arnt working on a page? is
there something im doing i shouldnt be.... lol besides trying to make a web
page and being clueless :)
 
R

Ronx

In the home page , switch to Code View.

Find

<meta name="Microsoft Theme" content="expeditn 1011">

and delete everything between that and

</head>

so you end up with
<html>
<head>
loads of stuff
<meta name="Microsoft Theme" content="expeditn 1011">
</head>

still showing.

Just under </head> you will find </font>
Delete </font>

Next you will see <body onload=".....

This is followed by
</div> which should be deleted.
 
G

Guest

ok i did this step by step as you described and then saved and looked in
preview and my home page was gone. i was able to undo changes so its back to
what it was when theme dissapeared. when i highlited what was supose to be
deleted i had it in split view so i could see what it was going to delete and
the whole page was blue was that supose to be? thanks again for your help and
patients.
 
G

Guest

ok so i deleted all my code and i copyed your code and pasted it and the
theme is still gone and now things are not lined up all nice like..... i
think as long as i dont close frontpage i can at least change it back im not
sure what to do. can this be a server problem?
 
R

Ronx

Does my version of the page look right? It looks the same layout as your
original.
Please publish your latest page - the one on the web site is your original
page.
 
G

Guest

yes your page looked the same as mine only things were not lined up quite the
same but with you code the theme and counter are still missing so i undid
change befor i left frontpage. Ill change the code again to yours and let it
save so you can see it.
 
R

Ronx

The page at http://www.rxs-enterprises.org/tests/pages/witchy.htm displays
both the theme and hitcounter.

Are you editing your page in FrontPage 2003 with a web open, and publishing
to your host using File->Publish Site?

Try opening the remote site in FrontPage and running Tools->Recalculate
Hyperlinks

To open the remote site, click the remote site tab at the bottom of the
main FrontPage window, log in and choose "Open your Remote Site in
FrontPage"
 
G

Guest

im working directly on my web page i dont have it saved on my computer. i
open my home page then click edit at top with frontpage then log in i copyed
your code deleted mine code pasted yours and click save. ill try the tools
recalculate now.
 
G

Guest

yay!! that worked guess i shoulda tryed that first. anyways thanks a bunch
for your help. Is there maintance i should do regular or just when it messes
up? thanks again.
 

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