PDA

View Full Version : Do you gues want a laugh here


Anime_Lover
08-02-2003, 12:22 PM
Okay just started my advance XHTML classes. The 1st class is on · Lists
· Named Anchors
· More with Tables
· Accessibility Issues

Okay I did great super so I was told on my lists, nests. But when it came to putting the anchors into what I did with the lists and nest I busted. To quote my instructor: "OK you got the anchor tags mixed up."
"For the anchor you use <ul ><a name="one">Types of dogs</a>"
"For refering tag use <a href="#one"> types of dogs</a>"

Okay story of my life but I thought that was what I did and I still don't understand how I didnt do it correctly. I really dont want to tell him that so I am going to copy what I did to here and maybe you can tell me what I am missing in his words. Ya I know I'm dense.
Thanks Debra
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Unordered List</title>
</head>

<body>
<ul> Breeds Of Dogs
<li>Chihuahuas </li>
<li> Dashhounds </li>
<li> Basset Hounds </li>
</ul>
<p>
<ol> Breeds Of Cats
<li>Persian</li>
<li>Simase</li>
<li>American Long Hair</li>
</ol>
<p>
<ol type="A">
<li>Dogs</li>
<li>Cats</li>
<li>Snakes</li>
</ol>
<p>
<ol>
<li>Amine Shows
<ul>
<li>In uyasha - season 1</li>
<li>In uyasha - season 2</li>
<li>In uyasha - season 3</li>
</ul>
</li>
<li>More Anime Shows
<ol type="A">
<li>Yu Yu Hakusho</li>
<li>Rurouni Kenshin</li>
<li>DragonBall Z</li>
</ol>
<li>Even More Anime Shows
<ol type="I">
<li>Slayers</li>
<li>Trigun</li>
<li>Cyborg 009</li>
</ol>
</li>
</ol>
<a name="one">Anime Shows</a>
<br><br><br>
</body>
</html>

Anime_Lover
08-02-2003, 12:28 PM
Just to let you know I re-worked it and was wondering if this correct now:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">

<html>
<head>
<title>Unordered List</title>
</head>

<body>
<ul> Breeds Of Dogs
<li>Chihuahuas </li>
<li> Dashhounds </li>
<li> Basset Hounds </li>
</ul>
<p>
<ol> Breeds Of Cats
<li>Persian</li>
<li>Simase</li>
<li>American Long Hair</li>
</ol>
<a href="#one"> types of dogs</a>
<p>
<ol type="A">
<li>Dogs</li>
<li>Cats</li>
<li>Snakes</li>
</ol>
<p>
<ol>
<li>Amine Shows
<ul>
<li>In uyasha - season 1</li>
<li>In uyasha - season 2</li>
<li>In uyasha - season 3</li>
</ul>
</li>
<li>More Anime Shows
<ol type="A">
<li>Yu Yu Hakusho</li>
<li>Rurouni Kenshin</li>
<li>DragonBall Z</li>
</ol>
<li>Even More Anime Shows
<ol type="I">
<li>Slayers</li>
<li>Trigun</li>
<li>Cyborg 009</li>
</ol>
</li>
</ol>
<ul ><a name="one">Types of dogs</a>
<br><br><br>
</body>
</html>

Anime_Lover
08-02-2003, 01:41 PM
Hi David here is what I am supposed to do with what I created above per the teacher:
5. Add a named anchor toward the end of the page, one of the nested list items would be a good choice, and have a link at the top of the page to this anchor. NOTE: The page must have content below the anchor, it can be blank space - multiple <br> tags - so that the page can scroll, otherwise you may think the anchor is not working.

Anime_Lover
08-02-2003, 04:23 PM
Thanks David. I will send it on to my instructor now. I will practice more while I wait for my next lesson.

Oh I havent taken the PSP classes yet but guess what...I made this in PSP. Ya I cant remember how cause I was playing in it but I made this. I am attaching it and below I will show you what I made it from.

Personally I like it. It was so cool to do. Next time I sit and play with it I will have a pen and paper so I can take notes. Iam hoping to get a head start on PSP before I take the classes and really feel stupid :-(.

Well tell me what you think. I will I hope be able to use it on the anime site as perhaps a button link to the page it will belong to from the home page. Man sometimes this is so cool to do then when its time to really set it in motion I cry cause its not easy.
Debra

Anime_Lover
08-02-2003, 04:25 PM
Here is where I got the result from. Big difference in the graphic and the what ever I made is called. LOL

Anime_Lover
08-02-2003, 07:25 PM
The instructor just wrote and told me the one I re-did isnt correct here is what he said:
"No you got the anchor and link at the same spot. the anchor is at another place on the page.
example: to the top would be at bottom of page and when clicked on it would take you to the top of page.


Here is the homework and you can see what it wants and what I did in the post before:

Homework for this lesson is:
1. Create a simple unordered list of 3 items.
2. Create a simple ordered list of 3 items, using the default numbering.
3. Create a second ordered list of 3 items using one of the other types of numbering or lettering.
4. Create a simple nested list similar to either of the examples above, but instead of 2 sections, please make the list with 3 sections. You can use either ordered or unordered list types, or mix them if you are brave enough.
5. Add a named anchor toward the end of the page, one of the nested list items would be a good choice, and have a link at the top of the page to this anchor. NOTE: The page must have content below the anchor, it can be blank space - multiple <br> tags - so that the page can scroll, otherwise you may think the anchor is not working.

What did I do wrong? He isnt telling me!

Anime_Lover
08-02-2003, 08:03 PM
OMG David this is too funny. I will write one more time to him and if he doesnt explain better where I am wrong then I will write to the one who is in charge. That man was my instructor for the frames and tables and forms class and he owns the lessons.
Thanks Debra

Anime_Lover
08-02-2003, 09:38 PM
Hi David,
I wrote to the instructor and told him he was confusing me more then the homework and I told him if he didnt show me how it was to be done so I can practice I was going to quit.

He wrote back and said:
"OK I see what you did, there is not enough content for it work.
You needed to put a whole lot of <br> on the bottom in order for the anchor to work right, like the lesson says. When I click on the link it does not move. because the page is to short."

Now if he would of said that the 1st time I would of added several more br's. I guess 3 isn't enough Oh well.
Damb it and here I thought I was a dunce LOL.

Oh I am taking online classes at Web Tech the link is at my site. As I said all the other classes were either taught by the headmaster or by other more how do I say this...easy to understand instructors that do not talk with fork tongue!

So I am off to "add" more br's to see if this will be more to his liking. All in all I highly recommend this school for anyone that wants to learn.

Anime_Lover
08-02-2003, 09:41 PM
BTW David you didnt tell me how you liked or didnt like my 1st attempt at taking a graphic and making it into what ever its called LOL with the PSP program.
Here it is again I call it Debra's Anime button for lack of a better name. Taken right from a anime graphic.
Debra

Anime_Lover
08-02-2003, 10:01 PM
David I agree with Br's being waste of space but at this stage of the game I think its best to follow the directions of the lesson and put more br's tho I cant for the life of me see why it really makes a difference.

Oh about the whatyoumay call it LOL. I do so love it. I didnt know what I was doing in PSP and made that so if that is a result of not knowing what I am doing just think of what I can do when I do know what I am doing :-).
Trust in the fact I will play some more and get ready for those classes in PSP.
Debra