In article <e_Jzb.3630$Qd6.1815 (AT) newsread1 (DOT) news.atl.earthlink.net>, Chuck
says...
Quote:
"Daniel Ruscoe" <contact (AT) website (DOT) plz> wrote in message
news:MPG.1a3979e69181cacf989762 (AT) news (DOT) btopenworld.com...
Thanks for your input. I appreciate it. |
No problem. That's what this place is for.
Quote:
Brucie just sounds like an arrogant jerk to me, but maybe I am wrong. |
Brucie is a long-time contributor to a few web authoring groups and is
well respected, despite his... well, we'll call them hobbies. I think
the FBI has official terms for them.
Quote:
I know the very basics of HTML and not anything more. I know absolutely
nothing about CSS, XHTML, etc, but I do want to learn. |
CSS is a good idea to get started on. I use it on all my sites.
http://hotwired.lycos.com/webmonkey/...lesheet_guide/ Quote:
I don't know what the difference is between </br> and <br>. |
<br> a HTML tag, while <br/> is an XHTML tag.
XHTML specs state all tags that are opened have to be closed. This isn't
a problem with <p> some text </p> but <br> isn't followed by a closing
tag and needs to be closed within itself.
Quote:
The editor that I am trying automatically places </br> instead of <br
so I figured that was the proper way. Guess not. |
If you're writing XHTML and have specified the correct Document Type in
your headers, then it's fine.
http://www.webpageworkshop.co.uk/main/xhtml_index Quote:
That's why I'm here, to learn, not get insulted. |
This is Usenet, you've gotta take everything with a pinch of salt.
Quote:
That is the reason that I have finally decided to try using an HTML editor
and see how that works over writing it in notepad. |
I still use notepad for everything. I keep various bits of saved code I
just copy and paste as needed.
Quote:
Another reason that I have come here looking for constructive criticism, not
to have someone try to insult me and tell me how I can't do anything right. |
Again, welcome to Usenet. You shouldn't take anything personally.
This group, as well as alt.html and alt.
www.webmaster are all great
resources for help and advice, but your site is likely to be judged in a
professional light no matter what its nature.
Any rate, good luck with it. If you stick at it you'll get somewhere.
- Daniel