Tuesday, July 14, 2009

I want to know how to center a web page when creating in FrontPage 2003?

I am designing a website, and i want to know how I go about centering the web page when it is viewed online. I don%26#039;t want my page to be off-centered. I want it to be like Yahoo%26#039;s pages where everything is right in the middle, regardless of what browser is being used. Thanks.



I want to know how to center a web page when creating in FrontPage 2003?





I just finished taking a basic web course and we were shown to use a table 800 wide and centre and build your page within it. You can use page properties and change the background colour and then when the table is built (1 row, 1 column) 800 wide select table properties and you can change the background using color or image....hope this helps..turns out kind of neat with practice and the page will stay centered. Hope this helps



I want to know how to center a web page when creating in FrontPage 2003?



Create the page inside a table that has it alignment set to %26quot;center%26quot; and is sized to fit your page.



Other Replys:%26lt;center%26gt;html%26lt;/center%26gt;



Other Replys:use css to define. something like this:



.body{ align=center}



Other Replys:Edit the code, after %26lt;body%26gt; insert %26lt;center%26gt; and before %26lt;/body%26gt; insert %26lt;/center%26gt;.



Other Replys:Put the following code in between the %26lt;head%26gt; tags in your document:



%26lt;style type = %26quot;text/css%26quot;%26gt;



body {



align: center;



}



%26lt;/style%26gt;



the %26quot;body%26quot; selecter tells the CSS to effect the %26lt;body%26gt; tag in your document--the whole thing.



Sincerely,



Ben Burgess



Degree of Excellency in HTML - w3c certified

No comments:

Post a Comment