Posted by westsidesally on 12/11/06 01:43
I would be ever so appreciative if some kind soul could take a look.
Here's my code, how can I position the table about 200px from the top
and 100px from the left?
<body bgcolor="#ffffff" text="#804000" link="#804000" vlink="#808080"
alink="#ff0000" >
<table border="0" cellspacing="5" cellpadding="1">
<tr>
<td><a href="index.html">Home</a></td>
</tr>
<tr>
<td><a href="contact.html">Contact</a></td>
</tr>
<tr>
<td><a href="gallary.html">Gallary</a></td>
</tr>
<tr>
<td><a href="aboutartist.html">About Artist</a></td>
</tr>
<tr>
<td><a href="extras.html">Extras</a></td>
</tr>
</table>
</body>
AND I actually have three columns I'd like to do. the second with a
paragraph of text that wont follow the same height of the first col and
the third with an image placed at the top...I got the paragraph to work
decently enough, but the image needed to be positioned at the
top...couldn't seem to figure it out....
I really appreciate any and all help!! Thanks
Sally
Navigation:
[Reply to this message]
|