Wrapping text around an image?

For general discussions of any sort that don't fit in the other forums.

Moderators: Mystic Dragon, Xalia, Shard, JKatkina

Post Reply
User avatar
Dray
Dracolich
Posts: 9389
Joined: Wed Jul 06, 2005 11:16 am

Wrapping text around an image?

Post by Dray »

O_o I'm wondering if you happen to know how to wrap text around an image using basic HTML? I'd just like to have my image up on one side of the page, and have the text right next to it and then continuing beneath it, without using stupid tables. Is there any simple way to do that?
User avatar
dracosinfernoweyr
Dragon
Posts: 1181
Joined: Wed Jul 06, 2005 10:52 am
Location: Concord, NC
Contact:

Post by dracosinfernoweyr »

I use <img src=""align="right"> (or left), ends up looking like this. ^^
~Kayla, what is that I don't even
Image
+ Char Listing + LJ +
User avatar
Keilin Alyr
Dragon
Posts: 1063
Joined: Thu Jul 07, 2005 12:36 pm
Location: Right Behind You...

Post by Keilin Alyr »

Are you talking about IMG ALIGN tags perhaps? It's been a while since I touched any html that wasn't my own copy-paste. >.<

I did find a fun little site that describes what I think you're talking about: http://www.geocities.com/SiliconValley/6658/wrap.html

Though it looks like Kayla beats me! ^_^
Shiolar
Dragon
Posts: 1814
Joined: Sun Oct 17, 2021 12:28 pm

Post by Shiolar »

Ooooh! Ooooh! I know that one!

In your image tag, you simply include an 'align' section. For example!

Code: Select all

<p align="left"><img src="image.gif" border="0" align="left">Your text here</p>
And then all your text wraps nicely around the image. It works on both the left and the right.
User avatar
Dray
Dracolich
Posts: 9389
Joined: Wed Jul 06, 2005 11:16 am

Post by Dray »

Ooh, that kind of works! Thanks... only the text seems to be flush right up to the image, and I was hoping for a gutter of a few pixels. It's a thumbnail, so I can't just do 'border="5"', since that makes this ugly blue colour surrounding it...

http://www.graham-russell.co.uk/ud/topic.php?id_top=437

Here's the link so that you can see what I mean. Right now the code looks like this:

{a href="http://dracothrope.lmfao.org.uk/random/2006/UDAGT.jpg" target="new"}{img src="http://dracothrope.lmfao.org.uk/random/2006/UDAGTP.jpg" border="5" align="left"}{/a}

(With'<' and '>' brackets instead, of course.)

What can I do to put a space between the image and the text, but keep a nice white colour between the two? :\
User avatar
Xenoqueen
Great Wyrm
Posts: 2721
Joined: Tue Jul 05, 2005 9:52 pm
Location: The Nexus
Contact:

Post by Xenoqueen »

Do this.

Code: Select all

<img src="pic" align="left/right" hspace="#" vspace="#">
Hspace and Vspace will be that invisible border you want. :)
User avatar
Dray
Dracolich
Posts: 9389
Joined: Wed Jul 06, 2005 11:16 am

Post by Dray »

Perfect, thanks, Phe! *hugs!*

Thanks, everyone, for responding so quickly! ^_^ *jigs* Much better, now.
User avatar
Mystic Dragon
Great Wyrm
Posts: 2290
Joined: Wed Jul 06, 2005 11:37 am
Location: Tris'Hath
Contact:

Post by Mystic Dragon »

*stares* Where'd you find this UD diary thing? :3 I should add my three. Need to do up some quick pics for them anyway.

Also, any objections to starting the RP on this forum?
https://renaissancebookpress.com/2017/0 ... tlin-caul/" onclick="window.open(this.href);return false;
User avatar
Dray
Dracolich
Posts: 9389
Joined: Wed Jul 06, 2005 11:16 am

Post by Dray »

XD Kat found it. :3 It's a fun place to wangst. *likes it* X33

And none from me, of course!
Post Reply