Page 1 of 1
Preset font size
Posted: Tue Jun 10, 2003 6:42 am
by mikusan
How can i stop people from being able to choose the size of the font, often when you resize to a bigger size all my tables dies (well not all) but it looks ugly and i don't care if people are blind. I would like to preserve the main font size and not allow anyone to play with it...
Posted: Tue Jun 10, 2003 7:03 am
by []InTeR[]
I thought (not sure), that if you use a <font style="size: 12px"> instead of <font size="3"> makes it imposseble for the user to change it with the exploder.
Re: Preset font size
Posted: Tue Jun 10, 2003 7:57 am
by twigletmac
mikusan wrote:How can i stop people from being able to choose the size of the font, often when you resize to a bigger size all my tables dies (well not all) but it looks ugly and i don't care if people are blind. I would like to preserve the main font size and not allow anyone to play with it...
Maybe if you learn how to use HTML properly and design tables that don't get broken when font sizes change then it won't be an issue. Excluding people from your site just because they don't have perfect vision is unneccessary.
If you want perfect layouts that users can't adjust, print out your site and post it to them.
Mac
Posted: Tue Jun 10, 2003 7:58 am
by twigletmac
[]InTeR[] wrote:I thought (not sure), that if you use a <font style="size: 12px"> instead of <font size="3"> makes it imposseble for the user to change it with the exploder.
True for some browsers but not all.
Mac
Posted: Thu Jun 12, 2003 9:32 pm
by Dak
the <font> tags are deprecated.