Quote:
Originally Posted by Hippy
no morning coffee .lol
I was able to check here at work...
my downloads2_postbit template I added the <br />
as so
Code:
<br /><dt>{vb:rawphrase dl2_downloads}</dt><dd>{vb:raw post.dl2_downloads}</dd>
<dt>{vb:rawphrase dl2_uploads}</dt><dd>{vb:raw post.dl2_uploads}</dd>
|
Nice solution! I found an even better way though, to have all lines aligned with each other.. simply add: <dd></dd> at the front of your code (including the line break tag you added) and it will have everything looking perfect.

Thanks for the help.