Refresh

T

Todd

I set up my website to resize automatically, but there are
small gaps on the edges until you refresh. Is there a way
to make the pages automatically refresh just once upon
opening?

Thanks
 
J

Jim Buyens

-----Original Message-----
I set up my website to resize automatically, but there
are small gaps on the edges until you refresh. Is there
a way to make the pages automatically refresh just once
upon opening?

That shouldn't be necessary. Please post the URL to this
thread.

Also, what browser(s) are you testing with?

Jim Buyens
Microsoft FrontPage MVP
http://www.interlacken.com
Author of:
*----------------------------------------------------
|\---------------------------------------------------
|| Microsoft Office FrontPage 2003 Inside Out
||---------------------------------------------------
|| Web Database Development Step by Step .NET Edition
|| Microsoft FrontPage Version 2002 Inside Out
|| Faster Smarter Beginning Programming
|| (All from Microsoft Press)
|/---------------------------------------------------
*----------------------------------------------------
 
S

Stefan B Rusynko

Add to your body tag: RIGHTMARGIN="0" BOTTOMMARGIN="0"
Don't mix % and px in table / cell definitions (width/height)
- all of your cell heights are unnecessary
Even though your outer tables are set to 100% they contain inner tables that are < 100% (in fixed px)
- always leave 1 cell width undefined so your inner table can grow to your outer table width
Remove the invalid html tag <Written by: Todd Johnson 2003"> from html/code view
- if you want it to show on the page type it in Design view so that FP converts the < and > to &lt; and &gt; in code view
-

PS
- remove all spaces from file/folder names - illegal html - breaks links
- assign an alternate web safe font for your non-std fonts as in
(face="Footlight MT Light, Arial")





| http://www.co.tuscarawas.oh.us
|
| I am using Internet Explorer 6
|
| -Thanks
| >-----Original Message-----
| >>-----Original Message-----
| >>I set up my website to resize automatically, but there
| >>are small gaps on the edges until you refresh. Is there
| >>a way to make the pages automatically refresh just once
| >>upon opening?
| >
| >That shouldn't be necessary. Please post the URL to this
| >thread.
| >
| >Also, what browser(s) are you testing with?
| >
| >Jim Buyens
| >Microsoft FrontPage MVP
| >http://www.interlacken.com
| >Author of:
| >*----------------------------------------------------
| >|\---------------------------------------------------
| >|| Microsoft Office FrontPage 2003 Inside Out
| >||---------------------------------------------------
| >|| Web Database Development Step by Step .NET Edition
| >|| Microsoft FrontPage Version 2002 Inside Out
| >|| Faster Smarter Beginning Programming
| >|| (All from Microsoft Press)
| >|/---------------------------------------------------
| >*----------------------------------------------------
| >
| >.
| >
 
T

Todd

Thank You!
-----Original Message-----
Add to your body tag: RIGHTMARGIN="0" BOTTOMMARGIN="0"
Don't mix % and px in table / cell definitions (width/height)
- all of your cell heights are unnecessary
Even though your outer tables are set to 100% they
contain inner tables that are < 100% (in fixed px)
- always leave 1 cell width undefined so your inner table
can grow to your outer table width
Remove the invalid html tag <Written by: Todd Johnson 2003"> from html/code view
- if you want it to show on the page type it in Design
 
Top