Hi all,
I have a thin vertical line separating the "entries" portion of the weblog, from the menus on the right hand side. It is set as a border element....
Weblog...
Here's the css...
#alpha { float:left;margin: 15px 15px 0 15px; width: 480px;
background: #FFFFFF; border-right:1px solid #cccccc;
background-position:right;
background-repeat:repeat-y; }
(I hope this is the best way to do this...)
But, the text in the entry runs into the border line, and optimally I would like to have a little space between the end of the line of text in the post, and the vertical border line (say 3-5 pixels wide maybe?)
Can anyone please advise me as to how this might be achieved?
Thanks,
Rob