PC Review


Reply
Thread Tools Rate Thread

Changing margins of the whole web

 
 
=?Utf-8?B?Q2F0dA==?=
Guest
Posts: n/a
 
      22nd Feb 2006
Hi, I have FP02. I'm noticing more and more that some webs are purposely
smaller than the screen. Like, for example, the MSN website. From what I've
read this is done so that there will be no resolution issues and no matter
what interface is used (MIE or NEtscape) that the user will always see
everything on the screen.
Right now my web is full sized. How can I change the margins of the whole
web? Is this a good thing to do? I'd appreciate any guidance.
Catt
 
Reply With Quote
 
 
 
 
Andrew Murray
Guest
Posts: n/a
 
      22nd Feb 2006
Do you mean something like:

<style>
body {
margin-left:0px;
margin-top:0px;
margin-right:0px;
}
</style>

Or <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0">

??

Both in this case apply to each page where the style is applied or the code
appears in the <body> tag.

"Catt" <(E-Mail Removed)> wrote in message
news:EF68AC0B-7ABD-467E-A3D2-(E-Mail Removed)...
> Hi, I have FP02. I'm noticing more and more that some webs are purposely
> smaller than the screen. Like, for example, the MSN website. From what
> I've
> read this is done so that there will be no resolution issues and no matter
> what interface is used (MIE or NEtscape) that the user will always see
> everything on the screen.
> Right now my web is full sized. How can I change the margins of the whole
> web? Is this a good thing to do? I'd appreciate any guidance.
> Catt



 
Reply With Quote
 
=?Utf-8?B?QWRBc3RyYQ==?=
Guest
Posts: n/a
 
      22nd Feb 2006
I am very interested in Catt's question, too. Is there some way to dictate a
certain size for your site... an easy front-pagey way for folks who don't
know code...


"Andrew Murray" wrote:

> Do you mean something like:
>
> <style>
> body {
> margin-left:0px;
> margin-top:0px;
> margin-right:0px;
> }
> </style>
>
> Or <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0">
>
> ??
>
> Both in this case apply to each page where the style is applied or the code
> appears in the <body> tag.
>
> "Catt" <(E-Mail Removed)> wrote in message
> news:EF68AC0B-7ABD-467E-A3D2-(E-Mail Removed)...
> > Hi, I have FP02. I'm noticing more and more that some webs are purposely
> > smaller than the screen. Like, for example, the MSN website. From what
> > I've
> > read this is done so that there will be no resolution issues and no matter
> > what interface is used (MIE or NEtscape) that the user will always see
> > everything on the screen.
> > Right now my web is full sized. How can I change the margins of the whole
> > web? Is this a good thing to do? I'd appreciate any guidance.
> > Catt

>
>
>

 
Reply With Quote
 
=?Utf-8?B?Q2F0dA==?=
Guest
Posts: n/a
 
      22nd Feb 2006
Thanks for both replies. So I see that I can set margins easily for the whole
web by going to style>margins. So apparently that is the easy "FrontPagey" (I
like that description) way to do it.
But I wish Mr Murray answered the other questions. Is this a good thing to
do? Is my premise correct about browser assumptions? I guess a more direct
question would be "Is it recommended"???????
TIA
Catt

"AdAstra" wrote:

> I am very interested in Catt's question, too. Is there some way to dictate a
> certain size for your site... an easy front-pagey way for folks who don't
> know code...
>
>
> "Andrew Murray" wrote:
>
> > Do you mean something like:
> >
> > <style>
> > body {
> > margin-left:0px;
> > margin-top:0px;
> > margin-right:0px;
> > }
> > </style>
> >
> > Or <body marginheight="0" marginwidth="0" topmargin="0" leftmargin="0">
> >
> > ??
> >
> > Both in this case apply to each page where the style is applied or the code
> > appears in the <body> tag.
> >
> > "Catt" <(E-Mail Removed)> wrote in message
> > news:EF68AC0B-7ABD-467E-A3D2-(E-Mail Removed)...
> > > Hi, I have FP02. I'm noticing more and more that some webs are purposely
> > > smaller than the screen. Like, for example, the MSN website. From what
> > > I've
> > > read this is done so that there will be no resolution issues and no matter
> > > what interface is used (MIE or NEtscape) that the user will always see
> > > everything on the screen.
> > > Right now my web is full sized. How can I change the margins of the whole
> > > web? Is this a good thing to do? I'd appreciate any guidance.
> > > Catt

> >
> >
> >

 
Reply With Quote
 
Rob Giordano \(Crash\)
Guest
Posts: n/a
 
      22nd Feb 2006
You'd design your site for a max width of 760px. Easiest way is using a
table, either centered or left justified.


"Catt" <(E-Mail Removed)> wrote in message
news:EF68AC0B-7ABD-467E-A3D2-(E-Mail Removed)...
| Hi, I have FP02. I'm noticing more and more that some webs are purposely
| smaller than the screen. Like, for example, the MSN website. From what
I've
| read this is done so that there will be no resolution issues and no matter
| what interface is used (MIE or NEtscape) that the user will always see
| everything on the screen.
| Right now my web is full sized. How can I change the margins of the whole
| web? Is this a good thing to do? I'd appreciate any guidance.
| Catt


 
Reply With Quote
 
=?Utf-8?B?SmFuZXQ=?=
Guest
Posts: n/a
 
      22nd Feb 2006
I understand the instructions for making a new web site, with help from these
posts I have done that with the latest site, however I have been trying to do
that with a fairly large (for me) site that has been up a while. I was trying
to change from shared borders to DWT and reduce the width of the pages but
have not been successful. I do not know code.
--
Janet


"Rob Giordano (Crash)" wrote:

> You'd design your site for a max width of 760px. Easiest way is using a
> table, either centered or left justified.
>
>
> "Catt" <(E-Mail Removed)> wrote in message
> news:EF68AC0B-7ABD-467E-A3D2-(E-Mail Removed)...
> | Hi, I have FP02. I'm noticing more and more that some webs are purposely
> | smaller than the screen. Like, for example, the MSN website. From what
> I've
> | read this is done so that there will be no resolution issues and no matter
> | what interface is used (MIE or NEtscape) that the user will always see
> | everything on the screen.
> | Right now my web is full sized. How can I change the margins of the whole
> | web? Is this a good thing to do? I'd appreciate any guidance.
> | Catt
>
>
>

 
Reply With Quote
 
Ronx
Guest
Posts: n/a
 
      23rd Feb 2006
First create your DWT using a centred table set at 760px wide.
Then see www.rxs-enterprises.org/tests/SB-to-DWT.htm, placing ALL the
content and borders in the above table.

You can check the width of the page in FP2003 by using the page size
setting at View->Page Size and click on 760x425 - your 760px wide
table will fit this exactly. If you get a bottom scrollbar then the
content you are placing in the table is too wide and needs attention.
--
Ron Symonds - Microsoft MVP (FrontPage)
Reply only to group - emails will be deleted unread.
FrontPage Support: http://www.frontpagemvps.com/

"Janet" <(E-Mail Removed)> wrote in message
news:AC1F5D31-50ED-4773-9046-(E-Mail Removed)...
>I understand the instructions for making a new web site, with help
>from these
> posts I have done that with the latest site, however I have been
> trying to do
> that with a fairly large (for me) site that has been up a while. I
> was trying
> to change from shared borders to DWT and reduce the width of the
> pages but
> have not been successful. I do not know code.
> --
> Janet
>
>
> "Rob Giordano (Crash)" wrote:
>
>> You'd design your site for a max width of 760px. Easiest way is
>> using a
>> table, either centered or left justified.
>>
>>
>> "Catt" <(E-Mail Removed)> wrote in message
>> news:EF68AC0B-7ABD-467E-A3D2-(E-Mail Removed)...
>> | Hi, I have FP02. I'm noticing more and more that some webs are
>> purposely
>> | smaller than the screen. Like, for example, the MSN website.
>> From what
>> I've
>> | read this is done so that there will be no resolution issues and
>> no matter
>> | what interface is used (MIE or NEtscape) that the user will
>> always see
>> | everything on the screen.
>> | Right now my web is full sized. How can I change the margins of
>> the whole
>> | web? Is this a good thing to do? I'd appreciate any guidance.
>> | Catt
>>
>>
>>



 
Reply With Quote
 
=?Utf-8?B?Q2F0dA==?=
Guest
Posts: n/a
 
      23rd Feb 2006
Thanks all, DWT stands for........?
Catt

"Ronx" wrote:

> First create your DWT using a centred table set at 760px wide.
> Then see www.rxs-enterprises.org/tests/SB-to-DWT.htm, placing ALL the
> content and borders in the above table.
>
> You can check the width of the page in FP2003 by using the page size
> setting at View->Page Size and click on 760x425 - your 760px wide
> table will fit this exactly. If you get a bottom scrollbar then the
> content you are placing in the table is too wide and needs attention.
> --
> Ron Symonds - Microsoft MVP (FrontPage)
> Reply only to group - emails will be deleted unread.
> FrontPage Support: http://www.frontpagemvps.com/
>
> "Janet" <(E-Mail Removed)> wrote in message
> news:AC1F5D31-50ED-4773-9046-(E-Mail Removed)...
> >I understand the instructions for making a new web site, with help
> >from these
> > posts I have done that with the latest site, however I have been
> > trying to do
> > that with a fairly large (for me) site that has been up a while. I
> > was trying
> > to change from shared borders to DWT and reduce the width of the
> > pages but
> > have not been successful. I do not know code.
> > --
> > Janet
> >
> >
> > "Rob Giordano (Crash)" wrote:
> >
> >> You'd design your site for a max width of 760px. Easiest way is
> >> using a
> >> table, either centered or left justified.
> >>
> >>
> >> "Catt" <(E-Mail Removed)> wrote in message
> >> news:EF68AC0B-7ABD-467E-A3D2-(E-Mail Removed)...
> >> | Hi, I have FP02. I'm noticing more and more that some webs are
> >> purposely
> >> | smaller than the screen. Like, for example, the MSN website.
> >> From what
> >> I've
> >> | read this is done so that there will be no resolution issues and
> >> no matter
> >> | what interface is used (MIE or NEtscape) that the user will
> >> always see
> >> | everything on the screen.
> >> | Right now my web is full sized. How can I change the margins of
> >> the whole
> >> | web? Is this a good thing to do? I'd appreciate any guidance.
> >> | Catt
> >>
> >>
> >>

>
>
>

 
Reply With Quote
 
Bob
Guest
Posts: n/a
 
      23rd Feb 2006
Dynamic Web Template

What is a Dynamic Web Template?
A Dynamic Web Template is an HTML-based master copy of a Web page that you
can create to contain settings, formatting, and page elements such as text,
graphics, page layout, styles, and regions of a Web page that can be
modified. You can attach a Dynamic Web Template to the pages in a Web site,
and that template defines the layout for those pages.

How do I use Dynamic Web Templates?
By creating a Dynamic Web Template, you can make regions on attached pages
available for other authors to add and modify content, while preventing
changes to other regions on the same page. This provides you with control to
preserve the layout of the pages and the template itself. When you update
the content in a Dynamic Web Template, you can update the attached Web pages
simultaneously.

You can use any number of Dynamic Web Templates in a Web site, and you can
attach a Dynamic Web Template to as many pages as you like. There are no
special template storage restrictions, so you can save your Dynamic Web
Template (.dwt) files to any location.

For more information see......
http://office.microsoft.com/en-us/as...775891033.aspx

bob
"Catt" <(E-Mail Removed)> wrote in message
news:0A251456-6D16-4562-A4E4-(E-Mail Removed)...
| Thanks all, DWT stands for........?
| Catt
|
| "Ronx" wrote:
|
| > First create your DWT using a centred table set at 760px wide.
| > Then see www.rxs-enterprises.org/tests/SB-to-DWT.htm, placing ALL the
| > content and borders in the above table.
| >
| > You can check the width of the page in FP2003 by using the page size
| > setting at View->Page Size and click on 760x425 - your 760px wide
| > table will fit this exactly. If you get a bottom scrollbar then the
| > content you are placing in the table is too wide and needs attention.
| > --
| > Ron Symonds - Microsoft MVP (FrontPage)
| > Reply only to group - emails will be deleted unread.
| > FrontPage Support: http://www.frontpagemvps.com/
| >
| > "Janet" <(E-Mail Removed)> wrote in message
| > news:AC1F5D31-50ED-4773-9046-(E-Mail Removed)...
| > >I understand the instructions for making a new web site, with help
| > >from these
| > > posts I have done that with the latest site, however I have been
| > > trying to do
| > > that with a fairly large (for me) site that has been up a while. I
| > > was trying
| > > to change from shared borders to DWT and reduce the width of the
| > > pages but
| > > have not been successful. I do not know code.
| > > --
| > > Janet
| > >
| > >
| > > "Rob Giordano (Crash)" wrote:
| > >
| > >> You'd design your site for a max width of 760px. Easiest way is
| > >> using a
| > >> table, either centered or left justified.
| > >>
| > >>
| > >> "Catt" <(E-Mail Removed)> wrote in message
| > >> news:EF68AC0B-7ABD-467E-A3D2-(E-Mail Removed)...
| > >> | Hi, I have FP02. I'm noticing more and more that some webs are
| > >> purposely
| > >> | smaller than the screen. Like, for example, the MSN website.
| > >> From what
| > >> I've
| > >> | read this is done so that there will be no resolution issues and
| > >> no matter
| > >> | what interface is used (MIE or NEtscape) that the user will
| > >> always see
| > >> | everything on the screen.
| > >> | Right now my web is full sized. How can I change the margins of
| > >> the whole
| > >> | web? Is this a good thing to do? I'd appreciate any guidance.
| > >> | Catt
| > >>
| > >>
| > >>
| >
| >
| >


 
Reply With Quote
 
