Table only expands on refresh

C

Chris

Greetings.

Page in question --> www.hordeofone.com/roster

When you first open the page (maximized) there is a black strip running
along the right hand side of the page. If you refresh this same page it goes
away?? Anyone have any ideas on a fix for this?

Tia
 
T

Tom Pepper Willett

Where are your opening and closing <head> </head> and <html> </html> tags?
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| Greetings.
|
| Page in question --> www.hordeofone.com/roster
|
| When you first open the page (maximized) there is a black strip running
| along the right hand side of the page. If you refresh this same page it
goes
| away?? Anyone have any ideas on a fix for this?
|
| Tia
|
|
|
 
S

Steve Easton

The page has no closing </body> and </html> tags

Add them at the very bottom of the page in the order show below in Code view and republish the page.

</body>
</html>
--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
T

Tom Pepper Willett

Chris:

I didn't see any black strip on the right side of the page at any point.
--
===
Tom "Pepper" Willett
Microsoft MVP - FrontPage
---
About FrontPage 2003:
http://office.microsoft.com/home/office.aspx?assetid=FX01085802
FrontPage 2003 Product Information:
http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
Understanding FrontPage:
http://msdn.microsoft.com/office/understanding/frontpage/
FrontPage 2002 Server Extensions Support Center:
http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
===
| They are there now.
|
| "Tom Pepper Willett" wrote:
|
| > Where are your opening and closing <head> </head> and <html> </html>
tags?
| > --
| > ===
| > Tom "Pepper" Willett
| > Microsoft MVP - FrontPage
| > ---
| > About FrontPage 2003:
| > http://office.microsoft.com/home/office.aspx?assetid=FX01085802
| > FrontPage 2003 Product Information:
| > http://www.microsoft.com/office/frontpage/prodinfo/default.mspx
| > Understanding FrontPage:
| > http://msdn.microsoft.com/office/understanding/frontpage/
| > FrontPage 2002 Server Extensions Support Center:
| > http://support.microsoft.com/default.aspx?scid=fh;en-us;fp10se
| > ===
| > | > | Greetings.
| > |
| > | Page in question --> www.hordeofone.com/roster
| > |
| > | When you first open the page (maximized) there is a black strip
running
| > | along the right hand side of the page. If you refresh this same page
it
| > goes
| > | away?? Anyone have any ideas on a fix for this?
| > |
| > | Tia
| > |
| > |
| > |
| >
| >
| >
 
T

Teri Carnright

I see the black strip - try adding rightmargin="0" to your <body> section.

Teri
:)
 
Top