| 2006/06/23 11:49:39 PDT by mattunt1029 |
How do I open up my old Notepad files? They all got wiped, and I can only get them in the actual form that appears on the internet...
MySpace=MyLife
| 2006/06/23 11:49:39 PDT by mattunt1029 |
How do I open up my old Notepad files? They all got wiped, and I can only get them in the actual form that appears on the internet...
MySpace=MyLife
| 2006/06/23 11:55:12 PDT by FujiApples |
FTP
Right Click
Download.
| 2006/06/23 15:26:18 PDT by senchent Edited at 2006/06/23 15:26:49 PDT |
You could also use the "View Source" command to see the code, while your page is in the browser.
(crap. haha... this is Kass, just posted as Trev accidentally. XD )
| 2006/06/23 17:25:50 PDT by EggPuffs |
(crap. haha... this is Kass, just posted as Trev accidentally. XD )
o.O; Oooookayyyyy....quick question while I'm here. Do we have to get CSS validation if we have no CSS on our previous sites? Right now I'm working through XHTML validation, and it's a pain in the butt. I would start my own thread but I'm lazy. Also, what is an alt attribute? W3 says I need it for my images, but I don't remember you guys talking about it....o.O
Terrance is afraid of being stalked by a slut. (Don't ask. I made a pic but you probably don't want to see it.)
"Everyone has the right to be stupid, but some people overabuse the privilege."
~anonymous
| 2006/06/24 00:03:55 PDT by Raikia |
This. Is tarded stupid. I'm getting the same things as Eggy here. Three of my sites JUST. WON'T. VALIDATE. I essentially rewrote them, making SURE to mind the tags. It's still not working, and it's past midnight and I'm still at it. -scream-
I haven't even started CSS -___-
(¯`v´¯)
`*.¸.*´
¸.•´¸.•*¨) ¸.•*¨)
(¸.•´ (¸.•´ .•´ ¸¸.•¨¯`•. ~Raid kills on contact <3
| 2006/06/24 00:36:49 PDT by Vivian |
This. Is tarded stupid. I'm getting the same things as Eggy here. Three of my sites JUST. WON'T. VALIDATE. I essentially rewrote them, making SURE to mind the tags. It's still not working, and it's past midnight and I'm still at it. -scream-
I haven't even started CSS -___-
Hey do you have AIM? I can help you with it. I've actually been checking all of your sites. I was going to email you. My sn's mintinablender.
What's up yo?
Ah...gotta love that minty freshness. ;p
| 2006/06/24 00:42:52 PDT by Forward Biased |
General validating tips:
1) Handle errors one at a time. One mistake can trigger many errors, so focus on the first error the validator finds at a time.
2) If it tells you that an element is not allowed where you put it, you might have forgotten to close a tag before it.
3) The cause of errors is always before the error, never after.
| 2006/06/24 01:14:34 PDT by Raikia |
I can't do images -___- Everything works until I plug in an image tag. Then suddenly my site fails to validate.
(¯`v´¯)
`*.¸.*´
¸.•´¸.•*¨) ¸.•*¨)
(¸.•´ (¸.•´ .•´ ¸¸.•¨¯`•. ~Raid kills on contact <3
| 2006/06/24 08:51:00 PDT by kass |
I can't do images -___- Everything works until I plug in an image tag. Then suddenly my site fails to validate.
Sorry, I forgot to mention this in my talk. >_< The validator complains about there not being an "alt", right?
In order to validate, image tags must have an "alt" attribute included with them... standards for alternative. If the image doesn't load for whatever reason, this is the text that will show up in its place. So it looks something like this...
<img src="cat.jpg" alt="a picture of a cat" />
It's just a string of text that says anything, though preferably describing the picture. :P Half the time, I just write in a blank alt (alt=""), to meet the validating requirement while still being lazy. :x
| 2006/06/24 11:15:46 PDT by Dennis Edited at 2006/06/24 11:21:58 PDT |
mwhahaha I feel so happy that all my pages validate. CSS IS AWSOME!
oh and for images... you need to close them within themselves
so if u have
<img src="someimage.gif">
your gonna need to change it too:
<img src= "someimage.gif" />
| 2006/06/24 12:24:34 PDT by lloyd |
Quad... your input is very much appreciated! Keep it up, please. You're still part of this enterprise, until I say you aren't. ;-)
| 2006/06/24 22:06:53 PDT by Raikia |
Hey do you have AIM? I can help you with it. I've actually been checking all of your sites. I was going to email you. My sn's mintinablender.
No AIM, just Gmail and MSN. I got the websites to work without images or CSS, but I had to stay up until 3:00am to do it. Thanks though. I just may have to take up that offer to bug you someday soon xD
(¯`v´¯)
`*.¸.*´
¸.•´¸.•*¨) ¸.•*¨)
(¸.•´ (¸.•´ .•´ ¸¸.•¨¯`•. ~Raid kills on contact <3