Free Republic
Browse · Search
General/Chat
Topics · Post Article

To: 2Jedismom
I don't know how to do fancier formatting, but I hope I learn! I would like to know how to set it up so text would wrap around a picture, or set up a table so I could have more than one long column. Right now my profile looks like a Grecian urn.
25,371 posted on 04/11/2003 6:56:17 AM PDT by HairOfTheDog (May it be a light for you in dark places, when all other lights go out.)
[ Post Reply | Private Reply | To 25363 | View Replies ]


To: HairOfTheDog; 2Jedismom
I'll have to look it up in my HTML book...I don't remember right off.
25,374 posted on 04/11/2003 6:59:23 AM PDT by Overtaxed
[ Post Reply | Private Reply | To 25371 | View Replies ]

To: HairOfTheDog; 2Jedismom; Overtaxed
Here is the HTML for a basic 2-column table:

<TABLE width="100%" border="0" cellspacing="0" cellpadding="0">
<TR>
<TD width="50%">Left column stuff here</TD>
<TD width="50%">Right column stuff here</TD>
</TR>
</TABLE>

To wrap text around an image, set the align attribute in the image tag to either "left" or "right". For example:

<IMG src="URL" align="left">

25,378 posted on 04/11/2003 7:10:53 AM PDT by ecurbh (HHD)
[ Post Reply | Private Reply | To 25371 | View Replies ]

Free Republic
Browse · Search
General/Chat
Topics · Post Article


FreeRepublic, LLC, PO BOX 9771, FRESNO, CA 93794
FreeRepublic.com is powered by software copyright 2000-2008 John Robinson