2013-04-30, 04:06 AM
2013-04-30, 04:37 AM
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
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
2013-04-30, 05:14 AM
does not work .m.
thanks .m.
it was very helpful.
thanks .m.
it was very helpful.