View Full Version : underline links
Cust0ms
11-14-2008, 05:00 PM
hello
I want to add underline links in posts. I want to add broken line like here:
http://img444.imageshack.us/img444/8451/underlinelinkia3.jpg
anybody?
ry215
11-14-2008, 05:38 PM
ACP >> Styles & Templates >> Style Manager >> Choose Style >> Main CSS >> Body >> Hover Links CSS >> Text Decoration
none; border-bottom: 1px dotted #344D8C;
Cust0ms
11-14-2008, 06:41 PM
I see underline, but only when I want to click link.
I see simply underline too. How to remove simply underline?
And how to add broken underline but not only when I want to click. I would like to always show broken underline in posts.
ry215
11-15-2008, 06:34 AM
ACP >> Styles & Templates >> Style Manager >> Choose Style >> Main CSS >> Body
Normal Links CSS
Visited Links CSS
Hover Links CSS
Text Decoration: none; border-bottom: 1px dotted;
Cust0ms
11-15-2008, 02:19 PM
Thanks, but... I do not want to underline occurred on the forumhome page etc., under the standard links. Only the links added by users!
ry215
11-15-2008, 04:36 PM
ACP >> Styles & Templates >> Style Manager >> Choose Style >> Main CSS >> Body
Normal Links CSS >> Text Decoration: none
Visited Links CSS >> Text Decoration: none
Hover Links CSS >> Text Decoration: none
Open include/class_bbcode.php
find:
return "<a href=\"$rightlink\" target=\"_blank\">$text</a>";
replace with:
return "<a href=\"$rightlink\" target=\"_blank\" style=\"border-bottom: 1px dotted;\" />$text</a>";
Cust0ms
11-15-2008, 05:53 PM
Thanks a lot my friend.
SEOvB
11-15-2008, 06:42 PM
Why do a file edit for it when you can do a template edit of the postbit or postbit_legacy?
Cust0ms
11-17-2008, 04:13 PM
Why do a file edit for it when you can do a template edit of the postbit or postbit_legacy?
How to do that?
vBulletin® v3.8.12 by vBS, Copyright ©2000-2025, vBulletin Solutions Inc.