Results 1 to 3 of 3

Hybrid View

  1. #1
    Join Date
    Oct 2006
    Location
    knoxville Iowa
    Posts
    21
    Plugin Contributions
    0

    red flag Bold = underline confusion

    I'm having a strange problem with this bit of code from the new stylesheet.
    whenever I change
    Code:
    a:link, #navEZPagesTOC ul li a {
    	color: #033408;
    	text-decoration: none;
    	}
    to
    Code:
    a:link, #navEZPagesTOC ul li a {
    	color: #033408;
    	text-decoration: bold;
    	}
    or
    Code:
    a:link, #navEZPagesTOC ul li a {
    	color: #033408;
    	text-decoration: bolder;
    	}
    it goes from
    "Hello World" to "Hello World"
    I don't understand why

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Bold = underline confusion

    text decoration is limited to the following:

    none
    underline
    overline
    linethrough
    blink

    If you want to make the text bold then you need to use the following declaration
    font-weight:bold;

  3. #3
    Join Date
    Oct 2006
    Location
    knoxville Iowa
    Posts
    21
    Plugin Contributions
    0

    customer issue Re: Bold = underline confusion

    thanks. That fixed it perfectly. Now I just got to figure out the other 10 million teensy problems. This is my very first time "creating" a template. Actually I should say modifying. If I was truly creating I'd understand every line in it, and what it means.

 

 

Similar Threads

  1. v151 Removing underline in EZ Pages
    By SilverHD in forum General Questions
    Replies: 10
    Last Post: 22 Mar 2013, 11:29 PM
  2. Removing Underline
    By benn600 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 26 Mar 2008, 03:40 PM
  3. Can't seem to turn bold off subcategory without turning off bold on top category
    By immersive in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 30 Dec 2006, 09:15 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg