English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

2006-08-03 10:10:38 · 5 answers · asked by Alexandre S 1 in Computers & Internet Programming & Design

5 answers

The best way I have found is using DIV tags like this




Later in some script:
myTag = getElementById("myTD");
myTag.innterHTML = {some html code};

2006-08-03 10:19:36 · answer #1 · answered by fwiiw 4 · 0 0

link a td element?
Do you mean how to get someone to dropdown to that section of the page?
If so, use id="shortdescrip" on the td ala td id="shortdescrip

in the link, use href="#shortdescrip"

If you are using tables for laying out your site, it's an outdated method. If this is just your personal site that's one thing. If you are hoping to do this as a career, you need to learn to develop sites without tables. Here's a good start: www.zeldman.com

If you are worried about a screen reader associating your table cell with the table header, use scope or headers="", but that is probably more than what you want.

2006-08-03 17:21:51 · answer #2 · answered by Ted Drake 2 · 0 0

2006-08-03 17:14:03 · answer #4 · answered by Anonymous · 0 0

Refer to: http://www.apptools.com/examples/tdcolor.php

2006-08-03 17:21:59 · answer #5 · answered by jacinablackbox 4 · 0 0

fedest.com, questions and answers