text displays different

  • Thread starter Thread starter Matt Shudy
  • Start date Start date
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
 
You can do it by using css and specifying a fixed
pixel size for the font.
 
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
 
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
 
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





.
 

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