1

(6 replies, posted in PunBB 1.2 troubleshooting)

everything fine, thanks a lot for the smooth help smile

2

(6 replies, posted in PunBB 1.2 troubleshooting)

did work, thanks smile

now how do I get the board title and subtitle to be a bit lower tongue

3

(6 replies, posted in PunBB 1.2 troubleshooting)

didn't work sad

where exactly should your code go? I tried putting it at several places in the .css, both with and without deleting the old part, but nothing produced any notable effect besides the old appearance or no picture at all.

hi,

I need a forum, decided to go with punbb, and I'm really happy with the simplistic approach. Still, for a gimp like me with nonexistant knowledge about .html, .php, and basically everything else, changing stuff beyond the basics gets hard quickly, so maybe someone could help me with a simple question wink

I have a small picture in my header, and now I want the board title and subtitle to not be on top/below the picture, but rather both to the right, nicely aligned, and centered vertically in the header. The code I used to get the picture in is

/* header logo */
.pun H1
{
/* your logo and position */
background-image: url(../../img/Tempest/logo.gif);
background-repeat: no-repeat;
background-position: left; /* you set your logo position here */
display: block;
height: 90px; /* logo height in here*/
width: 110px; /* logo width in here*/
}

in the _cs.css of my style. Current state can be looked at on www.wowtempest.de/forum . I'd want something like:

__________
|                 |
|                 |   [board title]
|    picture   |   
|                 |   [board description]
|__________|

any help is much appreciated, thanks smile