How do you people DO this stuff? :-D, HTML stuff. |
![]() ![]() |
How do you people DO this stuff? :-D, HTML stuff. |
Apr 6 2004, 02:37 PM
Post
#1
|
|
|
Newbie ![]() Group: Member Posts: 2 Joined: Apr 2004 Member No: 10,508 |
Hello everyone. I was just wondering, how you make you're own skins and stuff, because I relaly want to, but don't knwo how. I'm sure learning HTML is a long complicated process, but can someone instruct me where or how to learn it? Is it actually easy and I just don't know? I'm able to somehow change values for sutff *miraculously* but other than that...
Martin |
|
|
|
Apr 6 2004, 08:07 PM
Post
#2
|
|
![]() kit co. ![]() ![]() ![]() Group: Member Posts: 69 Joined: Jan 2004 Member No: 1,989 |
Lissa Explains is a good site.
|
|
|
|
Apr 6 2004, 08:52 PM
Post
#3
|
|
![]() durian ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Staff Alumni Posts: 13,124 Joined: Feb 2004 Member No: 3,860 |
What I do, is study certain parts of the html. you CAN take a class, but that's a WASTE of time, lol. I don't know anything but basic html; javascript and flash.. a different story (I'll NEVER get it!)! lol.
Let me use this code as an example: CODE <!-- begin code provided by createblog.com --> <div dir="rtl" id="scroll3" style="overflow:auto;filter:alpha(opacity:30);width:500;height:350">blah blah</div> <!-- end code provided by createblog.com --> In that code, div is a div layer (I forgot what it meant, it is somewhat a table, but not really). Where it says dir, that is short for "direction" and rtl means "right to left" so that the div makes everything go from right to left (words WILL NOT be backwards, don't worry!). And then overflow:auto makes the div layer have a scrollbar, so you can scroll it and stuff; it lets it overflow. filter:alpha(opacity:50) <--- that part of the code makes it so that the div layer is SOMEWHAT transparent (opacity) and the number after it, 50, is the perfect of how transparent it will be. Then where it says width:500, that is the WIDTH of the div layer, in pixels. Wher eit says height:350 is the HEIGHTH of the div layer, in pixels. Lastly, where it says </div> that is to END the code so that you can choose what parts you want inside the div layer. Confusing? In xanga, you don't HAVE to put the </div> part if you want all your xanga parts to appear in the xanga. HTML is basically just little codes put together to make something appear on a website or something like that. The codes are somewhat easy, mainly if it is basic html. Here, I've attached an example of what the DIV layer looks like. It is where the scroll bar and TEXT are:
Attached File(s)
|
|
|
|
Apr 9 2004, 12:37 AM
Post
#4
|
|
![]() fragile ![]() ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 1,044 Joined: Mar 2004 Member No: 9,807 |
basically go to my xanga page i got a link that teaches you how to do all that stuff
|
|
|
|
Apr 9 2004, 10:24 AM
Post
#5
|
|
![]() pimpalishious ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 436 Joined: Feb 2004 Member No: 4,370 |
i created a skin maker and it has all the basics. look in the tools section.
|
|
|
|
![]() ![]() |