How do I position my web site to show up in the middle
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?
RE: How do I position my web site to show up in the middle
Hi
You could create a div or table and position that in the center then put
your "stuff" in that.
--
Wayne
Manchester, England.
"Sarah" wrote:
> 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?
Re: How do I position my web site to show up in the middle
You realize that people with Flash disabled can't navigate your site, don't
you?
Bob Lehmann
"Sarah" <Sarah [at] discussions.microsoft.com> wrote in message
news:93D940DD-FEBA-4969-AA82-6A0623B37D66 [at] microsoft.com...
> 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?
RE: How do I position my web site to show up in the middle
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">
"Sarah" wrote:
> 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?
Re: How do I position my web site to show up in the middle
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
>
> "Sarah" <Sarah [at] discussions.microsoft.com> wrote in message
> news:93D940DD-FEBA-4969-AA82-6A0623B37D66 [at] microsoft.com...
> > 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?
>
>
>
Re: How do I position my web site to show up in the middle
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/
===
"Dan L" <DanL [at] discussions.microsoft.com> wrote in message
news:1F8870E7-7278-447D-BD1B-CF0B2930F165 [at] microsoft.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
: >
: > "Sarah" <Sarah [at] discussions.microsoft.com> wrote in message
: > news:93D940DD-FEBA-4969-AA82-6A0623B37D66 [at] microsoft.com...
: > > 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?
: >
: >
: >