vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   Underlined Username and Thread Titles (https://vborg.vbsupport.ru/showthread.php?t=214472)

Bulldog Stang 05-25-2009 03:15 AM

Underlined Username and Thread Titles
 
How do I turn this off?? I searched, but did not find the answer ...

I run another site (www.unitedstangs.com) and it is not showing on there, but it is on www.stangsgonewild.com ...

I know it is probably a simple option I have to check, but I am not finding it anywhere ..

Thanks in Advance ..

Bulldog

HMBeaty 05-25-2009 03:23 AM

Check your main css for your templates for "underline" and delete that. It's usually in the "Body" section

Dismounted 05-25-2009 05:43 AM

You're more likely going to have to add a declaration (instead of removing one).
Code:

text-decoration: none;

Bulldog Stang 06-02-2009 09:06 PM

Quote:

Originally Posted by Dismounted (Post 1816657)
You're more likely going to have to add a declaration (instead of removing one).
Code:

text-decoration: none;

Where do I run this at ??

--------------- Added [DATE]1243980449[/DATE] at [TIME]1243980449[/TIME] ---------------

Quote:

Originally Posted by Redlinemotorsports (Post 1816614)
Check your main css for your templates for "underline" and delete that. It's usually in the "Body" section

Nothing in the body section that I see that indicates any underlining .. I when through the whole css

Dismounted 06-03-2009 06:21 AM

Edit the postbit template and wrap the username with span tags & that attribute. Repeat with forumdisplay and the thread title.

Bulldog Stang 06-03-2009 01:13 PM

I am kinda new at coding ... You lost me on that .. LOL

You saying that I should find in the postbit template as well as the forumdisplay and threadtitle templates and use the code ...
Code:

<span>username</span>
???

Where would I insert the
Code:

text-decoration: none;
at ?

Lynne 06-03-2009 03:36 PM

If you have firebug as an addon for firefox, you would be able to easily see what classes affect those links and change the underlining in the Main CSS.

If you don't want to do it that way, you may do what Hanson suggested and wrap them with span tags:
HTML Code:

<span style="text-decoration: none;">
stuff you don't want to be underlined
</span>


Flyervoide 06-29-2009 07:24 PM

Quote:

Originally Posted by Lynne (Post 1822797)
If you have firebug as an addon for firefox, you would be able to easily see what classes affect those links and change the underlining in the Main CSS.

If you don't want to do it that way, you may do what Hanson suggested and wrap them with span tags:
HTML Code:

<span style="text-decoration: none;">
stuff you don't want to be underlined
</span>


how do you find that in firebug?

Dismounted 06-30-2009 04:45 AM

What is your goal? The same as the OP?


All times are GMT. The time now is 05:03 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.01116 seconds
  • Memory Usage 1,730KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (4)bbcode_code_printable
  • (2)bbcode_html_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (9)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete