vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vB3 Programming Discussions (https://vborg.vbsupport.ru/forumdisplay.php?f=15)
-   -   underline vs. no underline (https://vborg.vbsupport.ru/showthread.php?t=217998)

rrudeboy 07-06-2009 08:42 PM

underline vs. no underline
 
when i look in my postbit_legacy i see all members' name are displayed with class 'bigusername' which i set to text-decoration: none, yet certain members do have an underlined username, how's this possible ?

more important, how do i get rid of the underline..

tks.

(link in my sig)

ranz 07-07-2009 12:16 AM

in the Styles & Templates - Main CSS in the AdminCP

find the appropriate Customised Style heading, then you need to look for the three boxes Normal Link CSS, Visited Link CSS, Hover Link CSS - and Text Decoration set it to none if you dont want underline links.

I would recommend against not underlining links - as to me this is a "standard" which most people are used to.

rrudeboy 07-07-2009 12:10 PM

as i mentioned, it works except on certain usernames..

Dismounted 07-07-2009 12:20 PM

Usergroup HTML Markup, maybe?

rrudeboy 07-07-2009 12:36 PM

Quote:

Originally Posted by Dismounted (Post 1844462)
Usergroup HTML Markup, maybe?

hmz, have not messed with that... but i'll check it out.

tks.

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

weird... if i set it to bold it works, if i change it to none it does not have any effect..

NJAquaman 07-07-2009 09:59 PM

Quote:

Originally Posted by rrudeboy (Post 1844077)
more important, how do i get rid of the underline..

tks.

(link in my sig)

you can put this code in the the header_include

Code:

<style type="text/css">
<!--
A { text-decoration:none }
-->
</style>

Gets rid of all underlines in the site


hope this helps


All times are GMT. The time now is 02:35 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.01002 seconds
  • Memory Usage 1,720KB
  • 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
  • (1)bbcode_code_printable
  • (2)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (6)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