Inserting Cells Into A Table ?
Posted
by lentlesoup
on Stack Overflow
See other posts from Stack Overflow
or by lentlesoup
Published on 2010-04-12T15:09:10Z
Indexed on
2010/04/12
15:13 UTC
Read the original article
Hit count: 111
How do i go about inserting a cell into a table?
For example, i retrieve data from a database using MySql and PHP, how do i then go about inserting a cell into an already scripted table?
In my case, how would i insert a cell into a row 150 pixels from the start of the row?
example:
___________________________________________
| <--150px--> |cell| |
© Stack Overflow or respective owner