![]() |
|
#1
|
|||
|
|||
|
Hiya all!
Just a quickie, how do i get rid of the underline on links? It's when i post a news post and i have a url linking somewhere.. He's a screenshot: Thanks for the help !
Last edited by Oddmaker; 09-20-2005 at 04:15 PM. |
|
#2
|
|||
|
|||
|
that has to do with your style properties. So if you want to get rid of that underline, you will basically lose all of the underlines for other links that use the same class from the CSS stylesheet.
The easiest way to do this for this link or any other link, first find out what the class/style id is and go to your style & template manager in your forums admincp. From there, look at the properties, and where it says 'Text Decoration', just type in "none" and that will get rid of your underline.
|
|
#3
|
|||
|
|||
|
Thanks bro.
|
|
#4
|
|||
|
|||
|
np
|
|
#5
|
|||
|
|||
|
Ive look around in adv_portal_everything and still cant figure out what to remove! Ive tried inserting "style =text-decoration: none" everywhere but to no avail. Someone please help!
Basically i want to remove the underlines from the "recent threads module". But if i change the main body css to have text-decoration none, it works but ALL my links stop being underlined. I just want to remove the underline from the topic titles of my "recent threads" module and not all my links |
|
#6
|
||||
|
||||
|
You'll find the code for that link in the 'adv_portal_recthreads_lean' and 'adv_portal_recthreads_exp' templates.
__________________
Frequently Asked Questions CMPS Users Manual For vBadvanced software assistance, please use the support forums. Unsolicted PMs, IMs, and email will not be responded to. If you have a non-software related question or problem with your account, please submit a support ticket. |
|
#7
|
|||
|
|||
|
ok thx, fixed it after going thru all the links one by one.
for anyone searching for this problem find this <a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]" title="$thread[preview]"><if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if></a> and replace it with this <a href="$vboptions[bburl]/showthread.php?$session[sessionurl]t=$thread[threadid]" title="$thread[preview]" style="text-decoration : none;"><if condition="$show['gotonewpost']"><strong>$thread[title]</strong><else />$thread[title]</if></a> |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| News emailed auto-posts in News Forum? | SinCityJet | Troubleshooting / "How do I..." Questions | 3 | 05-17-2005 01:05 PM |
| Links in posts | Nephalim | Pre-Sale Questions | 1 | 04-10-2005 08:38 PM |
| Removing fields in posts, location, reputation, Join Date, etc | Nathan | Chit Chat | 3 | 02-25-2005 11:47 PM |
| New links in new posts | d4v3r5 | Feedback & Suggestions | 3 | 02-16-2005 03:20 PM |
| Make posts from links and gallery apear in forums new posts and todays posts | Dr.Brainiac | "How Do I..." Questions | 2 | 01-21-2005 09:33 AM |