html code for font in Table
Using the latest version of DW on Mac. How can I insert HTML code into the Table code to set the font?
Using the latest version of DW on Mac. How can I insert HTML code into the Table code to set the font?
You can legally use inline CSS in your HTML5 code but I don't normally do this except for HTML Emails. It's kind of a mess when used in web sites. But if you're using Muse, I don't imagine clean code is your biggest priority.
<table style="font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; font-size: 15px; font-variant: small-caps; font-style: oblique; font-weight:bold">
For more Font-family options, consult CSS Font-stack.
CSS Font Stack: Web Safe and Web Font Family with HTML and CSS code.
For more on CSS Font Styles, consult W3Schools.
Nancy
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.