Web Developer's Virtual Library: Encyclopedia of Web Design Tutorials, Articles and Discussions


WDVL Newsletter

Active Server Pages
JSP/Java Servlets
Microsoft SQL Server
Daily Backup
Dedicated Servers
Streaming Audio/Video
24-hour Support    

jobs.webdeveloper.com

Hiermenus


e-commerce
Partner With Us















Developer Channel
FlashKit.com
JavaScript.com
JavaScriptSource
Developer Jobs
ScriptSearch
StreamingMediaWorld
Web Developer's Journal
Web Developer's Virtual Library
WebDeveloper.com
Webreference
Web Hosts
XMLfiles.com

internet.com
IT
Developer
Internet News
Small Business
Personal Technology

Search internet.com
Advertise
Corporate Info
Newsletters
Tech Jobs
E-mail Offers


Notes to "Introduction to Web Design Day Three | Table Cell Attributes"

CSS1 has no properties for tables and the method by which HTML tables are laid out is undefined. 1

Align
The align attribute as it relates to TD and TH has not been deprecated.


BGCOLOR: deprecated W3C

Deprecated Example:

<TD BGCOLOR="red">

CSS Example:

<STYLE TYPE="text/css">
	TD { background: blue ; color: white;} 
</STYLE>

nowrap: deprecated W3C

Deprecated Example:

<NOWRAP>This is text that will 
	not stop even when the browser
	wants to word wrap
</NOWRAP>

CSS Example:

TD   { white-space: nowrap }

VALIGN: deprecated

Deprecated Example:

<TD valign=top>

CSS Example:

Allowed vertical-align values: baseline | Sub | super | top | text-top | middle | bottom | text-bottom | <percentage> 1
<STYLE TYPE="text/css">
TD {vertical-align: top }
</STYLE>

WIDTH: deprecated W3C


1. Cascading Style Sheets: Designing for the Web by Håkon Wium Lie and Bert Bos

Return to "Introduction to Web Design Day Three | Table Cell Attributes"



Up to => Home / Authoring / HTML / Tutorial




Jupiter Online Media: internet.comearthweb.comDevx.commediabistro.comGraphics.com

Search:

Jupitermedia Corporation has two divisions: Jupiterimages and Jupiter Online Media

Jupitermedia Corporate Info


Legal Notices, Licensing, & Permissions, Privacy Policy.

Web Hosting | Newsletters | Tech Jobs | Shopping | E-mail Offers