Vaupell
01-14-2010, 10:07 AM
working on a gallery mod for my forum and its working just fine.
Except my gallery link in postbits are placed along side post_thank you link
109990
so wondering is it possible to make my link do a line break like <br />
i tryed but could not get it working..
$template_hook['postbit_userinfo_right_after_posts'] .= '<div class="left"><a href="EIG.php?do=showgallery&user='.$post[userid].'">My gallery</a></div>';
// just added a few lines to make it show proberly on vborg ;)
i tryed ending this with
My Gallery</a></div><br />'; but it didnt break the line..
any ideas how to change line either way up or down ?
EDIT :
tryed replaceing the div tags with
DD, DL, LI
still no luck
Except my gallery link in postbits are placed along side post_thank you link
109990
so wondering is it possible to make my link do a line break like <br />
i tryed but could not get it working..
$template_hook['postbit_userinfo_right_after_posts'] .= '<div class="left"><a href="EIG.php?do=showgallery&user='.$post[userid].'">My gallery</a></div>';
// just added a few lines to make it show proberly on vborg ;)
i tryed ending this with
My Gallery</a></div><br />'; but it didnt break the line..
any ideas how to change line either way up or down ?
EDIT :
tryed replaceing the div tags with
DD, DL, LI
still no luck