|
|
|||||||||
|
|||||||||
|
|||||||||
| |
||
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
I created a basic website using FrontPage 2003 without using tables, and I cannot find command to center the page. It appears centered in 80
600, but is clearly left aligned when I used a larger setting.Can anyone assist me in centering the page? The source code is below: <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"> <title>dblocal.com</title> </head> <frameset framespacing="0" border="0" frameborder="0" rows="117,*"> <frame name="banner" scrolling="no" noresize target="contents" src="header.htm"> <frameset cols="636,*"> <frame name="contents" target="main" src="Home.htm" scrolling="auto"> <frame name="main" src="Ad%20Banner.htm"> </frameset> <noframes> <body> <p>This page uses frames, but your browser doesn't support them.</p> </body> </noframes> </frameset> </html> Thanks, Mark |
|
#2
|
|||
|
|||
|
Is the content that is not centered on Home.htm?
We need that code, if it is. |
|
#3
|
||||
|
||||
|
you could always just wrap your 'body' code in '<center> and '</center>' tags... I know, its antiquated but it still works... Unsure about validation..
Or you could always just put everything in one div and center the div on the page.. |
![]() |
| Viewing: SEO Chat Forums > Other > HTML Coding > Page Centering in HTML 800x600 vers. 1024x768 |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|