I feel pretty dumb for having to bug you all, but I've run into something I cant quite resolve. Sorry for being so "new" here, but appreciate any help.
My little website has a list of links on the left side of my homepage, that obviously link to my other pages. Instead of an ever growing list, I'm trying to break it down into two columns, and attempt to somewhat center those colums onto the page. Doesn't need to be "aligned centered" so to speak, just want it to look about even on the page, to the naked eye. My cells on the right are fine, I can easily adjust them left and right where I'd like them to be. My cells on the left though, are too far left, I want to mvoe them right, but I cant get it to work. If someone could pick apart my code and offer suggestions, I'd really appreciate it.
<table width="1000">
<tr>
<td><A HREF=" Me</A HREF></td><td align="right"><A HREF=" Thoughts, Life, and Day to Day Stuff</A HREF></td>
</tr>
</table>
<p>
<table width="1000">
<tr>
<td><A HREF=" and Sayings</A HREF></td><td align="right"><A HREF=" Stuff</A HREF></td>
</tr>
</table>
<p>
<table width="1000">
<tr>
<td><A HREF=" I Know</A HREF></td><td align="right"><A HREF=" Music I Like</A HREF></td>
</tr>
</table>
<p>
<table width="1000">
<tr>
<td><A HREF=" HREF></td><td align="right"><A HREF="mailto:lemontonic@earthlink.net">Email Me</A HREF></td>
</tr>
</table>
Thanks all!
My little website has a list of links on the left side of my homepage, that obviously link to my other pages. Instead of an ever growing list, I'm trying to break it down into two columns, and attempt to somewhat center those colums onto the page. Doesn't need to be "aligned centered" so to speak, just want it to look about even on the page, to the naked eye. My cells on the right are fine, I can easily adjust them left and right where I'd like them to be. My cells on the left though, are too far left, I want to mvoe them right, but I cant get it to work. If someone could pick apart my code and offer suggestions, I'd really appreciate it.
<table width="1000">
<tr>
<td><A HREF=" Me</A HREF></td><td align="right"><A HREF=" Thoughts, Life, and Day to Day Stuff</A HREF></td>
</tr>
</table>
<p>
<table width="1000">
<tr>
<td><A HREF=" and Sayings</A HREF></td><td align="right"><A HREF=" Stuff</A HREF></td>
</tr>
</table>
<p>
<table width="1000">
<tr>
<td><A HREF=" I Know</A HREF></td><td align="right"><A HREF=" Music I Like</A HREF></td>
</tr>
</table>
<p>
<table width="1000">
<tr>
<td><A HREF=" HREF></td><td align="right"><A HREF="mailto:lemontonic@earthlink.net">Email Me</A HREF></td>
</tr>
</table>
Thanks all!