Ok, i have two questions on HTML, one of them wasnt answered in my other topic, so screw that. What's the HTML code for rangom sig's? I know Guiness has it, but i don't exactly know how you do it. Oh, and how do you place picture's next to each other?
The random sig is done with PHP code. If you look in Guinness' sig, I think there's a link on how to do it. The pictures next to each other should work like so (I misunderstood your other post on this):- Code: [img]1.jpg[/img][img]2.jpg[/img] If that doesn't work then I'm guessing that the images are too big to be displayed side by side on your screen. Hope that helps you in some way, shape or form.
ah crap... that's why it didnt work, their too big to be displayed side to side! Lol, anyways thanks for those!! I wish i could +rep you again... but i already did! ^_^
Code: <table border="0" cellpadding="0" cellspacing="0"><tr><td valign="top">[img]image1.jpg[/img]</td><td valign="top">[img]image2.jpg[/img]</td></tr></table> or for a simplified yet less precise version Code: <table><tr><td>[img]image1.jpg[/img]</td><td>[img]image2.jpg[/img]</td></tr></table> that should force it to be right nex to each other, no matter what the screen size, though you will need to scroll...
@ Mr. Inzane = 15 days have to pass before i can re+rep him again... @Zeling = Thanks that worked out for me! +Rep!