=?Utf-8?B?Q2F0dA==?=
Guest
Posts: n/a
 
      25th Feb 2006
I read what DWT's are and what they do. Now unless I missed something they
are to make regions available to other authors and lock content you don't
want touched. That's it?? It seems to me that most people (web authors) keep
a fairly sizeable margin on each side of the web. I'm the only author of my
web. So there is no advantage to having margins on each side?
Thanks
Catt

"Bob" wrote:

> Dynamic Web Template
>
> What is a Dynamic Web Template?
> A Dynamic Web Template is an HTML-based master copy of a Web page that you
> can create to contain settings, formatting, and page elements such as text,
> graphics, page layout, styles, and regions of a Web page that can be
> modified. You can attach a Dynamic Web Template to the pages in a Web site,
> and that template defines the layout for those pages.
>
> How do I use Dynamic Web Templates?
> By creating a Dynamic Web Template, you can make regions on attached pages
> available for other authors to add and modify content, while preventing
> changes to other regions on the same page. This provides you with control to
> preserve the layout of the pages and the template itself. When you update
> the content in a Dynamic Web Template, you can update the attached Web pages
> simultaneously.
>
> You can use any number of Dynamic Web Templates in a Web site, and you can
> attach a Dynamic Web Template to as many pages as you like. There are no
> special template storage restrictions, so you can save your Dynamic Web
> Template (.dwt) files to any location.
>
> For more information see......
> http://office.microsoft.com/en-us/as...775891033.aspx
>
> bob
> "Catt" <(E-Mail Removed)> wrote in message
> news:0A251456-6D16-4562-A4E4-(E-Mail Removed)...
> | Thanks all, DWT stands for........?
> | Catt
> |
> | "Ronx" wrote:
> |
> | > First create your DWT using a centred table set at 760px wide.
> | > Then see www.rxs-enterprises.org/tests/SB-to-DWT.htm, placing ALL the
> | > content and borders in the above table.
> | >
> | > You can check the width of the page in FP2003 by using the page size
> | > setting at View->Page Size and click on 760x425 - your 760px wide
> | > table will fit this exactly. If you get a bottom scrollbar then the
> | > content you are placing in the table is too wide and needs attention.
> | > --
> | > Ron Symonds - Microsoft MVP (FrontPage)
> | > Reply only to group - emails will be deleted unread.
> | > FrontPage Support: http://www.frontpagemvps.com/
> | >
> | > "Janet" <(E-Mail Removed)> wrote in message
> | > news:AC1F5D31-50ED-4773-9046-(E-Mail Removed)...
> | > >I understand the instructions for making a new web site, with help
> | > >from these
> | > > posts I have done that with the latest site, however I have been
> | > > trying to do
> | > > that with a fairly large (for me) site that has been up a while. I
> | > > was trying
> | > > to change from shared borders to DWT and reduce the width of the
> | > > pages but
> | > > have not been successful. I do not know code.
> | > > --
> | > > Janet
> | > >
> | > >
> | > > "Rob Giordano (Crash)" wrote:
> | > >
> | > >> You'd design your site for a max width of 760px. Easiest way is
> | > >> using a
> | > >> table, either centered or left justified.
> | > >>
> | > >>
> | > >> "Catt" <(E-Mail Removed)> wrote in message
> | > >> news:EF68AC0B-7ABD-467E-A3D2-(E-Mail Removed)...
> | > >> | Hi, I have FP02. I'm noticing more and more that some webs are
> | > >> purposely
> | > >> | smaller than the screen. Like, for example, the MSN website.
> | > >> From what
> | > >> I've
> | > >> | read this is done so that there will be no resolution issues and
> | > >> no matter
> | > >> | what interface is used (MIE or NEtscape) that the user will
> | > >> always see
> | > >> | everything on the screen.
> | > >> | Right now my web is full sized. How can I change the margins of
> | > >> the whole
> | > >> | web? Is this a good thing to do? I'd appreciate any guidance.
> | > >> | Catt
> | > >>
> | > >>
> | > >>
> | >
> | >
> | >
>
>
>

 
Reply With Quote
 
 
 
Reply

Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Changing Margins staceyalfandre Computer Hardware 4 25th May 2006 08:05 PM
Changing Margins =?Utf-8?B?R2Fycnk=?= Microsoft Word Document Management 1 17th May 2006 02:06 AM
changing margins =?Utf-8?B?TGluZHk=?= Microsoft Word Document Management 2 30th Jun 2005 10:58 PM
Margins changing Steve S. Microsoft Excel Setup 0 21st Jul 2004 02:59 PM
Changing Margins Kerry Microsoft Outlook Printing 3 19th May 2004 08:27 AM


Features
 

Advertising
 

Newsgroups
 


All times are GMT +1. The time now is 04:02 PM.