Question:

HTML table help please

by  |  earlier

0 LIKES UnLike

how do i move a table around? like not center and all that just like move it down from the top and stuff.

 Tags:

   Report

2 ANSWERS


  1. use a <div> make sure that you use & nbsp; with out the space. then set the height of the div to however far you want the table to be from top.


  2. One way:

    <head>

    <style type="text/css">

    table { margin-top: XXpx; margin-left: YYpx; }

    </style>

    </head>

    <body>

    All your table stuff here

    </body>

    If tou have tables inside of tables, then you'll need to set a selector ID for the main table tag.

    Ron
You're reading: HTML table help please

Question Stats

Latest activity: earlier.
This question has 2 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.