Moving tables!

Started by pokejungle June 19th, 2005 4:51 PM
  • 466 views
  • 3 replies
Seen March 13th, 2022
Posted December 28th, 2018
12,504 posts
19.7 Years
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? @[email protected]) 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

usami

biohazard

Age 32
Male
Iowa
Seen October 5th, 2021
Posted May 1st, 2014
7,305 posts
19.5 Years
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.

Rukario

Banned

Somewhere in Ilex Forest
Seen April 6th, 2019
Posted March 17th, 2019
7,587 posts
20.7 Years
Try something like this:

<html>

<
head>
<
title>Paul HeadQuarters</title>
<
base href="http://paulhq.com/" />
<
style type="text/css">
body    
{background-imageurl(images/background3.png);
background-positiontop left;
background-repeatrepeat-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">&nbsp;</td><td width="250" height="590" valign="top">
<
font face="Verdana, Arial" size="1"><b>Navigation</b>
 <
br> &nbsp; <a href="http://www.link.com">link here</a>
 <
br> &nbsp; <a href="http://www.link.com">link here</a>
 <
br> &nbsp; <a href="http://www.link.com">link here</a>
 <
br> &nbsp; <a href="http://www.link.com">link here</a>
 <
br> &nbsp; <a href="http://www.link.com">link here</a>
 <
br> &nbsp; <a href="http://www.link.com">link here</a>
 <
br> &nbsp; <a href="http://www.link.com">link here</a>
 <
br> &nbsp; <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">&nbsp;</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