quick question again |
![]() ![]() |
quick question again |
Jun 24 2005, 11:21 AM
Post
#1
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Jan 2005 Member No: 87,282 |
I'd like to know how to put 2 images into 1 column.
Um..As I just put 1 image into 1 column in [->>My Friends*)))-] list >> here But I want to put 2 images into 1 column that means berry's image is beside florence, Xaviera's image is beside Kathy,etc... Thank you* |
|
|
|
Jun 24 2005, 11:25 AM
Post
#2
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
You go like this CODE <img src="URL OF IMAGE GOES HERE"> <img src="URL OF IMAGE GOES HERE"><br> You see how I added a <br> Add that after to every 2 image tags... |
|
|
|
Jun 24 2005, 12:03 PM
Post
#3
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Jan 2005 Member No: 87,282 |
Thank you for your help, but I still want it to become more tidy.
Um, because now, it looks very mess>>here I want these 2 column are in admirable proportion, can I?? Berry Florence Xaviera Kathy Annie Carman ^ that means Capital X is under Capital B and Capital A is under Capital X ,etc Thank you* |
|
|
|
Jun 24 2005, 12:07 PM
Post
#4
|
|
|
Tu es laid. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 3,913 Joined: Feb 2005 Member No: 106,675 |
It's cause the animals are different sizes and the names or long and some are short... so unless you want to postion each of them with a div (which will take you forever) I don't think you can move it... or you can try this.. for all the ones on the right do this CODE <div align="right"> <img src="URL OF IMAGE"> |
|
|
|
Jun 24 2005, 12:14 PM
Post
#5
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Take out the names..... They're what's screwing it up.
|
|
|
|
Jun 24 2005, 12:33 PM
Post
#6
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Jan 2005 Member No: 87,282 |
I'm sorry but that is still very messy*
As I want to identify who they are, if I put out the names, I can't identify them* So, is there any code that can help me put those name under the images?I think it maybe much better. P.S: I have tried to use this code to help me to put 1 code and it's name under another code and it's name, however, it doesn't work. It just can help to put 1 image underanother image, but the name doesn't change>< Sorry for any inconvenience |
|
|
|
Jun 24 2005, 12:52 PM
Post
#7
|
|
![]() noodles? where?! ![]() ![]() ![]() Group: Member Posts: 43 Joined: Jun 2005 Member No: 157,649 |
Put a <br> tag after your image code and before the person's name, like this:
|
|
|
|
Jun 24 2005, 01:03 PM
Post
#8
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Jan 2005 Member No: 87,282 |
The, how can I put another images beside it??
Isn't the code like this??? --> Than you! |
|
|
|
Jun 24 2005, 01:29 PM
Post
#9
|
|
![]() noodles? where?! ![]() ![]() ![]() Group: Member Posts: 43 Joined: Jun 2005 Member No: 157,649 |
QUOTE The, how can I put another images beside it?? Oh... right >_>;; sorry I forgot about that. I don't think there's a way to do it like that... The only way I can think for you to have two in one row, with some sort of name idenfitication is if you title the image. That's when your mouse goes over the image a box will show up saying the person's name. If you want to do that, just add 'title="NAME"' in between your image tag somewhere. Otherwise, you'll have to put everyone on their own row. |
|
|
|
Jun 25 2005, 12:03 AM
Post
#10
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
Alt text.... Add alt="NAME" to every image tag. =/
Then it'll show that text when you hover over the image. |
|
|
|
Jun 25 2005, 12:46 AM
Post
#11
|
|
![]() noodles? where?! ![]() ![]() ![]() Group: Member Posts: 43 Joined: Jun 2005 Member No: 157,649 |
|
|
|
|
Jun 25 2005, 12:56 AM
Post
#12
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
-cough- Then you should update your browser. o.O
ALT text absolutely has to work in a broswer, so if the image doesn't show up, the veiwer can atleast get a bland picture of what the image was.... Or maybe you just have to hover a tad longer. |
|
|
|
Jun 25 2005, 01:03 AM
Post
#13
|
|
![]() noodles? where?! ![]() ![]() ![]() Group: Member Posts: 43 Joined: Jun 2005 Member No: 157,649 |
|
|
|
|
Jun 25 2005, 01:49 AM
Post
#14
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Jan 2005 Member No: 87,282 |
Doesn't the code like this??>>>
Aren't the position of <alt="Berry"> is right? So, when I hover over the image, the text show up. |
|
|
|
Jun 25 2005, 02:00 AM
Post
#15
|
|
![]() You'll find me in your dreams. ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Official Member Posts: 8,536 Joined: Mar 2005 Member No: 114,010 |
.... No. Like this.
CODE <a href="http://www.xanga.com/home.aspx?user=b_for_berry" target=_blank><img src="http://i5.photobucket.com/albums/y190/masakijoey/tonton07.gif" border="0" alt="Berry"></a> I said add it into the image tag.... Didn't I? o.O
|
|
|
|
Jun 25 2005, 02:30 AM
Post
#16
|
|
|
Senior Member ![]() ![]() ![]() Group: Member Posts: 33 Joined: Jan 2005 Member No: 87,282 |
Oh~Yes,Thank you*
I'd like to know 1 more question, how can I put this module[-(((My Friends)))*-] above the module of "My Blogrings" |
|
|
|
Jun 25 2005, 12:18 PM
Post
#17
|
|
![]() This bitch better work! ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 13,681 Joined: Jul 2004 Member No: 28,095 |
QUOTE(masakijoey @ Jun 25 2005, 1:30 AM) Oh~Yes,Thank you* I'd like to know 1 more question, how can I put this module[-(((My Friends)))*-] above the module of "My Blogrings" you can't change the placement of the original modules unless you have xanga premium. well, actually you can but you have to use DIVs and positioning and all of that complicated stuff. if you REALLY REALLY want to know...just say and i'll explain. |
|
|
|
![]() ![]() |