Quick question help please

G

golfinray

I keep having trouble with fonts. I have a page where I would like every
single letter of every single link and non-link on that page to be the same
size (12pt.) I have tried and tried to set everything together and
individually and through style on hyperlink and some of them just look
different when you look at them on a browser. Help? Is there any way to just
"wave a wand" and everything is the same size, same font? Thanks, Milton
 
R

Ronx

Yes, and No.

Yes, you can use CSS to set every HTML element to use the same font-family,
colour and font size.
No, because every browser allows the user to over-rule your CSS and use
their own.
In IE, this is set using
Tools->Internet Options
Click Accessibility and tick the boxes.

For details regarding CSS see tutorial at http://w3schools.com
--
Ron Symonds
Microsoft MVP (Expression Web)
http://www.rxs-enterprises.org/fp

Reply only to group - emails will be deleted unread.
 
H

Helpful person

Yes, and No.

Yes, you can use CSS to set every HTML element to use the same font-family,
colour and font size.
No, because every browser allows the user to over-rule your CSS and use
their own.
In IE, this is set using
Tools->Internet Options
Click Accessibility and tick the boxes.

For details regarding CSS see tutorial athttp://w3schools.com
I agree, however why would the user force a specific font?

www.richardfisher.com
 

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

Top