page looks different on different computers

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

Guest

why does the webpage that I designed look different on other computers and how do I fix it?
 
Normally because the layout was not done correctly. Most layout begin with a
table or CSS.

--
Mike -- FrontPage MVP '97-'02
http://www.websunlimited.com
FrontPage Add-ins Since '97 2003 / 2002 / 2000 Compatible
----------------------------------------------------------------------------
--------------------
If you think I'm doing a good job, let MS know at (e-mail address removed)

confused said:
why does the webpage that I designed look different on other computers and
how do I fix it?
 
It could be because of different browsers. It can also be because you are
using fonts that are not standard for different Operating Systems (such as
Comic Sans, a favorite of lot of people, but not a standard Windows font).
CSS stands for Cascading StyleSheets. Its another way of describing and
setting the attributes of text and other items in thepage. One of the
biggest traps of CSS is to use it to position elements, such as Images, at
an exact co-ordinate on the page. Not all browsers support this so that's
why tables have to be used to craft a page carefully. If you set tables to
be a particular percentage of the width of the page (like 80%), it will look
different on other computers because they'll have different monitor sizes
which can throw everything off.

If you post a URL we can help you diagnose the problem and offer advice on
changing it.


Hope this helps,
Mark Fitzpatrick
Microsoft MVP - FrontPage

confused said:
why does the webpage that I designed look different on other computers and
how do I fix it?
 
Time to do a lot of research. Get yourself a couple of good books so you can
learn the basics.
There's always Google for searching!
 

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