Can someone please show me how to change the font of the following variable (output) to Arial?
output = output + "<HR><BR><b>L-ebda rizultat ma jaqbel mat-tfittxija tieghek.</b> <br>";
Can someone please show me how to change the font of the following variable (output) to Arial?
output = output + "<HR><BR><b>L-ebda rizultat ma jaqbel mat-tfittxija tieghek.</b> <br>";
Last edited by stephencamilleri; 12-21-2005 at 02:20 PM.
This sounds like a homework question to me...Code:output = '<span style="font-family: Arial serif;">' + output + "<HR><BR><b>L-ebda rizultat ma jaqbel mat-tfittxija tieghek.</b> <br></span>";
Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!
or you could use simple <font> tags, though I'm not sure if it's become depricated (I learned HTML 4.0, not sure if the ver. has gone up?)
Bookmarks