without_wings (
without_wings) wrote in
getting_started2010-04-11 05:03 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Entry Posting Question
I know this is kind of a random question, but does anyone know if text wrapping (around a picture) is possible when posting an entry? I would like to be able to post a small image and have the corresponding paragraph of text be right next to it, instead of above or below the picture.
Thanks for your help in advance.
Thanks for your help in advance.
no subject
no subject
no subject
Two ways of doing it that are better than tables (Which, frankly, should only be used for data) are below, FoxFireFey's method using CSS is better overall, the other method using align within the html code works, but is deprecated.
The best way is to have some CSS classes in your layout code and just use them, but....
Oh, I may have a suggestion idea.
no subject
no subject
The left.
no subject
And the code to do that is:
<div style="float: left; padding-right: 10px;"><img src="http://www.dreamwidth.org/userpic/28376/54718"></div>
It can be tweaked as needed, if that's not exactly what you're looking for!
no subject
no subject
no subject
A bunch of random text to illustrate my point in a random way. Random way, you say? Why, yes. A bunch of random text to illustrate my point in a random way. Random way, you say? Why, yes. A bunch of random text to illustrate my point in a random way. Random way, you say? Why, yes. A bunch of random text to illustrate my point in a random way. Random way, you say? Why, yes.
Or, left:
A bunch of random text to illustrate my point in a random way. Random way, you say? Why, yes. A bunch of random text to illustrate my point in a random way. Random way, you say? Why, yes. A bunch of random text to illustrate my point in a random way. Random way, you say? Why, yes. A bunch of random text to illustrate my point in a random way. Random way, you say? Why, yes. A bunch of random text to illustrate my point in a random way. Random way, you say? Why, yes.
The code would look like this:
<img src="http://www.dreamwidth.org/userpic/407846/14785" align="right" hspace="5" vspace="5">
<img
src="http://www.dreamwidth.org/userpic/407846/14785" align="left" hspace="5" vspace="5">
To widen the space between the text and the image, fatten the hspace number.
Here's some more info: http://www.w3schools.com/tags/att_img_align.asp
no subject
no subject