You dont understand, my problem is with path of background images in css file. Example:
background: #FFFFFF url(images/stylexxx/my_bg_test.jpg);
Tree of my board:
domain.com
> forum/
> forum/images/stylexxx/
If I access page domain.com/forum/index.php my background image in css will load with no problem, but and if user access my custom page in main domain.com/custompage.php ?
images/stylexxx/my_bg_test.jpg = error 404 not found. Understand now?
Thanks
|