For #2 you need to define a new class in your css. For example .nav or whatever you want to call it. Then in your free textbox you need to add
your links
This is the code I used .nav a {border-bottom: 1px solid #cccccc; color: #000000; display: block; font-family: tahoma; font-size: 8pt; text-transform: uppercase; line-height: 9px; padding: 3px;} .nav a:hover {color: #303030; text-decoration: none;} .nav br {display: none;} Just tweek it to your liking if you know how to. If you need any more help feel free to ask.
Comments 1
This is the code I used
.nav a {border-bottom: 1px solid #cccccc; color: #000000; display: block; font-family: tahoma; font-size: 8pt; text-transform: uppercase; line-height: 9px; padding: 3px;}
.nav a:hover {color: #303030; text-decoration: none;}
.nav br {display: none;}
Just tweek it to your liking if you know how to. If you need any more help feel free to ask.
Reply
Leave a comment