Die geneste tabel van zo-even ...

Status
Niet open voor verdere reacties.

janyep

Gebruiker
Lid geworden
7 mei 2008
Berichten
261
Bent u d'r nog ? :cool:

Om die geneste tabel (van zo-even) verticaal uit te vullen, lukte me dit:

Code:
<table border="1" [COLOR="Red"][B]height="100%"[/B][/COLOR]>
	<tr valign="top"><td>Z<br>Z<br>Z<br>Z<br>Z<br>Z<br>Z<br>Z<br>Z
		</td>
	</tr>
	<tr valign="bottom"><td>Z<br>Z<br>Z<br>Z<br>Z<br>Z<br>Z<br>Z<br>Z
		</td>
	</tr>
</table>

Is er een alternatief voor de height="100%" ?
Tot zover: :thumb:
groeten janyep


Beetje lang verhaal, dus sla maar over:
"height" geeft een foutcode:
Code:
Attribute "HEIGHT" is not a valid attribute. Did you mean "height"?

<table BORDER="1" HEIGHT="100%">

[CODE][I]Attribute "height" is not a valid attribute.[/I] 
<table BORDER="1" HEIGHT="100%">
[I]You have used the attribute named above in your document,
but the document type you are using does not support that attribute for this element.
This error is often caused by incorrect use of the "Strict" document type with a document that uses frames 
(e.g. you must use the "Transitional" document type to get the "target" attribute),
 or by using vendor proprietary extensions such as "marginheight" (this is usually fixed by using CSS
to achieve the desired effect instead).[/I]
[/CODE]

Inderdaad, frames.
In de index.html gebruik ik:
"-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd"

in de pagina-zelf gebruik ik:
"-//W3C//DTD HTML 4.0 Transitional//EN"

ben wel even aan het stoeien geweest met de index.html (er zit framespacing etc. in), maar voorlopig zou ik de index.html zo willen laten.
 
Mocht iemand goeie wil hebben, maak vooral geen haast want ik ben pas met een paar dagen weer terug op dit forum.

Prettige avond!
janyep
 
Status
Niet open voor verdere reacties.
Terug
Bovenaan Onderaan