
Originally Posted by
tagman2001
I would like thank you both for your help.
The code works well. One more question if I may. Would you know what code I would need to add a little white space to the right or left of the image so the text is not against the image? This forum is great. I hope one day I'll be able to help someone once I learn how to code.
Thanks,
tagman2001
use padding properties;
Code:
padding: 5px; // (Top - Right - Bottom - Left all padding 5px)
or
Code:
padding: 5px 10px 5px 10px; (Top & Bottom padding 5px, Right & Left padding 10px
You can try and will know how it works. And then, hope you can click "Thanks to user ..."
Bookmarks