Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Hyperlink Text Alignment

  • This topic is empty.
Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #39049
    ericss
    Member

    Hi,

    I’m having problem aligning the hyperlink text. Here’s how it looks like now: http://postimage.org/image/6o3mtuc37/

    Here’s the code:

    Download Poster[like xfbml=false action=like layout=button_count width=80 height=20 div=true]

    [si-contact-form form='7']

    How can I make the Download Poster in the middle of both the FB Like Button and the Follow Us On Facebook image?

    Thanks!
    Eric.

    #106727
    TheDoc
    Member
    [like xfbml=false action=like layout=button_count width=80 height=20 div=true]Download Poster
    #106730
    ericss
    Member

    Sorry…. I think I describe it wrongly.

    I mean how can I put the Download Poster font alignment in the middle of both FB Like Button and Follow Us On Facebook image alignments.

    The Download Poster still in the first item. I would like to change the text alignment of it.

    I figured out it using table:










    Download Poster


    [like xfbml=false action=like layout=button_count width=80 height=20 div=true]



    Not sure if we can do it without using table?

    Thanks!
    Eric.

    #106731
    TheDoc
    Member

    I don’t understand. If you can change the markup, why don’t you just reorder all of the elements?

    #106733
    ericss
    Member

    Reorder all elements as in how?

    If you can see the screenshot, the hyperlink is at the baseline of the fb button and the follow us link image. What I want is to make the hyperlink in the middle of instead of baseline/bottom.

    #106734
    img {
    vertical-align: middle;
    }
    #106735
    ericss
    Member

    Hi Joshua,

    I believe that will work only for the last image. How about the FB like button ?

    [like xfbml=false action=like layout=button_count width=80 height=20 div=true]

    #106736

    I need to see the markup of the button, not the shortcode.

Viewing 8 posts - 1 through 8 (of 8 total)
  • The forum ‘CSS’ is closed to new topics and replies.