PDA

View Full Version : Small help Needed: Seperate Sticky & Normal Threads


Idlehearts
09-27-2008, 07:04 AM
When i am using the code to seperate

<tr><td class="thead" colspan="<if condition="$show['threadicons']">7<else />6</if>">&nbsp;</td></tr>

I am not getting the correct height/space in between How to get one like lower in the image attached (at present i am getting the upper one height)

thanks

Lynne
09-27-2008, 03:00 PM
Have you tried adding a height to the td tags?
<td class="thead" style="height:2px;" etc...>

Idlehearts
09-27-2008, 03:44 PM
yes i tried that but no use

Lynne
09-27-2008, 03:50 PM
This is the line used on my forum to make a small height row - just use the code here for your own:
<tr><td class="thead" style="line-height: 0; padding: 0; margin: 0;" colspan="5"><img src="clear.gif" alt="" width="1" height="6" /></td></tr>

Idlehearts
09-27-2008, 04:03 PM
This is the line used on my forum to make a small height row - just use the code here for your own:
<tr><td class="thead" style="line-height: 0; padding: 0; margin: 0;" colspan="5"><img src="clear.gif" alt="" width="1" height="6" /></td></tr>

Thanks this works