|
-
Oct 25th, 2002, 07:24 AM
#1
Thread Starter
Addicted Member
static text (same size in every config)
hi,
how can i make the text in a html document static, so the text won't change his size, even if the user changes the Font-size
under "VIEW" to Big, or Large, .. ?
is there some code for it?
Old enough to know better,
but young enough to don't give a ****!
-
Oct 25th, 2002, 08:01 AM
#2
Addicted Member
use a style with a specific font-size
e.g
<font style="FONT-SIZE: 10pt">test</font>
-
Oct 25th, 2002, 12:21 PM
#3
Frenzied Member
Yep although I would add a couple of things: You should try not to do that as what if someone has a visual imparement and can't read your site, it's not fair to them to stop them from making the text bigger. And also if you're going to use <font> you may as well use <span>, as I'm pretty sure font is dead in XHTML, or is at least deprecated.
-
Oct 28th, 2002, 07:06 AM
#4
Fanatic Member
it's deprecated in HTML 4
-
Oct 28th, 2002, 09:27 AM
#5
Frenzied Member
Ah right, and dead in XHTML?
-
Oct 28th, 2002, 09:49 AM
#6
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|