![]() ![]() |
| Kisa-chan |
Aug 25 2007, 02:45 PM
Post
#1
|
|
Mage ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 204 Joined: 2-April 06 Member No.: 84 |
Does anyone here know how to use html???
-------------------- ![]() ![]() ![]() |
| Shiidou Hikaru |
Aug 27 2007, 09:40 AM
Post
#2
|
![]() Pillar of Cephiro ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Root Admin Posts: 6,026 Joined: 13-July 03 From: Castle of Cephiro Member No.: 3 |
I do know some html and css, but it's all self-taught and not really up to current standards. Some basic things I could help you with, but you would have to learn java and php script languages to do the more advanced things that you see on websites these days. For starters I'd suggest that you get an html editor like Frontpage and build a site using that. Learning to code raw html is fine for academic purposes but for practical use raw coding is incredibly tedious.
-------------------- |
| Kisa-chan |
Sep 17 2007, 01:56 AM
Post
#3
|
|
Mage ![]() ![]() ![]() ![]() ![]() Group: Members Posts: 204 Joined: 2-April 06 Member No.: 84 |
Well, what I'm trying to make is a button that will cycle through commands. See I'm trying to make something that will sort the reviews on my website in different orders when someone clicks a button. (here's a link to my website to kinda get an idea of what I'm trying to do) What I'm using right now though isn't very good 'cause I can't make any changes to the reviews. So I'm trying to find a new way and what I got is this code:
<script> function fnSwap(){ oList.children(0).swapNode(oList.children(1)); oList.children(2).swapNode(oList.children(3)); } </SCRIPT> <UL ID = oList> <LI>List Item 1 <LI>List Item 2 <LI>List Item 3 <LI>List Item 4 </UL> <INPUT TYPE = button VALUE = "Swap List" onclick = "fnSwap()"> That'll swap list items. It's gonna take a long time to put all 20 of the reviews(on each page) in the right order but it's the best thing I got so far. If anyone knows of ANYTHING that will work better to do what I'm trying to do PLEASE let me know. But in the mean time, I need to know if there is a way I can, for example, make it to where if they click the button it'll swap list items number 1 and 2, and then if they click it again it'll swap items 3 and 4, and if they push it again it will start all over and keep cycling through that pattern. (I hope i'm explaining this ok. If you don't get it let me know.) -------------------- ![]() ![]() ![]() |
| Tomoyo-san |
Sep 19 2007, 01:00 PM
Post
#4
|
|
Meitantei ![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() Group: Super Moderator Posts: 2,592 Joined: 28-January 06 From: Living room... Member No.: 69 |
Hmmmm..... I don't really get what you saying Kii-chan. I've one or two site myself, but i've never come across the button thing html your on about (I do effects, layouts, music etc)
Sorry -------------------- ![]() |
![]() ![]() |
| Lo-Fi Version | Time is now: 13th June 2026 - 10:27 PM |