![]() ![]() |
| |||||||||
| Hotspots: Slides and Code TA Corner Comments? Announcements FAQ Static Webspace | ||||||||||
![]() ![]() ![]() ![]() ![]() ![]() ![]() ![]() |
| Check your tags and try it in a different browser. If you already uploaded your page to your prism account, make sure you uploaded the picture as well. For more references, other than the tutorial, you can just search Google for 'stylesheets' or 'html' and it'll give you a ton of useful tutorials. - Bobby Mathew |
| The lab is due Monday. If you're in my recitation, I said the lab would be due Monday or Wednesday. -Bobby Mathew |
| Doing the basic requirements of the website will only take an hour at the most to write it, validate it and upload it. It was gone in depth in both recitations. Also, I have office hours from 4-6pm on Monday and you can always email/IM your TA during the weekend and ask to help you out with coding in html or validating your website. - Bobby Mathew |
| Try this page and choose a mirror - http://prdownloads.sourceforge.net/winscp/winscp382setup.exe?download. Post here if you still get an error. I don't know how safe they are. I haven't heard of any problems so far. - Bobby Mathew |
| No, it shouldn't be a big problem. Rename your file as index.html and upload it again. Make sure you upload the pictures to prism as well, otherwise it won't show up. - Bobby Mathew |
| I don't know what exactly the problem might be. Sometimes, just refreshing the page will help. Otherwise, delete the html file from WinSCP and reload it. If that doesn't help either, just email your website to one of the TA's. - Bobby Mathew |
| There should be a drop down menu where you can select the folder. Go to /root, then scroll down to /tnt4 and then go to 59 and that should be yours. And delete the file from match5. - Bobby Mathew |
<head>
<title>The title of the page goes here.</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
</head>
| Make sure you define the character set in your head tags. - Bobby Mathew |
| Make sure that your h1 tags are within the body tags and that you close it using . If the error still comes, email a TA with the link to your website. -Bobby Mathew |
| I remember this error but I don't know what causes it. Try uploading your webpage to prism and then try to validate it. -Bobby Mathew |
| Don't worry about changing the folder. When you first open WinSCP, the folder on the right side is the place you need to make your public_html folder (if its not already there). Just drag your index.html file into the public_html folder. Don't change the path. -Bobby Mathew |
| On the right side, if you see the public_html folder, you can just drag your html files and images from another folder. In other words, if you don't see anything on the left side, just manually open up the folder which has your html files and images and then drag it onto the right side. It doesn't have to be dragging from the left side to the right. It can be dragging a file from anywhere onto the right side. - Bobby Mathew |
| When we click the validator, it'll give the number of errors at the top. 2 points off for each error. If there are no errors, a green bar will show up which means that its fully validated. - Bobby Mathew |
| That's kind of a vague question. You could make sure your permissions are correct, your file should be named index.html, it should be in your public_html directory. If you've tried everything, then it would be a good idea to come to office hours. - Bobby Mathew |
| Send me an email with your code and i will see what i can do -Albert d'Heurle |
| You should have a text link and image link on your website. This has nothing to do with your Who's Who page. You can have a link to any website. Yahoo! . That would make a text link. - Bobby Mathew |
<a href='where you want to go'><image src='yadayada.jpg'/></a>
<a href="where you want to go"><img src="yadayada.jpg" alt = "Picture" /></a>. Its almost the same thing you wrote except this one's validated. - Bobby Mathew |
| Its not ok. Make sure your html file is named index.html and its directly under the public_html folder. That means, if you open public_html, you should see the file there, without having to open another folder. - Bobby Mathew |
Preferable, but I believe the validator will automatically detect the DOCTYPE when you click the link. -Blake O'Hare |
I don't know what would cause a page to be slow. Do you mean for the images to come up? Or do you mean you computer slows down? If the images are taking forever to show up, then perhaps you should size the original files down. Validation part of the page. -Blake O'Hare |