Forums

Larger Text (H1,H2) on Link Titles (4 posts)

  1. ddzc
    Member
    Posted 3 years ago #

    Hi,

    I'm wondering how I can increase the font of the text of my link name. On posts, I can use header tags but the link name does not accept HTML...any ideas?

    Thanks

  2. @mercime
    Member
    Posted 3 years ago #

    Do you mean you have a post, within that post you want to add an h1 or h2 tag?

  3. ddzc
    Member
    Posted 3 years ago #

    Hi,

    No, it's not a post. I created a "Link" under Write--Link, but i'm unable to increase the size of the name.
    Here is my site: http://supplementscoupons.com/

    If you look on the side, I cannot increase "Home". I can increase the size of page and post titles but not the link title. The Link title won't accept the html.

  4. Otto
    Tech Ninja
    Posted 3 years ago #

    You don't use tags like H2 and such to make changes to the look of the page, you do that to define them as HEADERS. Since those are not headers, they should not be in a header tag.

    If you just want to make text look bigger, then edit the CSS appropriately. Like by adding something like this:

    ul.blogroll li {
    font-size:160%;
    }

    See?

    More info on Semantic HTML: http://www.google.com/search?q=semantic+html

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.