Envision, Create, Share

Welcome to HBGames, a leading amateur game development forum and Discord server. All are welcome, and amongst our ranks you will find experts in their field from all aspects of video game design and development.

[Resolved]HTML script align help?

So I'm customizing my Tumblr's theme, and everything's fine and dandy so far. I added my Twitter box and decided to also add a Facebook like box for my band. So my problem is Twitter is on top and the Like Box is below it. I was wondering if there is any way to make it so the Like Box appears on the left of Twitter.

Sorry I can't explain better; Any questions just ask.

Thanks in advance :)
 
Floats or tables.

Either:

<table><tr><td> LEFT CONTENT </td><td> RIGHT CONTENT </td></tr></table>

Or the more preferable (but not my personal favourite):

<div style="float: left;"> LEFT CONTENT </div><div style="float: left;"> RIGHT CONTENT</div>
 
Amy Pond":g926hq3g said:
Floats or tables.

Either:

<table><tr><td> LEFT CONTENT </td><td> RIGHT CONTENT </td></tr></table>

Or the more preferable (but not my personal favourite):

<div style="float: left;"> LEFT CONTENT </div><div style="float: left;"> RIGHT CONTENT</div>
Thanks Wyatt! That did it! This thread is resolved :)
 

Thank you for viewing

HBGames is a leading amateur video game development forum and Discord server open to all ability levels. Feel free to have a nosey around!

Discord

Join our growing and active Discord server to discuss all aspects of game making in a relaxed environment. Join Us

Content

  • Our Games
  • Games in Development
  • Emoji by Twemoji.
    Top