View Single Post
Brad
Selfish Heathen
 
Join Date: May 2004
Location: Zone of Pain
 
2006-08-25, 23:59

Quote:
Originally Posted by ThunderPoit
the only white space i have is the indents i used in the nesting of the tags. can this cause actual issues with the layout of the page?
Yes. Delete all whitespace between tags. Spaces, tabs, and even line breaks.

I actually tried this on a copy of your source. Removing the whitespace fixes the horizontal gaps between the images and setting line-height to 0 fixes the vertical gaps between the images.


Quote:
Originally Posted by ThunderPoit
also, any thoughts on the alignment part?
Do this:

Code:
.album { width: 500px; line-height: 0; margin: 0 auto; }

The quality of this board depends on the quality of the posts. The only way to guarantee thoughtful, informative discussion is to write thoughtful, informative posts. AppleNova is not a real-time chat forum. You have time to compose messages and edit them before and after posting.
  quote