text displays different

M

Matt Shudy

Hi,

I have a page that has a table with four cells on it.
Three of the four cells use a back ground picture for each
of their backgrounds. So i have the those cells set at a
specific width and height. The problem occurs when users
have thier windows fonts set larger, which makes the text
on that page too large for the width of the table. The
text is shifted down and the back ground picture starts to
repeat it self. An example of this page can be found at
http://uwpcirclek.org/search.asp , it does not have all
the fuctionality as the intranet page though.. Is there
any way to set the text size so that it will be the same
even if the user has the windows font set larger?

Thanks,

Matt Shudy
 
M

Matt Shudy

Hi,

I have never done this, is this easy to apply after the
page has been made? It would be easy to remake this
single page, but there about 6 pages that all use similar
table background pictures.

Thanks,

Matt Shudy
 
S

Steve Easton

A style sheet can be created and then applied
across the web and it will then be applied
to each existing page.
style sheets can be crated in notepad
and are then saved with the .css extension.

You will then need to go to each page
and remove any existing formatting.

hth
 
M

Matt Shudy

Thanks for the help,

Matt Shudy
-----Original Message-----
A style sheet can be created and then applied
across the web and it will then be applied
to each existing page.
style sheets can be crated in notepad
and are then saved with the .css extension.

You will then need to go to each page
and remove any existing formatting.

hth





.
 
Top