Web Page Formatting

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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
 
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
 
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?
 
I hope you didn't use absolute positioning! If you did .... don't!
 
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
 
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
 

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

Back
Top