Forum Moderators: open
1. Is there a common monospaced font that would be on everyone's PC that I could specify?
2. If they didn't have it, would I get a proportionally spaced font which would mess things up?
3. I would like to know how <tt> mode relates to this. Can I specify <tt> mode and select a font? And sizes and colors?
I'm not sure when and why one would use <tt> mode vs. just selecting a mono font.
Thanks for any help you can give, Peter
td {
font-family: "Courier New",Courier,"Andale Mono",monospace;
}
That should do it.
The other solution would be to assign a fixed with to the columns. That way they'd align no matter which font is used...