Text aligenment

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

How can I get the page topic "Contact Us" to center on my web site page, as
 
First, remove all spaces from filenames and folders. Spaces tend to
break links in some browsers.

In the page,
Change
<blockquote>
<table border="0" width="541" height="100%" bgcolor="#000080"
align="left" style="border-collapse: collapse" id="table2">

to

<div style="margin:0 auto; width:541px;">
<table border="0" width="541" height="100%" bgcolor="#000080"
align="left" style="border-collapse: collapse" id="table2">

And change the corresponding </blockquote> at the end of the table to
</div>

This will centre the bulk of the page.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.

http://www.rxs-enterprises.org/fp

FrontPage Support: http://www.frontpagemvps.com/
 
Thanks for your help.

I did as you instructed, but "Contact Us" is still off-center to the right
by a couple of spaces?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top