Recent Topics

1 Oct 07, 2005 23:11    

Hiya please see: www.antonysimpson.com/blog

I am wanting to find the bit of the custom CSS code that will put the table border black like on www.antonysimpson.com.

Thanks,

Antony.

2 Oct 07, 2005 23:19

Does this do what you want:

div#wrapper {
border: solid black 1px;
}

4 Oct 07, 2005 23:39

Try changing the color and trying different border styles. [url=http://www.tizag.com/cssT/border.php]Here's[/url] a page with the various styles and how they look. If you want to totally match it, you might have to wrap your blog in a table. If it comes to that, then you're better off changing the look of the main page border to match something you can do with CSS.

5 Oct 08, 2005 12:41

Thanks Personman!

Thats a great site - book marked!!

Positive regards, :D :D :D :D :D

Antony. X


Form is loading...