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

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?
 
W

Wayne-I-M

Hi

You could create a div or table and position that in the center then put
your "stuff" in that.
 
B

Bob Lehmann

You realize that people with Flash disabled can't navigate your site, don't
you?

Bob Lehmann
 
D

Dan L

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">
 
D

Dan L

There is no navigation. It's a one page site.

Bob Lehmann said:
You realize that people with Flash disabled can't navigate your site, don't
you?

Bob Lehmann
 
T

Tom [Pepper] Willett

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?
: >
: >
: >
 

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

Top