Jump to content

HTML Help (again)


Recommended Posts

Okay. I'm fixing up the Invision Power Board 1.3 for a forum, and I want to have two images in the "logostrip". I want one to be on the left and one to be on the right, and both of them on the same line. However, I can't seem to properly achieve that. They always end up either being both on one side, or oddly distorted in some way. Here's the code I'm using, as it is right now, with both images showing up side by side on the left.

<div id=logostrip><align=left><img src='{ibf.vars.img_url}/logo4.gif' border="0" /></align><align=right><img src='{ibf.vars.img_url}/logo4_right.gif' border="0" /></align>

  </div>

Link to comment
Share on other sites

You can try using tables to align them then.

Something like:

<div id=logostrip><table border="0" width="100%"><tr><td align = "left"><img src='{ibf.vars.img_url}/logo4.gif' border="0" /></td><td align="right"><img src='{ibf.vars.img_url}/logo4_right.gif' border="0" /></td></tr></table>

</div>

Edited by G-O-D
Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. To learn more, see our Privacy Policy