Quote:
Originally Posted by doctorsexy
Still the same as last time ..no images and if you log in on the cms its all wonky... all out side the box. but on the forum its ok . just no images....
|
The only reason the images won't show is (obviously) if they can't be found.
In the CSS I gave all images root path (../) which means the folder with the images has got to be in the website root (as in /home/yoursite/public_html/).
Paths I used in the code (to fetch the libraries etc. ) is {vb:raw vboptions.homeurl} which in the vast majority of cases will also be the website root. The only instance where this could be different is if your site is hosted on a sub-domain, in which case let me know, along with the directory tree and I'll knock up a copy for you.