How do I make a decent looking website using tables with HTML and CSS?

  • Thread starter Thread starter CrueltyInc
  • Start date Start date
C

CrueltyInc

Guest
I have been playing with this all morning and I can't seem to get it right. I've been trying to use tables to create a website with a border composed of images I made but for some reason I can't seem to get the border to absolutely nothing. Here's what I mean:
I made 100x100 .pngs for each sector of my page's border (one for top-left, one for top-right, etc.)
I created a .css that set these images as the background for their respective sectors
I set the length and/or width of the sectors to 100 depending on their position so as to eliminate space
I set the padding of all <td> elements to 0 so as to eliminate space
I set the border of all <td> elements to none so as to eliminate space
And I still have about 2-3 pixels of space between each sector.
 
Back
Top