PDA

View Full Version : I need to learn something


setishock
08-29-2011, 08:58 PM
4.1.2 full suite

I need to fine out how to put some small images in the category bars on both ends and eliminate the collapse button.
Remember I'm not a coder so use the KISS method.

napy8gen
08-31-2011, 12:47 AM
You will find the collapse button here.
style manager> edit templates> forumhome templates> forumhome_forumbit_level1_nopost

setishock
08-31-2011, 02:43 PM
Ok so you wouldn't happen to know how to park icons on either end of the category bars?

Lynne
08-31-2011, 03:11 PM
Probably put in one floating right, the other floating left?

<img src="imageleft.png" style="float:left" alt="" />
<img src="imageright.png" style="float:right" alt="" />