MyBB Community Forums

Full Version: show thread
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hi friends


how to spruce up this arrangement
[attachment=29145]
to be like this and have a line like this.
[attachment=29144]
find {$post['user_details']} in postbit_classic template

add a div container like this <div id="pb_user">{$post['user_details']}</div>
you can add required style to div pb_user in global.css (eg. #pb_user {background: wheat;})


Edit: add a span element like this <span class="pb_user">{$post['user_details']}</span>
and add .pb_user {border-bottom: 1px dotted #000;} in global.css
does not work .m.

thanks .m.

it was very helpful.