[Vb]How do you Change the InlineMent?
Hey Guys, How do I realign a persons Stat Stuff?.. I have been trying for soo long and I cannot Seem to get it.. if someone can please Help me Thanks..
This Is What my Forum Looks Like:
http://i373.photobucket.com/albums/o...1/Dontwant.png
I don't Like That Becuase it's Soo wide.. it takes Soo much room up ------->
This is a Moderator/User On This Forum. This is What I want:
http://i373.photobucket.com/albums/o...oo121/Want.png
I like That Becuase the Info is Nice going Down in a Line. How do I make mine look like this?..
If someone Can Please help me with this That would be Great.
Also How do you Also Add the Little Rank: Mod Thing?
Thanks,
Re: [Help] [Vb]How do you Change the InlineMent?
It's all just HTML/CSS when it comes down to it.
I'll give you some links to some tools that you can play with.
http://www.mozilla.com/en-US/firefox/upgrade.html [Firefox, just incase you need it]
http://getfirebug.com/ [Firebug, FireFox Add-on]
https://addons.mozilla.org/en-US/firefox/addon/60 [Web Developer, FireFox Add-on]
You can use those two firefox add-ons for looking at/editing the mark-up, CSS, JavaScript, and Cookies for EVERY web-site. Best of all, it let's you see how the code was constructed, and that leads onto how it works. Ever wonder how jQuery uses the class names to execute JavaScript? Probably not, but many people do, and between those two tools, both of them could help you figure it out.
So when you get the tools, install them, and open Firefox you can right click anywhere on any site and you'll see "Inspect Element". That's Firebug. Click it, and it shows you the code of whatever you right-clicked. It's brilliant. Web-Developer is a little different. Instead of letting you concentrate on individual elements, Web-Developer has the entire web-site's client-data at your finger-tips. You can really do allot with both of these tools, in different ways of thinking.
If you can't read the HTML & CSS code that builds a web-site, go here:
http://w3schools.com/
.. read tutorials until you learn. I can't help you much if you don't get the beginner stuff down, you know? It takes time to learn, it's not easy like everyone says it is. Once you get it, it's easy. If you don't get it, then it's just jargon blocks of code.
Re: [Help] [Vb]How do you Change the InlineMent?
From what I see it appears that the picture and the stats are in two different table cells.
This is just a guess since i haven't read the code. I would put them in the same cell.