Demonic Posted September 10, 2006 Share Posted September 10, 2006 how can i space tables apart from each other with a specified pixel number?[code]like<table>blah</table>space here 10px<table>then another table</table>[/code] Quote Link to comment Share on other sites More sharing options...
AndyB Posted September 10, 2006 Share Posted September 10, 2006 [code]<table style="margin-bottom:10px;" ...>[/code] Quote Link to comment Share on other sites More sharing options...
Demonic Posted September 11, 2006 Author Share Posted September 11, 2006 yeah i figured it out but thans. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.