Forum Moderators: open

Message Too Old, No Replies

<ADDRESS> tag not in Italics?

         

ollee

8:58 am on Apr 30, 2009 (gmt 0)

10+ Year Member



Is it possible to turn off Italics when using the <address> tag?

birdbrain

9:12 am on Apr 30, 2009 (gmt 0)



Hi there ollee,

yes it is, like this...

[blue]
<style type="text/css">
address {
font-style:normal;
}
</style>

[/blue]


birdbrain

ollee

9:25 am on Apr 30, 2009 (gmt 0)

10+ Year Member



thanks, birdbrain!

birdbrain

9:29 am on Apr 30, 2009 (gmt 0)



No problem, you're very welcome. ;)