Non-threaded

Forums » Newbie Central » Read Thread

Introduce yourself and get to know the community.

Help!!! with images and text

11 years ago

Is there any way to have text around or next to an image, move the side to side or have them next to another picture??? (and if so what is it) If anyone could help that would be incredible.

Help!!! with images and text

11 years ago

Like this?

TEXT TEXT TEXT TEXT

TEXT TEXT TEXT TEXT

TEXT TEXT TEXT TEXT

TEXT TEXT TEXT TEXT

TEXT TEXT TEXT TEXT

 

It's sort of messy, but yeah, it can be done with html ...

 

Like this?

It's much easier if you just use a table...

Yep.

Ooh - Surround Sound!
  Centered Text

 

It's a lot harder than it looks though...

Here's the code for the entire page:

<p>Like this?<img src="http://img.photobucket.com/albums/v651/BerkaZerka/thor.jpg" style="width: 150px; height: 195px; float: right;" /></p>
<p style="text-align: right;">TEXT TEXT TEXT TEXT</p>
<p style="text-align: right;">TEXT TEXT TEXT TEXT</p>
<p style="text-align: right;">TEXT TEXT TEXT TEXT</p>
<p style="text-align: right;">TEXT TEXT TEXT TEXT</p>
<p style="text-align: right;">TEXT TEXT TEXT TEXT</p>
<p style="text-align: right;">&nbsp;</p>
<p style="text-align: center;">It&#39;s sort of messy, but yeah, it can be done with html&nbsp;...</p>
<p style="text-align: center;">&nbsp;</p>
<table>
 <tbody>
  <tr>
   <td style="text-align: right; vertical-align: top;">
    <p>Like this?</p>
    <p>It&#39;s much easier if you just use a table...</p>
    <p>Yep.</p>
   </td>
   <td>
    <img src="http://img.photobucket.com/albums/v651/BerkaZerka/thor.jpg" style="width: 150px; height: 195px; float: right;" /></td>
   <td style="vertical-align: middle;">
    Ooh - Surround Sound!</td>
  </tr>
  <tr>
   <td>
    &nbsp;</td>
   <td style="text-align: center;">
    Centered Text</td>
  </tr>
 </tbody>
</table>
<p>&nbsp;</p>
<p>It&#39;s a lot harder than it looks though...</p>
<p>Here&#39;s the code for the entire page:</p>

 

Help!!! with images and text

11 years ago

One of these days I will learn code (lol), I hope, I am generally terrible with computers.  Thanks a million for the reply :)

Help!!! with images and text

11 years ago

No Prob. The first sample though can be done without coding - just use the right-click on you picture and set properties to set it left or right. Text is set left right or center with the justify buttons.

Help!!! with images and text

11 years ago

Thanks again, I had no idea I needed to justify in order to type (which is why it wasn't working)