Font Properties in quick table?

Home » Forums » Website Design and Development » Font Properties in quick table?


Registered User
31 posts

I was wondering if i can change the default font under creating a "quick table"? I can't seem to find how to do that. I'm using HTML 7 and use windows xp home.


Senior Advisor
3,910 posts

you could put something like this in the head section
<style type="text/css">
td {
font-family: "Times New Roman", Times, serif; font-size: small; color: white;
}
</style>

just change font and color as needed....:) "It's A Smart Person That Asks"


Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.