PhotoPlog

PhotoPlog (http://www.photoplog.com/forum/index.php)
-   "How Do I..." Questions (http://www.photoplog.com/forum/forumdisplay.php?f=7)
-   -   align the template int eh /gallery/ (http://www.photoplog.com/forum/showthread.php?t=308)

Loco.M 06-07-2006 04:08 AM

align the template int eh /gallery/
 
http://www.fish-keeping.com/forums/gallery/index.php

see the style is messed up ?
any suggestions where to look.


thanks

Morgan 06-07-2006 04:18 AM

Here you go...
Code:

Relative Links: background: url("images/bluepearl/
Absolute Links: background: url(/forums/images/bluepearl/


Loco.M 06-07-2006 06:16 PM

marvelous

any suggestion for this one

http://www.fish-keeping.com/portal.php
:D

Morgan 06-07-2006 06:56 PM

Look for the following CSS for that style:
Code:

.t2 {
background: url("images/bluepearl/misc/t2.jpg");
}
.t3 {
background: url("images/bluepearl/misc/t3.jpg");
}
.t5 {
background: url("images/bluepearl/misc/t5.jpg");
}
.t6 {
background: url("images/bluepearl/misc/t6.jpg");
}
.t8 {
background: url("images/bluepearl/misc/t8.jpg");
}
.top3 {
background: url("images/bluepearl/misc/top3.jpg");
}
.b3 {
background: url("images/bluepearl/misc/b3.jpg");
}
.c9 {
background: url("images/bluepearl/misc/c2.jpg");
}
.bot2 {
background: url("images/bluepearl/misc/bot2.jpg");
}
.c1 {
background: url("images/bluepearl/misc/c3.jpg");
}
.e2 {
background: url("images/bluepearl/misc/e2.jpg");
}
.e4 {
background: url("images/bluepearl/misc/e4.jpg");
}
.e5 {
background: url("images/bluepearl/misc/e5.jpg");
}
.e7 {
background: url("images/bluepearl/misc/e7.jpg");
}
.d2 {
background: url("images/bluepearl/misc/d2.jpg");
}
.d4 {
background: url("images/bluepearl/misc/d4.jpg");
}
.d5 {
background: url("images/bluepearl/misc/d5.jpg");
}
.d7 {
background: url("images/bluepearl/misc/d7.jpg");
}
.d10 {
background: url("images/bluepearl/misc/d10.jpg");
}

And replace:
Code:

background: url("images/bluepearl/
With:
Code:

background: url(/forums/images/bluepearl/
Then you can get rid of the stuff from post two.

Loco.M 06-26-2006 10:39 PM

http://www.locoforum.com/gallery/

do u know what i need to put here ?

i tried what u have in oist 2 with the current style, but its still off

thanks,, its the part around the navbar i'd like fixed..

thx

Morgan 06-28-2006 01:26 AM

Here you go...
Code:

Relative Links => background="images/
Absolute Links => background="http://locoforum.com/images/


Loco.M 06-28-2006 01:49 AM

great :)

thank you Morgan


All times are GMT. The time now is 11:15 AM.

Powered by vBulletin® Version 3.8.5
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.