Re: Style problem
Solwed with board width. Ho to change LAST POST WIDth?
Re: Style problem
http://wiki.punres.org/Change_forum_width
humm.. look in the wiki....
Don't be stupid and help ! We are the stupid one's !!!
Re: Style problem
http://wiki.punres.org/Change_forum_width
humm.. look in the wiki....
Solwed with board width.
Anyway, probably something like this (though I haven't tested):
TH.tcr, TD.tcr {WIDTH:whatever}
Re: Style problem
pogen i got a Q what are the lines between the Forum |Topics| Posts| Last post called?
Don't be stupid and help ! We are the stupid one's !!!
Re: Style problem
They're just borders for the table cells.
Re: Style problem
can u give me an example. i know how to add images and change colors as i learn css step by step!
here is an example of my current works!
http://hntshosting.com
im going to offer a special prices for punbb hosting for anyone that wants it!
Q
Don't be stupid and help ! We are the stupid one's !!!
Re: Style problem
What exactly do you want to do? Get rid of them?
Re: Style problem
ok i want to add a background for like the menu
sorta like a nuke theme
the image then inside it the info
http://h2otuning.com
see how the main menu is inside an image?
im trying to convert phpbb themes to punbb or a few of them.
Don't be stupid and help ! We are the stupid one's !!!
Re: Style problem
where i can find info how to change colours of last post, posts and topics colums? also is it possible to hide this section in picture below ?
Re: Style problem
/* 1.4 Table header rows */
.pun TH {BACKGROUND-COLOR: #dcf2b8}
it was blue now it is light green
http://hntshosting.com/forum.php
Don't be stupid and help ! We are the stupid one's !!!
Re: Style problem
The question was how to hide this row at all (look at picture http://img214.imageshack.us/img214/9830 … d034wn.jpg ) and as i see its category title... any ideas?
Re: Style problem
#punindex .blocktable h2 {
height: 0;
position:absolute;
left: -9999px;
}
14 2006-06-04 14:45 (edited by minis 2006-06-04 14:55)
Re: Style problem
paul, could you also say how to hide this http://img434.imageshack.us/img434/4701/fdfg3qw.jpg
Thanks in advance
Re: Style problem
I believe you can accomplish that by changing the above code to:
#punindex .blocktable h2, #punviewforum .blocktable h2 {
height: 0;
position:absolute;
left: -9999px;
}
Re: Style problem
pogenwurst - it works. thanks
Re: Style problem
sorry i thought you wanted to change colors..lol...
Don't be stupid and help ! We are the stupid one's !!!