News:

Want to get involved in developing SMF, then why not lend a hand on our github!

Main Menu

Spacing Posts Help

Started by L.G.S, May 23, 2006, 02:11:21 PM

Previous topic - Next topic

L.G.S

Can somebody tell me how I would go about adding a 5-10 pixel space after each post?

I will need the entire code and where to edit please
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


L.G.S

FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


L.G.S

FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


H

I haven't checked this but I would guess that you add the spacing after:

// Show the member's signature?
if (!empty($message['member']['signature']) && empty($options['show_no_signatures']))
echo '
<hr width="100%" size="1" class="hrcolor" />
<div class="signature">', $message['member']['signature'], '</div>';

echo '
</td>
</tr>
</table>
</td></tr>
</table>
</td></tr>';


in display.template.php
-H
Former Support Team Lead
                              I recommend:
Namecheap (domains)
Fastmail (e-mail)
Linode (VPS)
                             

L.G.S

Yeah but I need the code to space it as well :(
FREE and LIVE World Cup + Premier League football streams:

www.gamesandgoals.com


H

You could cheat and use a <br> tag or make a <div> block with a size of 5-10.

This is really not difficult to do. Search google for CSS and divs
-H
Former Support Team Lead
                              I recommend:
Namecheap (domains)
Fastmail (e-mail)
Linode (VPS)
                             

Advertisement: