phpbar.de logo

Mailinglisten-Archive

[php] iframe überdeckt restlichen inhalt der tabelle..

[php] iframe überdeckt restlichen inhalt der tabelle..

Eric Binek ich at ericbinek.de
Fre Jan 21 10:41:12 CET 2005


Korrektur

<table width='700' border='0' cellpadding='0' cellspacing='0'>
<tr>
	<td width='1'>&nbsp;</td>
	<td valign='top' height='70'>
		<div class='titel'>
			<b>{$row['titel']}</b>
		</div>
		<br>
	</td>
	<td valign='top'>&nbsp;</td>
</tr>
<tr>
<td width='1'>&nbsp;</td>
	<td valign='top' width='600'>
		<a href='adm/{$row[file]}' target='main2'> <img src='adm/{$row[file]}'  
width='60' border='0'>
		</a>&nbsp;&nbsp; <a href='adm/{$row[file2]}' target='main2'> <img  
src='adm/{$row[file2]}' width='60' border='0'>
		</a>&nbsp;&nbsp; <a href='adm/{$row[file3]}' target='main2'> <img  
src='adm/{$row[file3]}' width='60' border='0'>
		</a>&nbsp; &nbsp; <a href='adm/{$row[file4]}' target='main2'> <img  
src='adm/{$row[file4]}' width='60' border='0'>
		</a>&nbsp; &nbsp; <a href='adm/{$row[file5]}' target='main2'> <img  
src='adm/{$row[file5]}' width='60' border='0'>
		</a>&nbsp; &nbsp; <a href='adm/{$row[file6]}' target='main2'> <img  
src='adm/{$row[file6]}' width='60' border='0'>
		</a>&nbsp;
		</td>
	<td valign='top' width='200'><div align='justify'></div></td>
</tr>
<tr>
	<td width='1'>&nbsp;</td>
	<td align='left' valign='top'>
		<iframe name='main2' width='600' height='400' frameborder='0'  
src='range.htm'>
			asdf
		</iframe>
	</td>
	<td align='left' valign='top'>{$row['beschreibung']}</td>
</tr>
</table>

Es lag an deinem nicht geschlossenen IFRAME Tag

Auserdem würde ich an deiner Stelle die Attribute in den HTML Tags mit "  
markieren und nicht mit '

Gruß Eric

php::bar PHP Wiki   -   Listenarchive