< Basic Codes for your ProBoards | Reduce Table Cell Background Padding (ProBoards CSS Tutorial) >
31 May 2006 > 0 Comments
There are four pseudo classes that can be used to style your links. These are;
For the examples below I am using a:link, but the styles can be used for any of the four link classes above.
<style type="text/css">
<!--
a:link
{
text-decoration: none;
}
-->
</style>
<style type="text/css">
<!--
a:link
{
text-decoration: overline;
}
-->
</style>
<style type="text/css">
<!--
a:link
{
text-decoration: underline;
}
-->
</style>
<style type="text/css">
<!--
a:link
{
text-decoration: underline overline;
}
-->
</style>
<style type="text/css">
<!--
a:link
{
text-decoration: line-through;
}
-->
</style>
<style type="text/css">
<!--
a:link
{
border-bottom: 1px dashed;
}
-->
</style>
<style type="text/css">
<!--
a:link
{
border-bottom: 1px dotted;
}
-->
</style>
<style type="text/css">
<!--
a:link
{
background-color: #fa6390;
}
-->
</style>
Mahud Version 5 © 2006-2008 > powered by Mr Whippy Wordpress