layout integration

Get help with installation and running phpwcms here. Please do not post bug reports or feature requests here.
Post Reply
messmigoo
Posts: 11
Joined: Sat 11. Feb 2006, 04:09

layout integration

Post 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
macmukka

Post 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 -
Post Reply