screen

N

noahssite

When i veiw someone elses website it always formats to fit the screen. My
website will always overlap and move closer to the center of the screen when
veiwed by a computer with a smaller/bigger moniter. How do i make my webbsite
adjust to different size screens?
 
D

David Berry

You can put your content inside of tables or cells set to a specific number
of pixels wide, such as 720, or a percentage of the screen, such as 100%.
Setting it to pixels will lock it in place at different resolutions and
setting it to a percent will cause it to grow or shrink to fit the browser
window.

What's the URL so we can take a look?
 
N

noahssite

www.noahssite.com

Thank you,

I'll try a table.

David Berry said:
You can put your content inside of tables or cells set to a specific number
of pixels wide, such as 720, or a percentage of the screen, such as 100%.
Setting it to pixels will lock it in place at different resolutions and
setting it to a percent will cause it to grow or shrink to fit the browser
window.

What's the URL so we can take a look?
 
S

Stefan B Rusynko

Remove your absolutely positioned DIVs
- your marquee div is 1048 px
- no need to use such lager left margins on the other divs

PS
Remove all spaces from all file & folder names - breaks links
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| www.noahssite.com
|
| Thank you,
|
| I'll try a table.
|
| "David Berry" wrote:
|
| > You can put your content inside of tables or cells set to a specific number
| > of pixels wide, such as 720, or a percentage of the screen, such as 100%.
| > Setting it to pixels will lock it in place at different resolutions and
| > setting it to a percent will cause it to grow or shrink to fit the browser
| > window.
| >
| > What's the URL so we can take a look?
| >
| > --
| > David Berry
| > Microsoft MVP - FrontPage
| > FrontPage Support: http://www.frontpagemvps.com/
| > -----------------------------------
| > To assist you in getting the best answers for FrontPage support see:
| > http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > -----------------------------------
| >
| >
| > | > > When i veiw someone elses website it always formats to fit the screen. My
| > > website will always overlap and move closer to the center of the screen
| > > when
| > > veiwed by a computer with a smaller/bigger moniter. How do i make my
| > > webbsite
| > > adjust to different size screens?
| >
| >
| >
 
C

Chris Leeds, MVP - FrontPage

a div (<div> stuff here </div>) is a "block level" tag.
you probably got it in there using "layers". layer is another name for an
absolute positioned div.

HTH

--
Chris Leeds
Contact: http://chrisleeds.com/contact
Have you seen ContentSeed (www.contentseed.com)?
NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to email
addresses in public newsgroups.
Sorry for any inconvenience.
noahssite said:
What is a div?

Stefan B Rusynko said:
Remove your absolutely positioned DIVs
- your marquee div is 1048 px
- no need to use such lager left margins on the other divs

PS
Remove all spaces from all file & folder names - breaks links
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| www.noahssite.com
|
| Thank you,
|
| I'll try a table.
|
| "David Berry" wrote:
|
| > You can put your content inside of tables or cells set to a specific
number
| > of pixels wide, such as 720, or a percentage of the screen, such as
100%.
| > Setting it to pixels will lock it in place at different resolutions
and
| > setting it to a percent will cause it to grow or shrink to fit the
browser
| > window.
| >
| > What's the URL so we can take a look?
| >
| > --
| > David Berry
| > Microsoft MVP - FrontPage
| > FrontPage Support: http://www.frontpagemvps.com/
| > -----------------------------------
| > To assist you in getting the best answers for FrontPage support see:
| >
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > -----------------------------------
| >
| >
| > | > > When i veiw someone elses website it always formats to fit the
screen. My
| > > website will always overlap and move closer to the center of the
screen
| > > when
| > > veiwed by a computer with a smaller/bigger moniter. How do i make
my
| > > webbsite
| > > adjust to different size screens?
| >
| >
| >
 
N

noahssite

How do i get rid of the div's? Can i just go into code and erase anything
that says div? will it affect my layers or any objects on my website.

Chris Leeds said:
a div (<div> stuff here </div>) is a "block level" tag.
you probably got it in there using "layers". layer is another name for an
absolute positioned div.

