bazz
12-05-2006, 02:36 PM
I want my textareas to be showing the Arial font.
Presently I seem only to be able to get Times New Roman :yawn: Is this a fixed/default setting?
here's the code I have used
table#showdata td.rightTd textarea {
font-family : "Arial", verdana, sans-serif, arial, helvetica;
width : 350px;
height : 100px;
}
bazz
Presently I seem only to be able to get Times New Roman :yawn: Is this a fixed/default setting?
here's the code I have used
table#showdata td.rightTd textarea {
font-family : "Arial", verdana, sans-serif, arial, helvetica;
width : 350px;
height : 100px;
}
bazz