mike_ns15 Posted July 4, 2003 Share Posted July 4, 2003 I have a table with a banner at the top. However, there are spaces on the top, left, and right of the banner in my table. I know this happens by default. How would I situate the table to the top left of my page so that there are no spaces??? Quote Link to comment Share on other sites More sharing options...
derekmcd Posted July 6, 2003 Share Posted July 6, 2003 I\'m not quite sure what you want to do. Move the table so that there is no space either side of the banner???? I can try to help you with what you said but I\'m not sure what you want exactly. If you want your banner to the left of the cell in the top of the table add align=\'left\' to the <table> code. But if you want the spaces to go and your table to be left aligned do this. Place <div align=\'left> before you <table> opening and then put </div> after the </table> code. That will left align the table but if you also want the spaces to go away set the width of the table to the image width. To help you out here is what your page should look something like <body> <div align=\'left\'><table width=\'IMAGE WIDTH\'> ....... ....... STUFF IN THE TABLE ....... ....... </table></div> </body> I hope that is what you wanted if not just jive me some idea of what your code structure is and I could proberly give you a more difinate answer Quote Link to comment Share on other sites More sharing options...
BinaryStar Posted July 25, 2003 Share Posted July 25, 2003 set the page margins to 0 BS 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.