Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
NSGN.net #1
xhtml validation of the table tag's "height" element
I'm having a little problem. I create an xhtml compliant document in
dreamweaver, yet when i validate it using the xhtml 1.0 transitional validator,
it spots this issue in all tables i create.
The tag: "table" doesn't have an attribute: "height" in currently active
versions.
Yes, this makes sense. xhtml doesnt want to see
<table height="22">
Rather it likes something more like
<table style="height: 22px;">
But for the life of me I can't seem to find out how to make dreamweaver code
my tables like this. I would love to have dreamweaver be able to code a page
that passes it's own validator!
Thanks,
Brandon
NSGN.net Guest
-
Remembering the height of the display area when using "fit width"
Hi, I'd like acrobat to remember the height of my display area when I use "fit width", so that I don't have to scroll down each page. Indeed, the... -
IE only "Element ... undefined in SESSION" error whencalled by Alia/Canonical Name
I repeatedly get the error "Element .. undefined in SESSION", when using IE to browse to a site using a alias/cname for the site. I've got an... -
Error "Element LOCALE is undefined in REQUEST"
Hi, Can someone help on this error: Element LOCALE is undefined in REQUEST. Thanks in advance Pandu -
analyze-error: "cannot compare arrays of different element types" revisited
"Florian G. Pflug" <fgp@phlo.org> writes: Thanks for the example. It turns out array_map() thought it could just return an empty input array... -
How to jump from "Tween" Entry in library to refering Timeline element ?
After having loaded a certain *.fla source into Flash MX I open the library and click on a certain Tween entry. Then I want to let Flash display... -
rob::db #2
Re: xhtml validation of the table tag's "height" element
Just code by hand. DW's design view is a complete waste of time once you
know what you're doing, especially, as you point out, if you want XHTML
complaint code.
NSGN.net wrote:> I'm having a little problem. I create an xhtml compliant document in
> dreamweaver, yet when i validate it using the xhtml 1.0 transitional
> validator, it spots this issue in all tables i create.
>
> The tag: "table" doesn't have an attribute: "height" in currently
> active versions.
>
> Yes, this makes sense. xhtml doesnt want to see
>
> <table height="22">
>
> Rather it likes something more like
>
> <table style="height: 22px;">
>
> But for the life of me I can't seem to find out how to make
> dreamweaver code my tables like this. I would love to have
> dreamweaver be able to code a page that passes it's own validator!
>
> Thanks,
> Brandon
rob::db Guest
-
Murray *TMM* #3
Re: xhtml validation of the table tag's "height" element
Or not. Create a style that cascades into that table....
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"rob::db" <rob@digitalburn.net> wrote in message
news:dbhsjk$4h4$1@forums.macromedia.com...> Just code by hand. DW's design view is a complete waste of time once you
> know what you're doing, especially, as you point out, if you want XHTML
> complaint code.
>
>
>
> NSGN.net wrote:>>> I'm having a little problem. I create an xhtml compliant document in
>> dreamweaver, yet when i validate it using the xhtml 1.0 transitional
>> validator, it spots this issue in all tables i create.
>>
>> The tag: "table" doesn't have an attribute: "height" in currently
>> active versions.
>>
>> Yes, this makes sense. xhtml doesnt want to see
>>
>> <table height="22">
>>
>> Rather it likes something more like
>>
>> <table style="height: 22px;">
>>
>> But for the life of me I can't seem to find out how to make
>> dreamweaver code my tables like this. I would love to have
>> dreamweaver be able to code a page that passes it's own validator!
>>
>> Thanks,
>> Brandon
>
Murray *TMM* Guest
-
mzanime.com #4
Re: xhtml validation of the table tag's "height" element
rob::db wrote:
know what you're doing> Just code by hand. DW's design view is a complete waste of time once you
Not necessarily. I have found design view to be benefitial more than once, and
I've been writing (well-formed) code for years. Though I'm in code view more
often, I occasionally use design view when I need to get some idea if how/where
my styles are being applied without opening the browser, and also if I get lost
in code I can quickly hit the design view button, highlight the text (or
wysiwyg element) I was editing and then jump right back to code view, with that
text or element selected in code.
mzanime.com Guest



Reply With Quote

