simple HTML question : solved
Posted: Fri Nov 18, 2005 7:37 am
Hey ,
I've got a simple html question.
I'm placing a load of thumbnails after eachother , but they automatically go to the next line , how can i make it so that they all are on one line and just has a scrollbar underneath to move to the ones that aren't visible on the screen
it's like :
<img src="....">
<img src="...">
<img src="....">
<img src="...">
<img src="....">
<img src="...">
<img src="....">
<img src="...">
<img src="....">
<img src="...">
and so on ....
I've got a simple html question.
I'm placing a load of thumbnails after eachother , but they automatically go to the next line , how can i make it so that they all are on one line and just has a scrollbar underneath to move to the ones that aren't visible on the screen
it's like :
<img src="....">
<img src="...">
<img src="....">
<img src="...">
<img src="....">
<img src="...">
<img src="....">
<img src="...">
<img src="....">
<img src="...">
and so on ....