Web Page Formatting

C

cnmk1979

I have created my companies website using Frontpage 2002. When I publish the web page it looks great on my computer, but when my partner opens the web page on her computer the view is not the same, our company logo is out of line, the picture is out of place, the spreadsheet is way off the page, what am I doing wrong? Why does it not appear the same on all computers? Any help would be greatly appreciated as I am very frustrated. Thanks
 
S

Steve Easton

Can you post a URL so someone
can look at the page??

--
Steve Easton
MS MVP FrontPage
95isalive
This site is best viewed..................
...............................with a computer
cnmk1979 said:
I have created my companies website using Frontpage 2002. When I publish
the web page it looks great on my computer, but when my partner opens the
web page on her computer the view is not the same, our company logo is out
of line, the picture is out of place, the spreadsheet is way off the page,
what am I doing wrong? Why does it not appear the same on all computers?
Any help would be greatly appreciated as I am very frustrated. Thanks
 
S

Sparky Polastri

cnmk1979 said:
I have created my companies website using Frontpage 2002. When I publish
the web page it looks great on my computer, but when my partner opens the
web page on her computer the view is not the same, our company logo is out
of line, the picture is out of place, the spreadsheet is way off the page,
what am I doing wrong? Why does it not appear the same on all computers?
Any help would be greatly appreciated as I am very frustrated. Thanks

What's the address of the web site?
 
S

Steve Easton

1. You've used the spacebar to position some
content on the page. Browsers that are set to different
font sizes will change the size of the spaces and cause things to
shift.

2. You've used absolute positioning, and not all browsers
support this

I would recommend that you place your content in tables and cells
and then use the align left / align center / align right buttons for
positioning.

hth

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

Stefan B Rusynko

Remove all you inline styles and absolute positioning as in:
<div style="width: 668; height: 189; border-style: outset; padding-right: -25">
and
<p style="margin-top: 0; margin-bottom: 0">
<span style="position: absolute; left: 11; top: 24; z-index: -1">

PS
Also remove all spaces from file/folder names - illegal html & breaks links




| The web page is commpropinc.net
 
Top