Font Properties in quick table?

User 181505 Photo


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.
User 282670 Photo


Registered User
3,940 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....:)





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.