The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

html (or CSS) question

4 posters

Go down

html (or CSS) question Empty html (or CSS) question

Post by Menos March 19th 2011, 3:54 pm

How can I make my html coded pictures (or other) be next to each other, instead of 1 under the other??
Everytime I want to put a 2nd html, it automatically goes under another I had already there.
I want them to be in 1 line... not 2 different lines (One next to the other).
I hope I made this clear for you.... Embarassed
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

html (or CSS) question Empty Re: html (or CSS) question

Post by hoodedwarbler12 March 19th 2011, 4:55 pm

Well, make sure the page is big enough to hold them side by side.
hoodedwarbler12
hoodedwarbler12
Forumember

Male Posts : 521
Reputation : 117
Language : English, Latin, HTML, JavaScript
Location : Tennessee, USA

http://www.webkinznation.com

Back to top Go down

html (or CSS) question Empty Re: html (or CSS) question

Post by Menos March 19th 2011, 5:44 pm

It is in "Generalities"...

Admin Panel > Display > Generalities

It can take a lot of html codes, but it moves them one under the other and not next to the other ...

That's why I need an html code that can do that... hoping that a code like that actually exists...
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

html (or CSS) question Empty Re: html (or CSS) question

Post by Menos March 20th 2011, 7:42 pm

I guess there will be no answer again....
Menos
Menos
Forumember

Male Posts : 383
Reputation : 4
Language : Greek, English and Slovak

http://cbrxx.darkbb.com/

Back to top Go down

html (or CSS) question Empty Re: html (or CSS) question

Post by Kiekeboe March 20th 2011, 7:50 pm

You could use "Float".
Code:
<img src="left one.gif" Style="float: Left">
Code:
<img src="Right one.gif" Style="float: Right">
Kiekeboe
Kiekeboe
Forumember

Female Posts : 250
Reputation : -1
Language : Dutch, english, german and a little bit french, guitar chords, html, a bit CSS
Location : Maastricht (Holland)

http://wolfstory.clicboard.com

Back to top Go down

html (or CSS) question Empty Re: html (or CSS) question

Post by Harry Potter March 20th 2011, 8:03 pm

Code:
<table><tr>
Code:
<td>Picture code</td>
Code:
</tr></table>

Repeat the second code for each picture
Harry Potter
Harry Potter
New Member

Male Posts : 21
Reputation : 0
Language : Romanian

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum