Member
Member
fuBar   2007-03-22, 00:22
#1

Hello,

When I browse my gallery and hit page 2, the stylesheet is not being used by the page. Hence, that old retro html appears.

I am using two stylesheets to operate the website gallery.

Can anyone help me out on this?

Thanks.

Developer
Developer
trisweb   2007-03-22, 18:48
#2

If you give us a link to your gallery I'm sure we could help you! Thanks!

Member
Member
fuBar   2007-04-02, 01:51
#3

Sorry for the late reply. I have been 'very' busy with things.

Here is a working page in pg 1: http://buufdesigns.com/gallery/vstylers/
But in page two of it, is totally different: http://buufdesigns.com/gallery/vstylers/page/2/

I am assuming that there is a disconnect with the .htcaccess?

Developer
Developer
trisweb   2007-04-02, 17:27
#4

Your problem is in those two lines:

`

`

Instead of ../../ you need to use the absolute path. So, the file it looks for on /page/2/ is actually 2 levels down from /page/2/, since it thinks that's a path and not just a rewritten URL. So you need absolute paths for those.

I would put the stylesheets in the [i]theme directory[/i] (under /themes/yourtheme/ folder) and use this kind of path:

`

Member
Member
fuBar   2007-04-04, 01:09
#5

Thank you for being so helpful.

  
Powered By MyBB, © 2002-2026 MyBB Group.
Made with by Curves UI.