Put Tables n e where on page

  • Thread starter Thread starter Adam
  • Start date Start date
A

Adam

hi i would like to know how to MOVE tables all over the
page......

i created a table

<table border="0" width="16%" id="table1" cellspacing="0"
cellpadding="0" height="47">
<tr>
<td>&nbsp;</td>
</tr>
</table>

but i can only resize it not to move it n e where i want
on the page.......can n e 1 tell me whats the code to
this table moving all ova the page??...thanks....
 
Depends on what you mean by all over.
Basically you can use tables, nested tables, etc. to position stuff where you want it.


| hi i would like to know how to MOVE tables all over the
| page......
|
| i created a table
|
| <table border="0" width="16%" id="table1" cellspacing="0"
| cellpadding="0" height="47">
| <tr>
| <td>&nbsp;</td>
| </tr>
| </table>
|
| but i can only resize it not to move it n e where i want
| on the page.......can n e 1 tell me whats the code to
| this table moving all ova the page??...thanks....
 
To place a table n e where you want will involve learning
CSS. Type CSS n ur browser's search engine n look it up ...
 
i mean by not resizeing it.....u know how u move a window
and theres the 4 arrow thing like a "t" and theres arrows
well how do u get that onto the table??....
 
Don't drag table borders. It breaks the collapsability of the table by setting it to fixed size at your particular screen res. ... I will drive you bonkers.

Tell us exactly what you're trying to do so we can help...post a URL to page if it's online.

Robo


| i mean by not resizeing it.....u know how u move a window
| and theres the 4 arrow thing like a "t" and theres arrows
| well how do u get that onto the table??....
 
either in a graphics application or set the graphic as the background of a
cell and type in that cell.
 
Back
Top