Eliminate Horizontal Scroll Bar

G

Guest

What would be causing the horizontal scroll bar to be available when I've got
all my pages running vertical??

I don't like to have to horizontal scroll so I don't even want to see it on
my site.

Thanks!
 
S

Steve Easton

Because the total width of your content exceeds 760 pixels in width.

Also, you really need to use an image editor to reduce the size of the
2044%20Little%20Horse%20FX.JPG image. at it's current file size of 3.5 mb it takes forever to
display even on high speed DSL.

And also, you need to remove spaces from image and file names, because they will create broken links
in some browsers. The spaces are what create %20 in a link

This: 2044%20Little%20Horse%20FX.JPG

Should be: 2044_Little_Horse_FX.JPG

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
G

Guest

Thank You, Steve!

I am a beginner and when you say it exceeds 760, does that mean I need to
change by page size??
--
Jill

http://www.jillwlang.com


Steve Easton said:
Because the total width of your content exceeds 760 pixels in width.

Also, you really need to use an image editor to reduce the size of the
2044%20Little%20Horse%20FX.JPG image. at it's current file size of 3.5 mb it takes forever to
display even on high speed DSL.

And also, you need to remove spaces from image and file names, because they will create broken links
in some browsers. The spaces are what create %20 in a link

This: 2044%20Little%20Horse%20FX.JPG

Should be: 2044_Little_Horse_FX.JPG

--
Steve Easton
Microsoft MVP FrontPage
95isalive
This site is best viewed............
........................with a computer
 
G

Guest

Jill,

In code view, look at <table cellpadding="0" cellspacing="0" width="940"
height="80" bgcolor="#808080">. Change width="940" to either width="760" or
width="100%". I think the second choice is better because no matter what
your visitors' browser resolution, it will fill 100% of their screen.
Whichever you choose, do a global search and replace "940" to "your choice".
HTH

Jill said:
Thank You, Steve!

I am a beginner and when you say it exceeds 760, does that mean I need to
change by page size??
 

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