QUOTE(Fierce @ Mar 1 2006, 08:54 PM)
javascript isnt html.. thats a whole different category. div are easy.
# = id
. = class
.test { background-color: #000; color: #fff; }
you would have <div CLASS="test">text test</div>
for id...
#test { background-color: #000; color: #fff; }
you then would have <div ID="test">text test</div>
these #test or .test are placed in your CSS (style sheets)
It would then look like a full black background with white text. You can also change the width and height.
<div class="test" width="percent%" height="0px">
text test</div>
enjoy.
[right][snapback]437339[/snapback][/right]
Hmm, well. I may learn how to use DIVs soon. I already knew how to make class/ids because I looked at IPB source.
QUOTE(RexyRex @ Mar 2 2006, 01:09 AM)
That's CSS..
Do forms, fieldsets, tables (biggy), all form elements (dropdowns etc), and buttons. Then go into CSS. Then go into Javascript. Then go into PHP.
[right][snapback]437532[/snapback][/right]
Of course, I'll teach you all how to do most forms.
QUOTE(Shadow_da_Sniper @ Mar 2 2006, 01:29 PM)
Meheh.
Wait.
First HTML, CSS, JavaScript, and then something more easier than PHP first.
How about DHTML? - Combination of HTML (ofcourse), Jacascript, and CSS!!!
[right][snapback]437623[/snapback][/right]
I'll start out with HTML, then CSS, then DHTML, then Javascript, then ASP, then PHP. It'll be a long time for me to learn and master DHTML, Javascript, ASP, and PHP.
QUOTE(GgG-Deathawk @ Mar 2 2006, 01:39 PM)
HERE'S A SUGGESTION!
MAKE IT EASY!!@
[right][snapback]437626[/snapback][/right]
It will be.