Hmm... Please excuse my technical knowledge [ Which you will see from my question :evil: ] .
My question is that I created a table on the bottom of my page my page. What I want to do is that I want the font size absolutely fixed... i.e. if someone chooses View > Text Size > Largest ... then the font size must remain the same as I defined [ Verdana , <b> and 10pt ] rather than getting larger than this.
BTW I used CSS Class something like this
.navhead { font: 10pt verdana, geneva, lucida, 'lucida grande', arial, helvetica, sans-serif;}
I would appreciate any help in this matter.