stop fp2003 from including the INValid table Height attribute_

G

Guest

any way I can
stop fp2003 from including the INValid table Height attribute_
I am tired of finding and deleting every table Height attribute stuck in
there by fp2003
 
T

Trevor L.

This may be a sledgehammer to crack a nut and also not recommended but you
could try this

<html>
<head>
<script type="text/javascript">
function GetImg()
{document.getElementById('Image').innerHTML =
'<img src="name" alt="">'}
//------------Alter name to the name of the image
</script>
</head>

<body onload="GetImg()">
<span id="Image">Image here</span>
</body>
</html>

You will have to edit the HTML but FP will not know there is an image and so
won't add the parameters.

This can be altered (as I have) to present a series of images, using arrays
in javascript.
--
Cheers,
Trevor L.
Website: http://tandcl.homemail.com.au


I choose Polesoft Lockspam to fight spam, and you?
http://www.polesoft.com/refer.html
 
S

Stefan B Rusynko

Don't use the Table layout Tool or drag any cells

--




| any way I can
| stop fp2003 from including the INValid table Height attribute_
| I am tired of finding and deleting every table Height attribute stuck in
| there by fp2003
|
 
G

Guest

I use layout tables quite a bit and would like to know why the height code
would be invalid and if it does create invalid code, why would MS use it?
 
B

Bob Lehmann

would like to know why the height code would be invalid
Because there is no height attribute for said:
why would MS use it?
Because they've extended their browser's functionality to use it, thereby
trapping newbies into doing things they shouldn't, forcing the newbie to
assume that all the other browsers are doing something wrong.

Switch to FireFox for your testing, and you should be OK in IE. Oh wait, IE
is 6+ years old and not up to properly displaying some modern, existing
attributes.

Bob Lehmann
 
T

Thomas A. Rowe

The height tag is NOT invalid, as it is support by browsers and is part of the W3C HTML 3.2
Recommendations.
See: http://www.w3.org/TR/REC-html32#table

BTW: The W3C defines Deprecated as:

A deprecated element or attribute is one that has been outdated by newer constructs.

[and goes on to say]
Deprecated elements may become obsolete in future versions of HTML.

[and]
User agents [browsers] should continue to support deprecated elements for reasons of backward
compatibility.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================
 
T

Thomas A. Rowe

Note: Even with no mention of a actual height attribute for the table tag in HTML 3.2, IE, FireFox,
Opera, NS 3.04, NS 4.08, NS 6.21 and NS 7.01 browsers do support it, at least under Windows.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


Thomas A. Rowe said:
The height tag is NOT invalid, as it is support by browsers and is part of the W3C HTML 3.2
Recommendations.
See: http://www.w3.org/TR/REC-html32#table

BTW: The W3C defines Deprecated as:

A deprecated element or attribute is one that has been outdated by newer constructs.

[and goes on to say]
Deprecated elements may become obsolete in future versions of HTML.

[and]
User agents [browsers] should continue to support deprecated elements for reasons of backward
compatibility.

--
==============================================
Thomas A. Rowe (Microsoft MVP - FrontPage)
WEBMASTER Resources(tm)

FrontPage Resources, WebCircle, MS KB Quick Links, etc.
==============================================


deacon said:
I use layout tables quite a bit and would like to know why the height code
would be invalid and if it does create invalid code, why would MS use it?
 
?

=?Windows-1252?Q?Rob_Giordano_\=28Crash_Gordon=AE\

i heard IE7 is on its way...dunno if it's troo or not.
 
B

Bob Lehmann

The beta is due out sometime this summer. But only because of IE's loss of
marketshare. The original plan was to not release a new version until
Longhorn came out.

IMO, it's too late, and in the rush to get it out, it will probably just be
IE6 with a fresh coat of paint and more bugs.

Bob Lehmann

in message i heard IE7 is on its way...dunno if it's troo or not.
 
?

=?Windows-1252?Q?Rob_Giordano_\=28Crash_Gordon=AE\

imo, it's sorely needed. the only reason i use it the most is that it's quicker to access, and it's connection to FP.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top