PDA

View Full Version : Spacing In PHP, How to leave a horizontal space between two images?


Aspiring Affiliate
05-08-08, 16:45
Can anyone tell me how to do this? I don't want my images to be right next to each other, yet I want them to remain in the same line.

Thanks.

IntroSites
06-08-08, 01:44
apply a margin or some padding in your css file

http://www.w3schools.com/css/default.asp

HTH