How do I position my web site to show up in the middle

  • Thread starter Thread starter Sarah
  • Start date Start date
S

Sarah

MyLittleFlowerShoppe.com is to the left of the page and most web sites seem
to float right in the middle. How do I do this?
 
Hi

You could create a div or table and position that in the center then put
your "stuff" in that.
 
You realize that people with Flash disabled can't navigate your site, don't
you?

Bob Lehmann
 
If you look in code view you'll see that you already have your content in a
div that's 600px wide and 750px in height - right after the <body> tag you'll
see <div style="width: 600; height: 750">. Simply add align="center" to this
div.
<div style="width: 600; height: 750" align="center">
 
Then they won't see the little picture show of the flowers, etc. on the one
page.

--
===
Tom [Pepper] Willett
Microsoft MVP - FrontPage
"You're a daisy if you do!"
---
FrontPage Support:
http://www.frontpagemvps.com/
===
: There is no navigation. It's a one page site.
:
: "Bob Lehmann" wrote:
:
: > You realize that people with Flash disabled can't navigate your site,
don't
: > you?
: >
: > Bob Lehmann
: >
: > : > > MyLittleFlowerShoppe.com is to the left of the page and most web sites
: > seem
: > > to float right in the middle. How do I do this?
: >
: >
: >
 
Back
Top