Let me explain what I need done as simply as possible. I need a table inserted into my template. I tried to do it myself, but the stylesheets were overlapping and the table did not look correct. Here is the link to the table: http://72.249.16.25/~megatops/grid3.html Here is a link to the template: http://72.249.16.25/~megatops/index.html This is what it needs to look like below: Please let me know if you can do this and for how much! Thanks.
Simple solution: put an iframe, no border, no scroll - link it to the external grid page It will look like its a part of the page and no CSS overlapping
If I understood the code correctly then it should work so you gonna have to try it. So your code looks like this the part that needs modified: <div style="clear: both;"> << 1 <p> </p> << 1 </div> << 1 </div> << 2 </div> << 2 <div id="start-ct" align="left"> << 3 Code (markup): 1. Delete the part that is tagged "<< 1" 2. Move those 2 closing divs (</div>) to the bottom of the site before the body. tag: "<< 2" 3. change the starting div into: <div style="clear:both" id="start-ct" align="left">. tag: << 3. Hope that will help you out, if still not drop me a pm.