You’ll get a better response by posting a link to the site.
Would it be okay to just post my CSS style sheet?
Not for me, but there may be someone else willing to take the extra time required…
Hmm. Guess I’ll give it a shot.
Thanks Yosemite. 🙂
[moderated – long code removed]
Don’t post long code here, please!
It is difficult to read and nobody really bothers to take a look at it. You can use http://pastebin.com or similar services (google for it) – and post back with the URI.
For posting small code snippets, please read carefully the instructions here below the text input area: the “backticks” usually are located on top-left of your keyboard, where ~ [tilde] is.
Eeek, sorry. Will do. Thanks Moshu. 🙂
Can anyone tell me where to add the code to make a border around my sidebare in the Pool Theme?
#sidebar {
float: right;
font-size: 11px;
line-height: 1.5em;
margin: 0;
padding: 0 10px;
width: 170px;
Try?:
#sidebar {
float: right;
font-size: 11px;
line-height: 1.5em;
margin: 0;
padding: 0 10px;
width: 170px;
border: thin solid black;
}
Reference: http://www.w3schools.com/css/css_border.asp
Yosemite!! Sorry for the late reply. I sort of gave up. But took a chance and saw your post.
That worked great! How did you know what to use? I tried everything….
Now I just need to figure out how to tweak it so it will look the same in FireFox and Explorer!
Thanks so much! 🙂