Aliigning Facebook and Twitter Widgets HTML Coding

  • goblue20

    #2396

    I am trying to allign my facebook and twitter social widgets on my website (www.valuehorsetips.co.uk), can anybody help me with the HTML code required. I have the individual codes but can only get them to stand on top of each other and tried using the <left> and <right> but one goes left one goes right but not side by side! any help would be greatly appreciated!!

    Anonymous

    #20021

    You can try something like this:

    <div>
    <div style="float:left;">YOUR FACEBOOK CODE</div>
    <div style="float:right;">YOUR TWITTER CODE</div>
    </div>

    Please let me know if this works for you.

    atrotman10

    #20022

    Yes that has worked! You absolute genius thank you 🙂

Viewing 3 posts - 1 through 3 (of 3 total)

  • You must be logged in to reply to this topic.