Tech Support Forum banner

How would I do this with a webpage?

1154 Views 3 Replies 4 Participants Last post by  v-six
http://www.ogdsims.simgames.net/newlayout/houses.html

I want to put the info for the house next to the image. How would I do this with HTML code?

So far I have this (down below). The way I've done it, the text appears on top of the image and I want it to go beside the image.

<img src="images/Header.JPG">
<body background="images/bgimage.JPG">
Modern Living
<br>
</br>
Created By: Joseph (TheSims2lova344)
<br>
</br>
Contains Custom Content & Requires The Sims 2 University
<br>
</br>
Size: 7 MB
<br>
</br>
<a href="downloads/ModernLiving.zip"><img src="images/modernliving.jpg"></a>
<br>
</br>
<a href="downloads/SLHomeCrafterHome.zip"><img src="images/slhomecrafter.jpg"></a>

Thanks in advance for any support.
See less See more
Status
Not open for further replies.
1 - 4 of 4 Posts
I can tell you how to put it under the image but I doubt you want that :wink:
With HTML, you probably want to use tables. Images in one cell and text in the other.

http://www.pageresource.com/html/table1.htm
tables are definately the best/simplest solution here. If you ever get into css formatting, you can set the style to float left, and content will wrap around it.
1 - 4 of 4 Posts
Status
Not open for further replies.
Top