Re: OT: Need HTML Help
- From: Jim Duff <spam.this@xxxxxxxxx>
- Date: Wed, 16 Apr 2008 14:09:41 +1000
David J Dachtera wrote:
JF Mezei wrote:David J Dachtera wrote:Looking for someone who would be willing to correspond with me off-linehttp://www.w3.org/TR/html4/ is the referenbce for real HTML. That site
about building web pages by hand (in a text editor).
also has stuff about XHTML.
For style sheets,
http://www.w3.org/TR/REC-CSS1
Thanx, JF!
I think I can get what I'm looking for from that first link.
[snip]
My first thought was to use a table, but I didn't know how to force the
asymmetry between the two columns: five rows in one column, one row in
the second column.
Let me see what I can figure out...
A better place to learn (x)html and css (and a bunch of other stuff) is <http://www.w3schools.com/> (no affiliation).
Unless you are accomplished at reading w3c specs, you will find learning from w3schools far easier.
As mentioned else-thread, using css instead of tables is the way to go. Tables certainly have their uses, but they should be restricted to table data, not used for general page layout.
Whatever you do, you should ensure that your (x)html and css is valid. It's easy, will ensure your site is visible in all forms of user agents, will go a long way to making your pages accessible to people with disabilities, and will more than likely increase your exposure in google and other search engines.
Automated validators are available at the following links:
html: <http://validator.w3.org/>
css: <http://jigsaw.w3.org/css-validator/>
Jim.
--
www.eight-cubed.com
.
- Follow-Ups:
- Re: OT: Need HTML Help
- From: JF Mezei
- Re: OT: Need HTML Help
- References:
- OT: Need HTML Help
- From: David J Dachtera
- Re: OT: Need HTML Help
- From: JF Mezei
- Re: OT: Need HTML Help
- From: David J Dachtera
- OT: Need HTML Help
- Prev by Date: Re: The Minimum You Need to Know About Service Oriented Architecture
- Next by Date: Re: Mozilla (et al.) v. TCPIP FTP server
- Previous by thread: RE: OT: Need HTML Help
- Next by thread: Re: OT: Need HTML Help
- Index(es):