PDA

View Full Version : How to add image beside text?


lolzers
10-09-2007, 11:30 AM
How would I add an image beside the text? i.e.:
http://habbos.net/showthread.php?t=61343 - Theres an image to the left/right of the text.

How would you do this?

Do you use HTML or BBcode? Just post an example using what is more efficient/what you use.

cheat-master30
10-09-2007, 11:35 AM
You mean floating/aligning images? I use these BB codes:

Float Left

Code: fl

Replacement:

<div style="float: left"><img src="{param}" alt="left aligned image" /></div>Float Right

Code: fr

Replacement

<div style="float: right"><img src="{param}" alt="left aligned image" /></div>You can choose the example content.

lolzers
10-09-2007, 11:39 AM
Thanks.

What did you put in the "replacement" field?

EDIT: Nevermind, stoopid me.

Ive added those codes, yet it still doesnt have the text and the image right beside it. Ill post a link when i get back.

lolzers
10-11-2007, 01:13 AM
Sorry, for double post.

What would I do in the example field?

Dismounted
10-11-2007, 10:07 AM
An example of the BB Code. For example:
This text is bolded.

lolzers
10-11-2007, 10:32 AM
So, would that mean I would do the following:

The tag you would use in threads is in example would I do Texthere

cheat-master30
10-11-2007, 03:40 PM
If it's for floating an image, you'd put the full address of an image in that gap.