View Full Version : Moving tables!
pokejungle
June 20th, 2005, 12:51 AM
I'm getting my new site up, PaulHQ! It's similar to JK Net, as it's a portal. Right now I'm putting the finishing touches on my layout (can you believe I actually made one? @_@) and I'm having a spot of trouble.
How can I move a table over? I need to move the first row over a bit so that the NavBar doesn't come that close to the edge.
BTW- You should have already guessed, but it's http://paulhq.com XD
Pink
June 20th, 2005, 01:02 AM
You use:
<'blah(table/div this doesn't really go here, it just to show where it goes o_O)' style="padding:?px;">
I think o_O; it worked on cute news anyway.
pokejungle
June 20th, 2005, 01:07 AM
I meant like
<table attributes=""> kinda thing x.x;; I could either move the whole table over, or just the row. I don't care.
BTW- This seemed SO simple...but I've already contacted a couple of webmasters, and no one seems to know XD
Rukario
June 20th, 2005, 02:28 AM
Try something like this:
<html>
<head>
<title>Paul HeadQuarters</title>
<base href="http://paulhq.com/" />
<style type="text/css">
body
{background-image: url(images/background3.png);
background-position: top left;
background-repeat: repeat-y;}
</style>
</head>
<body text="#000000" leftmargin="0" marginwidth="0" topmargin="0" marginheight="0">
<table border="0" cellpadding="0" cellspacing="0">
<tr><td><img src="images/bannerswt2.png"></td></tr>
<tr><td><table border="0" cellpadding="0" cellspacing="0" left="20">
<tr><td width="10"> </td><td width="250" height="590" valign="top">
<font face="Verdana, Arial" size="1"><b>Navigation</b>
<br> <a href="http://www.link.com">link here</a>
<br> <a href="http://www.link.com">link here</a>
<br> <a href="http://www.link.com">link here</a>
<br> <a href="http://www.link.com">link here</a>
<br> <a href="http://www.link.com">link here</a>
<br> <a href="http://www.link.com">link here</a>
<br> <a href="http://www.link.com">link here</a>
<br> <a href="http://www.link.com">link here</a>
</font></div>
</td></tr></table></td>
<td width="428" height="600" valign="top"><div align="left">
<font size="1" face="verdana"><div style="position: absolute; top: 150; left: 250; width: 428; height: 600">PUT YOUR TEXT HERE
</div></td>
<td><div style="position: absolute; top: 150; left: 626; width: 164; height: 100">
<table border="0" cellpadding="0" cellspacing="0" left="20">
<tr><td width="10"> </td><td width="250" height="590" valign="top">
<font face="Verdana, Arial, Times New Roman" size="1"><center>
<b>Affys</b>
<br><a href="http://www.link.com"> link here</a>
<br><a href="http://www.link.com"> link here</a>
<br><a href="http://www.link.com"> link here</a>
<br><a href="http://www.link.com"> link here</a>
<br><a href="http://www.link.com"> link here</a>
</td></tr></table></div><!-- </div> -->
</td></tr>
<tr><td colspan="3" background="images/disclaimer.png"></td></tr>
</table>
</font>
</div>
</body>
</html>