July 3, 2008

Good Advice

If you're interested in running a D&D (or, really any kind of roleplaying) game, there are a few sites out there that can help.

2 comments:

Brittiny said...

I didn't know how else to contact you so that is why I'm asking this in a comment.

I found your comment on http://bguide.blogspot.com/2008/04/3-column-templates-rounders-left-and.html about not having the dotted lines on the left column. I'm having that problem right now... and after taking a look at your blog, I noticed that you fixed that problem. I was wondering if could tell me or show me a link on how to get the dotted lines on the left column.

Thanks!

Sam said...

Ids replied to my question a few comments down:

Copy and paste the following CSS code in to your template skin.

#left-sidebartop h2 {
line-height:1.5em;
color:#223344;
border-bottom: 1px dotted #223344;
margin-bottom: 0.5em;
font: normal bold 100% 'Trebuchet MS',Verdana,Arial,Sans-serif;
}

#left-sidebartop a {
color: #225588;
}

#left-sidebartop a:hover {
color: #225588;
}

#left-sidebartop a:visited {
color: #225588;
}