Many thanks for the tips and pointers!
I find your template excellent. And may use that in developing my future ones.
My problem with CSS is that it's so powerful. So many artistic options! I learn best by example. This helps alot.
But I'm having problems making it work. I tried applying it to my template's stylesheet area. I even clicked on "Set all pages" to apply the template. It didnt work.
I put in..
on the top and bottom of this code. Nope, didnt work too.
Oh, these is the actual code I used (modified for my settings).
Code: Select all
.bulletmenu ul
{
margin: 0;
padding: 0;
list-style-type: none; /* Using no bullets. Remove this if you want
bullets */
font-family: verdana; /* What font to use */
}
.bulletmenu a, .bulletmenu a:link, .bulletmenu a:visited
{
color: #ffffff; /* The color of links, white in this case */
text-decoration: none; /* Links not underlined */
}
.bulletmenu a:hover
{
color: #ffffff; /* Color when hovering, white in this case */
text-decoration: underline; /* Underlining links when hovering */
}
.currentpage {
font-weight: bold; /* Making the link of the current page bold */
}
Also tried your actual code. No luck. Any chance my html template is conflicting with the css template? (I would guess no).
Very nice tutorial links there! I've tried to read some. But they were too long and over complicated. The first one really walks you thru.
EDIT:
I mean to say on the last part. I've read some css tutorials before but they were long. But the tutorial links you gave we're excellent!