![]() |
|
![]() |
|
|
Thread Tools | Display Modes |
|
|
|
|
#1 |
|
Newbie
|
Tables+OL
Is there a way you can code a table in html, or more like a border, and have text inside of it. I know you can use frontpage, but I would like to have the html behind it.
|
|
|
|
|
|
#2 | |
|
Expert Programmer
|
Quote:
To get more responses. I suggest you re-phrase you question. |
|
|
|
|
|
|
#3 |
|
Resident Grouch
![]() ![]() ![]() ![]() ![]() ![]() Join Date: Jun 2005
Posts: 6,453
Rep Power: 10
![]() |
Tables should be used for tabular material, and not to control layout. The latter use indicates some lack of understanding of more modern stylistic and layout methods (CSS). Tables ARE an HTML thangy, though, have been for years, and were once (back when ships were wood and swabbies were steel) the only effective way to control layout. Here is a table description:
<table>
<tr>
<td>Cell Data</td>
<td>Cell Data</td>
</tr>
</table>
__________________
Abstraction doesn't make it impossible to write bad code; it makes it possible to write superior code. Contributor's Corner: Grumpy on C++ Exceptions DaWei on Pointers |
|
|
|
|
|
#4 |
|
Newbie
|
Thanks. That's what I wanted.
|
|
|
|
![]() |
| Bookmarks |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
| Display Modes | |
|
|