PHP beginner |
|
Hallo allemaal, ik heb een klein probleempje en hoop dat iemand van jullie het weet.
Ik heb nu de volgende code:
<img src="images/header1.gif">
<img src="images/header2.gif">
<img src="images/home.gif">
<img src="images/webhosting.gif">
<img src="images/voicehosting.gif">
<img src="images/gamehosting.gif">
<img src="images/network.gif">
<img src="images/forums.gif">
<img src="images/contact.gif">
<img src="images/leeg.gif">
<img src="images/header1.gif"> <img src="images/header2.gif"> <img src="images/home.gif"> <img src="images/webhosting.gif"> <img src="images/voicehosting.gif"> <img src="images/gamehosting.gif"> <img src="images/network.gif"> <img src="images/forums.gif"> <img src="images/contact.gif"> <img src="images/leeg.gif">
Daarbij krijg ik spaties tussen de plaatjes, als ik de de plaatjes achter elkaar do, zoals dit:
<img src="images/header1.gif"><img src="images/header2.gif"><img src="images/home.gif"><img src="images/webhosting.gif"><img src="images/voicehosting.gif">
<img src="images/gamehosting.gif"><img src="images/network.gif"><img src="images/forums.gif">
<img src="images/contact.gif"><img src="images/leeg.gif">
<img src="images/header1.gif"><img src="images/header2.gif"><img src="images/home.gif"><img src="images/webhosting.gif"><img src="images/voicehosting.gif"> <img src="images/gamehosting.gif"><img src="images/network.gif"><img src="images/forums.gif"> <img src="images/contact.gif"><img src="images/leeg.gif">
Dan werkt het wel weer, kan iemand mij hiermee helpen want ik wil niet echt 1000 plaatjes achter elkaar in 1 html bestand.
Alvast bedankt,
|