hi guys, i have a problem, basically i need Tahoma size 8 on a webpage (size 8 as the size would show in Word, etc) but with HTML i can only get "6" or "10" which is either too small or too big. Could anyone help me out and give me some code so i can make my Tahoma font size 8 on my webpage? thanksThis will do what you want:<p style="font:normal 8pt 'tahoma', sans-serif;">
Some size 8 Tahoma text.
</p>However if users want to resize the text in IE they will be unable to, therefore by using a fixed font-size you may be preventing some partially sighted users from being able to read your page.thanks so much man!Happy to help.
Some size 8 Tahoma text.
</p>However if users want to resize the text in IE they will be unable to, therefore by using a fixed font-size you may be preventing some partially sighted users from being able to read your page.thanks so much man!Happy to help.