View Single Post
Old 06-25-2007, 05:54 PM   #2 (permalink)
Vormund
 
Monster Techie

Join Date: May 2004

Location: Tucson, AZ, USA

Posts: 1,183

Vormund

Send a message via AIM to Vormund Send a message via MSN to Vormund Send a message via Yahoo to Vormund
Default Re: Help with some basic coding please?

Gladly - what website?

A simple 2x2 table would look like this:
Code:
<table>
  <tr>
    <td>Top-Left Text Here</td>
    <td>Top-Right Text Here</td>
  </tr>
  <tr>
    <td>Bottom-Left Text Here</td>
    <td>Bottom-Right Text Here</td>
  </tr>
</table>
And to put a picture, just add <img src="picturename"/> wherever you want it. You can also use an online WYSIWYG editor with ease,
This makes it just like using Word, in fact, you could use Word and save the file as a .html. But yeah.
__________________
Vormund is offline