
May 12th, 2003, 03:51 PM
|
 |
|<.+#f@#+.&.|
|
|
Join Date: Mar 2002
Location: norway
|
|
|
try to add this to css
css:
p {clear:left;}
and write the text in the same paragraph as the image
html:
<p><img rc="coltest2_files/a-picture.png" class="floatimg" width="260px" height="130px">
<span class="hello">some text i'd really like to get to the right of the picture, rather than underneath.</span></p>
remember to set px to width and height,
|