Screen Resolution

How do you get FrontPage 2003 or Expression Web to work with screen
resolutions?
I have my desktop set to 1280x1024, but most people don't is what I hear.
1024x768 is the norm. So I have to change screen resolutions back and forth
and I have tried setting the resolution to a maximized state but even other
websites seem to adjust to changing resolutions.
http://70.125.78.162:535/index.html
Here is a link (still no server yet lol still fixing errors)
williamkbunch [ Fr, 25 Januar 2008 21:10 ] [ ID #1916133 ]

Re: Screen Resolution

One way is to place the entire content of the page, in a table or div set to 100% width.
Then the page will automatically size to the users "Browser Viewport" setting, which
can be different from the resolution setting for the monitor.

--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm



"William Bunch" <williamkbunch [at] hotmail.com> wrote in message
news:00A7E665-BAB1-4E83-8095-C6CD2A5B83E2 [at] microsoft.com...
> How do you get FrontPage 2003 or Expression Web to work with screen resolutions?
> I have my desktop set to 1280x1024, but most people don't is what I hear. 1024x768 is the norm. So I have to
> change screen resolutions back and forth and I have tried setting the resolution to a maximized state but
> even other websites seem to adjust to changing resolutions.
> http://70.125.78.162:535/index.html
> Here is a link (still no server yet lol still fixing errors)
>
>
Steve Easton [ Sa, 26 Januar 2008 01:47 ] [ ID #1916790 ]

Re: Screen Resolution

okay I just got really good at setting margins which have errors so this div
thing I have seen it in Expression Web and FP 2003 so do you have a sample
code where I can see the correct way to place it and where and can you tell
me more about tables I tried layouts but it got messy quick because I didn't
know what I was doing.

"Steve Easton" <admin [at] 95isalive.com> wrote in message
news:#fa0WU7XIHA.4808 [at] TK2MSFTNGP05.phx.gbl...
> One way is to place the entire content of the page, in a table or div set
> to 100% width.
> Then the page will automatically size to the users "Browser Viewport"
> setting, which
> can be different from the resolution setting for the monitor.
>
> --
>
> Steve Easton
> Microsoft MVP FrontPage
> FP Cleaner
> http://www.95isalive.com/fixes/fpclean.htm
> Hit Me FP
> http://www.95isalive.com/fixes/HitMeFP.htm
>
>
>
> "William Bunch" <williamkbunch [at] hotmail.com> wrote in message
> news:00A7E665-BAB1-4E83-8095-C6CD2A5B83E2 [at] microsoft.com...
>> How do you get FrontPage 2003 or Expression Web to work with screen
>> resolutions?
>> I have my desktop set to 1280x1024, but most people don't is what I hear.
>> 1024x768 is the norm. So I have to change screen resolutions back and
>> forth and I have tried setting the resolution to a maximized state but
>> even other websites seem to adjust to changing resolutions.
>> http://70.125.78.162:535/index.html
>> Here is a link (still no server yet lol still fixing errors)
>>
>>
>
>
williamkbunch [ Sa, 26 Januar 2008 04:44 ] [ ID #1916795 ]

Re: Screen Resolution

You just need to create a div that contains everything inside the body tags.

<body>
<div>
all content here
</div>
</body>

Create a style class for the div.
<style type = "text/css">
..mydiv{
margin: auto;
}
</style>

add the class to the opening div tag
<body>
<div class="mydiv">


--

Steve Easton
Microsoft MVP FrontPage
FP Cleaner
http://www.95isalive.com/fixes/fpclean.htm
Hit Me FP
http://www.95isalive.com/fixes/HitMeFP.htm

"William Bunch" <williamkbunch [at] hotmail.com> wrote in message
news:362AD877-493D-417C-830C-DD4AEB7E54B2 [at] microsoft.com...
> okay I just got really good at setting margins which have errors so this div thing I have seen it in
> Expression Web and FP 2003 so do you have a sample code where I can see the correct way to place it and
> where and can you tell me more about tables I tried layouts but it got messy quick because I didn't know
> what I was doing.
>
> "Steve Easton" <admin [at] 95isalive.com> wrote in message news:#fa0WU7XIHA.4808 [at] TK2MSFTNGP05.phx.gbl...
>> One way is to place the entire content of the page, in a table or div set to 100% width.
>> Then the page will automatically size to the users "Browser Viewport" setting, which
>> can be different from the resolution setting for the monitor.
>>
>> --
>>
>> Steve Easton
>> Microsoft MVP FrontPage
>> FP Cleaner
>> http://www.95isalive.com/fixes/fpclean.htm
>> Hit Me FP
>> http://www.95isalive.com/fixes/HitMeFP.htm
>>
>>
>>
>> "William Bunch" <williamkbunch [at] hotmail.com> wrote in message
>> news:00A7E665-BAB1-4E83-8095-C6CD2A5B83E2 [at] microsoft.com...
>>> How do you get FrontPage 2003 or Expression Web to work with screen resolutions?
>>> I have my desktop set to 1280x1024, but most people don't is what I hear. 1024x768 is the norm. So I have
>>> to change screen resolutions back and forth and I have tried setting the resolution to a maximized state
>>> but even other websites seem to adjust to changing resolutions.
>>> http://70.125.78.162:535/index.html
>>> Here is a link (still no server yet lol still fixing errors)
>>>
>>>
>>
>>
Steve Easton [ So, 27 Januar 2008 00:07 ] [ ID #1916816 ]
Microsoft » microsoft.public.frontpage.client » Screen Resolution

Vorheriges Thema: Frontpage 2003
Nächstes Thema: Change folder type from Web to plain folder