Posted by Rob McAninch on 12/31/05 22:29
Jose>:
>> Using simple .html, how do I keep all the text over on the right side?
>
>
> One way is with tables.
> One caution - don't set the table or cell widths in pixels. Set them as
> percents if you must set them [...]
Another method is to use the align attribute of the img element.
http://htmlhelp.com/reference/html40/special/img.html
Or use CSS to float the image, or the text, in the direction you
want it.
--
Rob McAninch
http://rock13.com
[Back to original message]
|