Hi everybody,
I'm new to programming in html and been setting up my site for the last few weeks. One problem I keep having: the site is made up of daily tables, loosely centered in my page and with links buttons on the left and right.
Each day I add an updated page (journalism), or table, above the previous one and each day I have to calculate how many <br> tags I need to separate latest table from previous one. Unfortunately each day the updated table is different in lenght and so all this is very time consuming. I tried using <p>, <clear>, <div> tags but the only ones that work are the <br> ones, so each day I must find how many I need and then check and check again.
Any suggestion?
My tables are as follows:
<table style="Z-INDEX: 100; LEFT: 155px; POSITION: absolute; cellpadding:" height="" cellspacing="2"
width="683" bgcolor="#fff2c b" border="0"><tbo dy><tr height=""><td>
</td></td></tr></tbody></table></div>
My site: http://fxtalks.com/
Thanks
I'm new to programming in html and been setting up my site for the last few weeks. One problem I keep having: the site is made up of daily tables, loosely centered in my page and with links buttons on the left and right.
Each day I add an updated page (journalism), or table, above the previous one and each day I have to calculate how many <br> tags I need to separate latest table from previous one. Unfortunately each day the updated table is different in lenght and so all this is very time consuming. I tried using <p>, <clear>, <div> tags but the only ones that work are the <br> ones, so each day I must find how many I need and then check and check again.
Any suggestion?
My tables are as follows:
<table style="Z-INDEX: 100; LEFT: 155px; POSITION: absolute; cellpadding:" height="" cellspacing="2"
width="683" bgcolor="#fff2c b" border="0"><tbo dy><tr height=""><td>
</td></td></tr></tbody></table></div>
My site: http://fxtalks.com/
Thanks
Comment