without_wings: (Default)
without_wings ([personal profile] without_wings) wrote in [community profile] getting_started2010-04-11 05:03 pm

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.
raine: (SG1: ONeill Huh by txduck)

[personal profile] raine 2010-04-11 10:03 pm (UTC)(link)
The only way I know of to do that with online text involves the use of creating tables in HTML, so that you have the picture embedded in one cell of the table and the text in the other cell.
matgb: Artwork of 19th century upper class anarchist, text: MatGB (Default)

[personal profile] matgb 2010-04-11 11:56 pm (UTC)(link)
My phone ate my earlier comment, but two people have replied below.

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.