Yea Im working with a badly written php script that doesnt utilize a css. Its over 2000 lines so rewriting it would be a pain in the ass. Theres all sorts of <table> and <tr> and <td> tags all over the place. Im looking to place a table at a specific part of the page similar to this code that I found for placing an image on a specific part of the page. I have included the similar code. Is this possible?
[HTML]<IMG STYLE="position :absolute; TOP:35px; LEFT:170px; WIDTH:50px; HEIGHT:50px" SRC="circle.gif "> [/HTML]
[HTML]<IMG STYLE="position :absolute; TOP:35px; LEFT:170px; WIDTH:50px; HEIGHT:50px" SRC="circle.gif "> [/HTML]
Comment