Hi everyone,
I made some pretty good process creating a website with BP. Now comes a new,
small problem.
I added an image for a header and then an image for a navigator. However, I
notice there is a white space between these. The height between these is
about 5 px. How can I remove the white space?
Below is the original.
<div class="container showgrid">
<div class="span-24 last"> </div>
<div class="clear span-24 last"> </div>
</div>
But I changed it by putting the last div inside the div and still it won't
remove the white space.
<div class="container showgrid">
<div class="span-24 last">
<div class="span-24 last"></div>
</div>
</div>
What should I do?
Have a great weekend! Steven
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---