Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter uduak

    (@uduak)

    @imhameed78
    i know what you mean. i’ve just been getting mails from readers wh thought it would be easier to share a post if the blog title was a direct link (copy/paste).
    – and i did have a share buttom at the buttom of the post but for some reason they thought it was “too much work”.

    Thread Starter uduak

    (@uduak)

    brilliant! so easy! only problem now: my “link font” is defined to be much smaller than the actual “blog title font”. believe it’s got something to do with this in my style.css

    #content h2 {
    font-family:Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight:bold;
    color:#000000;
    border-bottom:solid #000;
    border-width: 2px;
    width: 500px;
    padding-bottom: 10px;

    and

    a:active { text-decoration: none;
    font-size:12px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    color:#000000;
    }

    a:visited { text-decoration: none;
    font-size:12px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    color:#000000;
    }

    a:hover { text-decoration: none;
    font-size:12px;
    font-family:Helvetica, Verdana, Arial, sans-serif;
    color:#FF3300;

    how can i change the coding to keep blog titles large without making links in the post large as well.

Viewing 2 replies - 1 through 2 (of 2 total)