Re: field validation (was Re: COBOL/DB2 Date edit question)
- From: Alistair <alistair@xxxxxxxxxxxxxxxxxxxxx>
- Date: Fri, 17 Aug 2007 03:01:34 -0700
On 17 Aug, 05:36, LX-i <lxi0...@xxxxxxxxxxxx> wrote:
Pete Dashwood wrote:
Right - but, generally, you're going to change the classes of what
you're generating. Instead of
<tr>
<td>Status</td>
<td style="font-weight:bold;color:white;background-color:red;">SOLD
OUT</td>
</tr>
you'd do something like
<tr>
<td>Status</td>
<td class="soldout">SOLD OUT</td>
</tr>
Then, for each stylesheet (theme), you'd define "soldout" to appear
however you wanted. I wouldn't want to shovel all that inline style
stuff around. :)
It can be fun :-(
However, when you're down at the lowest level in a nested-nested-
nested-nested table having all that font stuff around just becomes
obstructive. What really beefs me is that if you correct (in DESIGN
mode) a spelling error in the paragraph text both Visual Studio and
Dreamweaver wrap </font>....<font> </font>....<font> around your
correction, puffing up the size of the download. aNdd whu amung os
duesn@t macke spllng mishteaks?
.
- Follow-Ups:
- References:
- Re: COBOL/DB2 Date edit question
- From: Michael Mattias
- Re: COBOL/DB2 Date edit question
- From: Graham Hobbs
- Re: COBOL/DB2 Date edit question
- From: LX-i
- Re: COBOL/DB2 Date edit question
- From: Pete Dashwood
- Re: COBOL/DB2 Date edit question
- From: LX-i
- field validation (was Re: COBOL/DB2 Date edit question)
- From: Frank Swarbrick
- Re: field validation (was Re: COBOL/DB2 Date edit question)
- From: Binyamin Dissen
- Re: field validation (was Re: COBOL/DB2 Date edit question)
- From: Howard Brazee
- Re: field validation (was Re: COBOL/DB2 Date edit question)
- From: Pete Dashwood
- Re: field validation (was Re: COBOL/DB2 Date edit question)
- From: Howard Brazee
- Re: field validation (was Re: COBOL/DB2 Date edit question)
- From: Pete Dashwood
- Re: field validation (was Re: COBOL/DB2 Date edit question)
- From: Howard Brazee
- Re: field validation (was Re: COBOL/DB2 Date edit question)
- From: Pete Dashwood
- Re: field validation (was Re: COBOL/DB2 Date edit question)
- From: LX-i
- Re: field validation (was Re: COBOL/DB2 Date edit question)
- From: Pete Dashwood
- Re: field validation (was Re: COBOL/DB2 Date edit question)
- From: LX-i
- Re: COBOL/DB2 Date edit question
- Prev by Date: Re: field validation (was Re: COBOL/DB2 Date edit question)
- Next by Date: Re: field validation (was Re: COBOL/DB2 Date edit question)
- Previous by thread: Re: field validation (was Re: COBOL/DB2 Date edit question)
- Next by thread: Re: field validation (was Re: COBOL/DB2 Date edit question)
- Index(es):
Relevant Pages
|