loserw/a guitar
05-02-2003, 12:24 AM
i have a problem. heres the code for my site. I was wondering if theres a way to make it so the left half of the table's text isn't in the center. Also, if anyone could let me know how many pixels go horizontally across the page that would help.
<html>
<head>
<title>X x X FlamethroweR X x X</title>
</head>
<style>
<!--
A:link
{
text-decoration: none;
color:#007700;
}
A:visited
{
text-decoration: none;
color:#006600;
}
A:active
{
text-decoration: none;
color:#007700;
}
A:hover
{
text-decoration: none;
color:000099;
cursor: move;
}
body
{
background-color:#004455;
}
-->
</style>
<table>
<tableborder="0" cellpadding="5" cellspacing="10" width="100%" style="position:absolute; top:0px; left:0px;">
<tr>
<td bgcolor="#004433" width="150"><u><center>Guitar Tabs</center></u></td>
<td bgcolor="#004455" width="500">These are all tabs that I know, which I've either tabbed myself or have learned one way or another. You can use these tabs on other sites, but please <a href="mailto: xxx_flamethrower_xxx@yahoo.com">e-mail me</a> first. As soon as I get around to it I'll try to make it so you have a selection to choose from on this page and a box in the middle where it will show up. I may not have many tabs now but you can submit them to me if you want.</td>
</tr>
</table>
</body>
</html>
<html>
<head>
<title>X x X FlamethroweR X x X</title>
</head>
<style>
<!--
A:link
{
text-decoration: none;
color:#007700;
}
A:visited
{
text-decoration: none;
color:#006600;
}
A:active
{
text-decoration: none;
color:#007700;
}
A:hover
{
text-decoration: none;
color:000099;
cursor: move;
}
body
{
background-color:#004455;
}
-->
</style>
<table>
<tableborder="0" cellpadding="5" cellspacing="10" width="100%" style="position:absolute; top:0px; left:0px;">
<tr>
<td bgcolor="#004433" width="150"><u><center>Guitar Tabs</center></u></td>
<td bgcolor="#004455" width="500">These are all tabs that I know, which I've either tabbed myself or have learned one way or another. You can use these tabs on other sites, but please <a href="mailto: xxx_flamethrower_xxx@yahoo.com">e-mail me</a> first. As soon as I get around to it I'll try to make it so you have a selection to choose from on this page and a box in the middle where it will show up. I may not have many tabs now but you can submit them to me if you want.</td>
</tr>
</table>
</body>
</html>