I'm currently building a website, but I just have a minor issue; if I type in some text in a table, how can I change either the kerning, leading or tracking of that text?
Thanks,
Thanks,
CSS:
p { font-size:10px; font-family:Arial,Helvetica,Verdana,sans-serif; color:#333333; text-decoration:none; }
a.bodyLink:link, a.bodyLink:active, a.bodyLink:visited { font-weight:bold; color:#abcdef; text-decoration:underline; }
a.bodyLink:hover { font-weight:bold; color:#aaaaaa; text-decoration:underline; }
HTML:
<p><a href="http://www.flickr.com/photos/29586668@N05/" target="_blank" class="bodyLink">Flickr</a></p>
<p><a href="http://twitter.com/RobertBeveridge" target="_blank" class="bodyLink">Twitter</a></p>
<p><a href="http://www.vimeo.com/user995377/videos" target="_blank" class="bodyLink">Vimeo</a></p>


Comment