MyBB Community Forums

Full Version: Want to add horizontal line
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I want to add a horizontal line under the post title. How can I add it? (example see this image)

[Image: i181284_Image00026.jpg]
In postbit_classic, find:

<tr><td>{$post['posturl']}<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

and add <hr> after.

In postbit, find:

<span class="smalltext"><strong>{$post['icon']}{$post['subject']} {$post['subject_extra']}</strong></span>

and add <hr> after.

See what that does.
Its working but its show black color, I want to change this line color. How can sholve it?
I think you have to edit the CSS class for the hr line in global.css
Thanks sir its working.......
great to see much to learn, nicely done dude