SMF Support > SMF 2.0.x Support
News
halfflight:
They are there for a left margin, If I remove them it doesn't change the gap only buggers up the alignment.
Thanks for the help though.
Smudger
Krash.:
Ok, here's a better way to do it using inline CSS -
--- Code: ---
/// Show a random news item? (or you could pick one from news_lines...)
if (!empty($settings['enable_news']))
echo '
<div style="margin: 20px 0 20px 10px;"><span style="font-weight: bold;">On This Day: </span>', $context['random_news_line'],'</div>
</div></div>';
--- End code ---
The margins in margin: are top, right, bottom, left.
Navigation
[0] Message Index
[*] Previous page
Go to full version