Jump to content

Location, Location, Location!!!


Recommended Posts

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???

Link to comment
Share on other sites

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

Link to comment
Share on other sites

  • 3 weeks later...
This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.