Page 1 of 1

layout integration

Posted: Tue 24. Jul 2007, 16:48
by messmigoo
Hi people,

If I want to integrate a css template, the pictures referred in the css template do not show up. The only thing I want is to put the {content} in an existent css layout. I tried to put the images in almost any directory, but it don't work.

thanx

Posted: Tue 24. Jul 2007, 16:55
by macmukka
check the path!

../../image directory if in a CSS file and you are using background images.

eg.

background: url(../../img/bar/foo.jpg);

instead of

background: url(img/bar/foo.jpg);

Think that should work, may be wrong and perhaps my way is just perculiar to my set-up.

Best -