• There is an important update regarding account security and 2FA. Please click here for more information.
  • Welcome to PokéCommunity! Register now and join one of the best fan communities on the 'net to talk Pokémon and more! We are not affiliated with The Pokémon Company or Nintendo.
  • Imgur has blocked certain regions from viewing any images uploaded to their site. If you use Imgur, please consider replacing any image links/embeds you may have on PokéCommunity so everyone can see your images. Click here to learn more.

Moving tables!

  • 12,504
    Posts
    22
    Years
    • Seen Mar 13, 2022
    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 https://paulhq.com XD
     
    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.
     
    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
     
    Try something like this:
    PHP:
    <html>
    <head>
    <title>Paul HeadQuarters</title>
    <base href="https://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="https://www.link.com">link here</a>
     <br>   <a href="https://www.link.com">link here</a>
     <br>   <a href="https://www.link.com">link here</a>
     <br>   <a href="https://www.link.com">link here</a>
     <br>   <a href="https://www.link.com">link here</a>
     <br>   <a href="https://www.link.com">link here</a>
     <br>   <a href="https://www.link.com">link here</a>
     <br>   <a href="https://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="https://www.link.com"> link here</a>
    <br><a href="https://www.link.com"> link here</a>
    <br><a href="https://www.link.com"> link here</a>
    <br><a href="https://www.link.com"> link here</a>
    <br><a href="https://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>
     
    Last edited:
    Back
    Top