HTH

--
Chris Leeds
Contact: http://chrisleeds.com/contact
Have you seen ContentSeed (www.contentseed.com)?
NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to email
addresses in public newsgroups.
Sorry for any inconvenience.
noahssite said:
What is a div?

Stefan B Rusynko said:
Remove your absolutely positioned DIVs
- your marquee div is 1048 px
- no need to use such lager left margins on the other divs

PS
Remove all spaces from all file & folder names - breaks links
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| www.noahssite.com
|
| Thank you,
|
| I'll try a table.
|
| "David Berry" wrote:
|
| > You can put your content inside of tables or cells set to a specific
number
| > of pixels wide, such as 720, or a percentage of the screen, such as
100%.
| > Setting it to pixels will lock it in place at different resolutions
and
| > setting it to a percent will cause it to grow or shrink to fit the
browser
| > window.
| >
| > What's the URL so we can take a look?
| >
| > --
| > David Berry
| > Microsoft MVP - FrontPage
| > FrontPage Support: http://www.frontpagemvps.com/
| > -----------------------------------
| > To assist you in getting the best answers for FrontPage support see:
| >
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > -----------------------------------
| >
| >
| > | > > When i veiw someone elses website it always formats to fit the
screen. My
| > > website will always overlap and move closer to the center of the
screen
| > > when
| > > veiwed by a computer with a smaller/bigger moniter. How do i make
my
| > > webbsite
| > > adjust to different size screens?
| >
| >
| >
 
C

Chris Leeds, MVP - FrontPage

if you delete the divs something is bound to change.
the best way to figure out what's going on there is to put your workspace in
"split view" and select things in the design pane. look at the code pane of
split view and the code that relates to that visual element will be
highlighted.


--
Chris Leeds
Contact: http://chrisleeds.com/contact
Have you seen ContentSeed (www.contentseed.com)?
NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to email
addresses in public newsgroups.
Sorry for any inconvenience.
noahssite said:
How do i get rid of the div's? Can i just go into code and erase anything
that says div? will it affect my layers or any objects on my website.

Chris Leeds said:
a div (<div> stuff here </div>) is a "block level" tag.
you probably got it in there using "layers". layer is another name for
an
absolute positioned div.

HTH

--
Chris Leeds
Contact: http://chrisleeds.com/contact
Have you seen ContentSeed (www.contentseed.com)?
NOTE:
This message was posted from an unmonitored email account.
This is an unfortunate necessity due to high volumes of spam sent to
email
addresses in public newsgroups.
Sorry for any inconvenience.
noahssite said:
What is a div?

:

Remove your absolutely positioned DIVs
- your marquee div is 1048 px
- no need to use such lager left margins on the other divs

PS
Remove all spaces from all file & folder names - breaks links
--

_____________________________________________
SBR @ ENJOY (-: [ Microsoft MVP - FrontPage ]
"Warning - Using the F1 Key will not break anything!" (-;
_____________________________________________


| www.noahssite.com
|
| Thank you,
|
| I'll try a table.
|
| "David Berry" wrote:
|
| > You can put your content inside of tables or cells set to a
specific
number
| > of pixels wide, such as 720, or a percentage of the screen, such
as
100%.
| > Setting it to pixels will lock it in place at different
resolutions
and
| > setting it to a percent will cause it to grow or shrink to fit the
browser
| > window.
| >
| > What's the URL so we can take a look?
| >
| > --
| > David Berry
| > Microsoft MVP - FrontPage
| > FrontPage Support: http://www.frontpagemvps.com/
| > -----------------------------------
| > To assist you in getting the best answers for FrontPage support
see:
| >
http://www.frontpagemvps.com/FrontPageNewsGroups/tabid/53/Default.aspx
| > -----------------------------------
| >
| >
| > | > > When i veiw someone elses website it always formats to fit the
screen. My
| > > website will always overlap and move closer to the center of the
screen
| > > when
| > > veiwed by a computer with a smaller/bigger moniter. How do i
make
my
| > > webbsite
| > > adjust to different size screens?
| >
| >
| >
 

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