Topic: Skin question

Hello
I want to ask how can i replace the Forum title and description with an image?
And how can i make the forum width be the whole width of the monitor?

Just look at this forum I found! really nice skin and logo
http://www.pokeplushies.com/forum/

thanks in advanced

[img]http://www.pokeplushies.com/images/adoptables/440184.gif[/img]---------------------------------------------------------------[img]http://www.pokeplushies.com/images/adoptables/450726.gif[/img]
Click here to feed me a Rare Candy!_||_Click here to feed me a Star Fruit!

2

Re: Skin question

Hi,

Look in /include/template/main.tpl

The forum you link to did this:

<div id="brdtitle" class="inbox">
            <pun_title>
            <p><span><center><img src='http://www.pokeplushies.com/forum/img/sibirsky_org/logo.jpg'></center></span></p>
</div>

3 (edited by headbuster 2008-06-20 19:02)

Re: Skin question

oh ok almost done
How do i make it in a blue box like the normal title?
---
no need to answer
figured it out! smile
Thanks

[img]http://www.pokeplushies.com/images/adoptables/440184.gif[/img]---------------------------------------------------------------[img]http://www.pokeplushies.com/images/adoptables/450726.gif[/img]
Click here to feed me a Rare Candy!_||_Click here to feed me a Star Fruit!

Re: Skin question

Oh and i have another question..
look how this forum and the forum i gave are stretched... how can i do that?

[img]http://www.pokeplushies.com/images/adoptables/440184.gif[/img]---------------------------------------------------------------[img]http://www.pokeplushies.com/images/adoptables/450726.gif[/img]
Click here to feed me a Rare Candy!_||_Click here to feed me a Star Fruit!

5

Re: Skin question

What version are you running, 1.3 beta or 1.3 rc?

Just asking, cause it's getting quite confusing to answer questions.

Re: Skin question

1.3 rc.....i think big_smile

[img]http://www.pokeplushies.com/images/adoptables/440184.gif[/img]---------------------------------------------------------------[img]http://www.pokeplushies.com/images/adoptables/450726.gif[/img]
Click here to feed me a Rare Candy!_||_Click here to feed me a Star Fruit!

7

Re: Skin question

Ok, 1.3rc it is:

.brd-page {
    width: 90%;
    margin: 0 auto;
    min-width: 700px;
    max-width: 1100px;
    padding: 20px 0;
    }

On this board they do this:

.brd-page {
    width: 90%;
    margin: 0 auto;
    min-width: 700px;
/*     max-width: 1100px; */
    padding: 20px 0;
    }

There is no maximum width, so the board stretches out.

If you happen to use Firefox, have you tried web developer?

Re: Skin question

Hey!Thanks a lot!
And thanks for the add-on!nice

[img]http://www.pokeplushies.com/images/adoptables/440184.gif[/img]---------------------------------------------------------------[img]http://www.pokeplushies.com/images/adoptables/450726.gif[/img]
Click here to feed me a Rare Candy!_||_Click here to feed me a Star Fruit!