Question about coding

Started by Acid Lips, July 19, 2012, 12:26:10 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Acid Lips

I have a small question, some time ago I was told that there is a way to leave a space after a picture when I post it with Float left or right. I don't want the text to be so close together to the picture. I would really appreciate any help

Geraint

Quote from: Acid Lips on July 19, 2012, 12:26:10 AM
I have a small question, some time ago I was told that there is a way to leave a space after a picture when I post it with Float left or right. I don't want the text to be so close together to the picture. I would really appreciate any help

You can do it by editing the code of the first image tag to add "padding":

Thus, if your image coding is something like this: 

[float=right][img]url of image[/img][/float]

you can add a predetermined number of pixels of padding around it (in this case 10) like this:


[float=right][img padding=10]url of image[/img][/float]


I hope that helps. :)

Acid Lips

THANKS that was what I was looking for