2015-05-14 57 views
0

我試圖將表格中的iframe向下移動,以便與圖像內聯。無法在表格中移動iFrame HTML

截圖http://prntscr.com/758oku

我使用

<!DOCTYPE html> 
<html> 
<body> 

<table style="width:67%" border="10"> 
<tr> 
<td vertical-align: top style="vertical-align:top;" style="width: 70%" ><img src="https://example.com/example.jpg" alt="web-image" style="width:200px;height:200px"> </td> 
<td vertical-align: center style="width: 25%"> <iframe src="http://example.com/tsstatustext.php" name="frame1" scrolling="auto" frameborder="no" align="center"> 
</tr> 
</table> 
</body> 
</html> 

我想移動的iframe(在線)下來,它是在同一行作爲信息

+0

我看不到屏幕截圖,所以我不確定你要做什麼,但看着你的代碼,我的猜測是你需要做以下一項或兩項:** a)**在''和第二個'​​'的style屬性中添加'style =「height:200px;」'到'