Font Properties in quick table? -...
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.
you could put something like this in the head section
just change font and color as needed....
<style type="text/css">
td {
font-family: "Times New Roman", Times, serif; font-size: small; color: white;
}
</style>
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.