Click to See Complete Forum and Search --> : Look Like This Site


ketan7880
05-17-2007, 08:30 PM
Hi
How can i give this type of look to my site.

http://www.brisbanetimes.com.au/

as you see, is left and right side border? how can i do that in CSS or other way.

i tried border-left-style but is not giving me the same look.

any idea/s

Thanks

Kevey
05-17-2007, 09:09 PM
They are using an image for the background:

http://www.brisbanetimes.com.au/css/img/bt_bg_body-index.gif

and then they call it via their css:

body {background:#dad9d6 url("img/bt_bg_body-index.gif") repeat-y 50% 0;color:#000;text-align:center;font: 93%/1.4 arial,verdana,sans-serif}

ketan7880
05-17-2007, 10:50 PM
Thanks Kevey

It is working as i want.

Thanks very much

WebJoel
05-18-2007, 08:25 AM
-Somebody has a very wide monitor, eh? :D I only see a very small slice, -half the width of a scrollbar, -one either side. :rolleyes: