Page 1 of 1

html code question

Posted: Tue Feb 17, 2009 4:42 pm
by cslewislover
Hello. I don't know a ton about html code, but I had looked up how to make text and images align left, right, or center. Below, in my signature, I've been trying to get the text to align right, so that the whole thing would take up less space and look better, but nothing I have tried works. Is it the way the site is set up (it won't accept more code), or can I do it but just don't know how. If anyone can tell me, thanks in advance!

Re: html code question

Posted: Tue Feb 17, 2009 7:20 pm
by Gman
cslewislover wrote:Hello. I don't know a ton about html code, but I had looked up how to make text and images align left, right, or center. Below, in my signature, I've been trying to get the text to align right, so that the whole thing would take up less space and look better, but nothing I have tried works. Is it the way the site is set up (it won't accept more code), or can I do it but just don't know how. If anyone can tell me, thanks in advance!
Hi CS,

You will need to put it into tables for that like the <table><tr> </tr> </table> kind...

http://www.w3schools.com/tags/tag_table.asp

I don't think the <table> codes are used here in the forum due to security issues however.. In other words, the forum pages aren't set to understand them...

Re: html code question

Posted: Tue Feb 17, 2009 10:12 pm
by cslewislover
Thanks Gman. Well, I tried, and I couldn't get it to work. So I guess the site isn't set up for it (for some reason, however, my last signature set-up was more balanced, all on its own). Thanks for that html info link!

Re: html code question

Posted: Tue Feb 17, 2009 10:28 pm
by Gman
cslewislover wrote:Thanks Gman. Well, I tried, and I couldn't get it to work. So I guess the site isn't set up for it (for some reason, however, my last signature set-up was more balanced, all on its own). Thanks for that html info link!
Yeah, it's set to only understand the brackets [ ]... Sorry. :crying:

Re: html code question

Posted: Tue Feb 17, 2009 11:11 pm
by cslewislover
Gman wrote:
cslewislover wrote:Thanks Gman. Well, I tried, and I couldn't get it to work. So I guess the site isn't set up for it (for some reason, however, my last signature set-up was more balanced, all on its own). Thanks for that html info link!
Yeah, it's set to only understand the brackets [ ]... Sorry. :crying:
Yeah, too bad. :( I actually tried some of the codes with brackets, too, just in case, but they didn't work either. I didn't try everything, however, but I guess from your response that they wouldn't work in any case.

Re: html code question

Posted: Fri Feb 20, 2009 4:29 am
by Kurieuo
cslewislover wrote:
Gman wrote:
cslewislover wrote:Thanks Gman. Well, I tried, and I couldn't get it to work. So I guess the site isn't set up for it (for some reason, however, my last signature set-up was more balanced, all on its own). Thanks for that html info link!
Yeah, it's set to only understand the brackets [ ]... Sorry. :crying:
Yeah, too bad. :( I actually tried some of the codes with brackets, too, just in case, but they didn't work either. I didn't try everything, however, but I guess from your response that they wouldn't work in any case.
What are you talking about? Looks to be working to me. ;)

Re: html code question

Posted: Fri Feb 20, 2009 9:02 am
by cslewislover
Kurieuo wrote:What are you talking about? Looks to be working to me. ;)
!!!! Lol. Did you go into my account and do that? I'm going to check it out. It would be way more balanced if the photo was on the other side. y:O2

OK, I went in and looked, and changed the image to the left, and aligned the text right. I guess the only reason it didn't work before is that I had spaces between the equal signs - the code you put in doesn't. Lol. Otherwise I did that wording.

Thanks, lol. You just scared me for a minute there.

Re: html code question

Posted: Fri Feb 20, 2009 3:31 pm
by Kurieuo
cslewislover wrote:
Kurieuo wrote:What are you talking about? Looks to be working to me. ;)
!!!! Lol. Did you go into my account and do that? I'm going to check it out. It would be way more balanced if the photo was on the other side. y:O2

OK, I went in and looked, and changed the image to the left, and aligned the text right. I guess the only reason it didn't work before is that I had spaces between the equal signs - the code you put in doesn't. Lol. Otherwise I did that wording.

Thanks, lol. You just scared me for a minute there.
Actually it wasn't setup before to work. I had to add custom BBCode to the forums for the HTML. If any other styling is require just let me know.

Re: html code question

Posted: Fri Feb 20, 2009 3:38 pm
by cslewislover
Kurieuo wrote:Actually it wasn't setup before to work. I had to add custom BBCode to the forums for the HTML. If any other styling is require just let me know.
Oh, wow, cool (lol)!

Re: html code question

Posted: Sat Feb 21, 2009 7:09 pm
by cslewislover
Hey Kurieuo, I tried using the align code to center text, but it didn't work. It worked for right. Do you know why that would be? Is another word supposed to be used? Thanks.

Re: html code question

Posted: Sat Feb 21, 2009 9:07 pm
by Gman
Try align=center

Hmmm, doesn't seem to work...

Re: html code question

Posted: Mon Feb 23, 2009 10:44 am
by cslewislover
GRRRRRRRR . . . Why isn't this working now? I mean, my text is back under the image instead of next to it. It's so weird - that it was one way one day, now another. I did see, Kurieuo, that you added "float" and some other wording to the code boxes, but why should that make a difference? Is floating for quotes?

Re: html code question

Posted: Mon Feb 23, 2009 3:36 pm
by Kurieuo
cslewislover wrote:GRRRRRRRR . . . Why isn't this working now? I mean, my text is back under the image instead of next to it. It's so weird - that it was one way one day, now another. I did see, Kurieuo, that you added "float" and some other wording to the code boxes, but why should that make a difference? Is floating for quotes?
'float' allows you to align a 'section' right or left and they can co-exist on the same line. For example:
Left floated
Right floated (notice on the same line as left floated)
'align' uses text-align which allows you to align images/text left, center or right - however you can't have two aligns on the same line. For example:
Left alignedRight aligned (notice on different lines) Oh, and float you can't use center whereas text-align [align] you can.

Re: html code question

Posted: Mon Feb 23, 2009 5:04 pm
by cslewislover
OK, thanks. It works now, again, after I used the float code for both things: the image floating left, the text floating right. :D

Re: html code question

Posted: Thu Apr 16, 2009 6:48 pm
by cslewislover
Hey, Kurieou, so why is the writing underneath my photo again, instead of to the side??? I hadn't changed anything. y:-?