Html, anyone?

Soul

Urusai Urusai Urusai
Member
Hey PokéBeach!
Does someone has a good knowledge about Html?
I need to know how to insert pictures in a row with spaces between. If you know, please post the order I have to type in. Thanks :)

-Soul Seeker
 
I'm no expert but don't you just do: (Picture) (space) (picture)
Anyway, this guy...is AWESOME:
38594424.jpg
 
Maybe just put two of them beside each other? XD

Code:
<img src="IMG Url" alt="Alternate Text for the Image" /><img src="2nd IMG URL" alt="Alternate Text for the Image" />
 
RB would be right. I thought you would use a little common sense to figure that one out. >.> However only one space can be applied before it won't add spaces. So space and then a character would probably be needed. However if you know the color of the webpage you could just change the font color to that, make it uber small and then add those characters. Otherwise your pretty much out of luck using flat html. Unless you are using CSS.

Code:
<img src="IMG Url" alt="Alternate Text for the Image" />space character space<img src="2nd IMG URL" alt="Alternate Text for the Image" />

As for a place you can test your html to test these things for yourself: Click here.
 
Just to clear up any further questions, I recommend that you take a look at this link. I always use it in the past ever since Doc introduced the site to me. It took a few updates, but the contents are mostly the same. They focus on tutorials, which can answer quite a lot of questions, which in turn, helps you get your answers quickly.

I hope this helps you.
 
Back
Top