Really, you shouldn't use elements just for spaces. Elements were designed to contain data, or child elements which in turn should contain the data.
If you have two photographs, and you want a larger space between them, simple use the margin property of CSS.
HTML Code:
<img style="margin-bottom: 20px;" ...
<img ...
This would be more semantically accurate. It would also help to reduce cross-browser display issues.
__________________
Please login or register to view this content. Registration is FREE - Tumblog with thoughts, quotes, links, videos, images and my creations.
Please login or register to view this content. Registration is FREE - The best free web browser.
Please login or register to view this content. Registration is FREE - Firefox is now Firefail.
|