public inbox for [email protected]
help / color / mirror / Atom feedFrom: Michael Glaesemann <[email protected]>
To: [email protected]
Subject: Re: CSS and XHTML
Date: Tue, 11 Nov 2003 03:49:33 +0900
Message-ID: <[email protected]> (raw)
In-Reply-To: <[email protected]>
On Tuesday, November 11, 2003, at 03:07 AM, Dave Page wrote:
> patches for the new code to get it up to xhtml strict if you like
> (though
> I have to wonder if we would have to use transitional - for example,
> iirc
> there is no nowrap in strict).
Your right: no nowrap in Strict. However, you can set nowrap to
elements using css, I believe.
<style type="text/css">
<!--
.nowrap { white-space:nowrap; }
-->
</style>
<table>
<tr><td>This cell should wrap normally.</td> <td class="nowrap">This
cell won't wrap (or warp, for that matter) no matter how much text you
put it it.</td></tr>
</table>
.nowrap works in <table>, <tr>, and <td> tags.
view thread (12+ messages) latest in thread
reply
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Reply to all the recipients using the --to and --cc options:
reply via email
To: [email protected]
Cc: [email protected]
Subject: Re: CSS and XHTML
In-Reply-To: <[email protected]>
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
This inbox is served by agora; see mirroring instructions
for how to clone and mirror all data and code used for this inbox