stacywacy
06-07-2005, 08:35 PM
I keep getting this error when I try to validate my HTML:
"<img src = "new.gif">
Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value"."
I've tried several different things to no avail, and I have no idea what it wants me to do. I had it working a few hours ago, and now my gif doesn't show at all. My gif is supposed to be in the dotted box. What exactly is it trying to tell me?
Two more questions.
How do I change the color of my links using CSS? I tried putting it in the body tag, but I get an error when I try to validate. Is there another way to do it?
And, lastly, I have on my site a numbered list. I want to have a blank line (or extra space) after each number. I've tried <p><li>blah</li></p>... and <li>blah</li><br>. Both ways will give me an error message when I try to validate. Does anyone know how I can put an extra space between my sentences?
I'm working on one page at a time, so I'm only refering to the index (http://www.meanmug.org) page.
Thanks for any help.
EDIT:
Okay, I lied. I have one more question. I don't want to create different threads for all my questions. Can I create a thumbnail using HTML, or do I need to use a software like Frontpage?
"<img src = "new.gif">
Have you forgotten the "equal" sign marking the separation between the attribute and its declared value? Typical syntax is attribute="value"."
I've tried several different things to no avail, and I have no idea what it wants me to do. I had it working a few hours ago, and now my gif doesn't show at all. My gif is supposed to be in the dotted box. What exactly is it trying to tell me?
Two more questions.
How do I change the color of my links using CSS? I tried putting it in the body tag, but I get an error when I try to validate. Is there another way to do it?
And, lastly, I have on my site a numbered list. I want to have a blank line (or extra space) after each number. I've tried <p><li>blah</li></p>... and <li>blah</li><br>. Both ways will give me an error message when I try to validate. Does anyone know how I can put an extra space between my sentences?
I'm working on one page at a time, so I'm only refering to the index (http://www.meanmug.org) page.
Thanks for any help.
EDIT:
Okay, I lied. I have one more question. I don't want to create different threads for all my questions. Can I create a thumbnail using HTML, or do I need to use a software like Frontpage?