Put Tables n e where on page

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....
 
C

Crash Gordon

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....
 
S

Steve H

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 ...
 
A

Adam

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??....
 
C

Crash Gordon

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??....
 
C

chris leeds

either in a graphics application or set the graphic as the background of a
cell and type in that cell.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top