Yikes I need help with how and why a web page is displaying improp

L

lrhone11

Well....I am not a webmaster, however I am doing a webmasters job for a
friend. I changed the domain theseasons.net to another hosting company and
when I uploaded the website one of the pages is displaying incorrectly. If
you go to the site and click on weddings you will see that the weddings html
"page" is actually displaying where the vertical navigation frame should be.
How can I fix this? Any help would be most appreciated. Thanks for helping
out someone who does not know what they are doing....


Lauren
 
K

Kevin Spencer

This is a frameset. You need to set the "target frame" attribute of the
hyperlink.

--
HTH,

Kevin Spencer
Microsoft MVP
..Net Developer
Neither a follower nor a lender be.
 
L

lrhone11

Ok that was a great start, I set the frame to point to the parent page, now
how do I get the vertical frame to show up on the vintage weddings page?
Right now the pages is showing but now the frame with the navigation
buttons.....
 
R

Ronx

Change the link's target to point to the "main" frame. targeting Parent
will overwrite the whole page.
 
Top