Catty's trying to learn HTML, but I'm having a problem with colors. Could someone check my code and tell me what I'm doing wrong? (parens have been substituted for angle brackets):
(basefont=7)(font="Ariel 14" font color="#338666") NOW, you don't even have to open an account!(basefont=6)(/i) - just type in your credit card information.
Thanks for any help.
Catty
Posts: 3826 | Location: Olympia, WA, USA | Registered: 06-04-02
Here's a comprehensive tutorial for HTML Beginners. And here's the specific page that deals with text color. There's a practice window at the bottom, too!
Posts: 1176 | Location: California | Registered: 06-03-02
Hi Catty: Here's you code changed around to what I think you're trying to do. That practice window that MsSueM found is real handy for trying out new stuff.
Hope that helps.
Mike B. (AKA Byter) Note: I also changed to ( & ) to keep from fouling up this page
Posts: 1052 | Location: Sun Valley, Calif. :^þ | Registered: 06-03-02
quote:Originally posted by Byter: Hi Catty: Here's you code changed around to what I think you're trying to do.
(font face="Ariel 14" color="#338666" size="7") (i) NOW, you don't even have to open an account! (font size="6") (/i) - just type in your credit card information.
That practice window that MsSueM found is real handy for trying out new stuff.
Catty Here's your code back been corrected by a webpage maker
quote:(basefont size=7)(font size="14" face="Arial" color="#338666") NOW, you don't even have to open an account! - (/basefont) (basefont size=6)(i)just type in your credit card information.(/i)(/font) (/basefont)
Mike B Not being a code fan will this work the same as your version? You beaten me to there Catty! We posted within minutes of each other1
Posts: 13481 | Location: 6 miles west of Wigan UK | Registered: 06-05-02
Mike, I think that is essentially the same code I got from bedstor's link. It works great, thank you. I'm sure this thread will be helpful for others in future.
Catty
Posts: 3826 | Location: Olympia, WA, USA | Registered: 06-04-02