Blogger Information
Blog 6
fans 0
comment 0
visits 3059
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
【补作业】2018/3/20 网站后台模板
谁敢刁难我胖虎丶的博客
Original
472 people have browsed it

<!--主框架搭建如下-->


<!DOCTYPE html>

<html>

<head>

<meta charset="UTF-8">

<title></title>

<style>

table {

margin: 0 auto;

width: 960px;

}

td {


}

</style>

</head>

<body>

<table>

<thead>

<tr>

<td colspan="2" width="100%">

<iframe src="head.html" name="top" width="100%" height="80"></iframe>

</td>

<td>

<hr />

</td>

</tr>

</thead>

<tbody>

<tr>

<td>

<iframe src="main-left.html" width="140" height="400"></iframe>

</td>

<td>

<iframe src="main-right.html" width="800" height="400" name='show'></iframe>

</td>

</tr>

</tbody>

<tfoot>

<tr>

<td colspan="2">

<iframe src="foot.html" height="100" width="100%" ></iframe>

</td>

</tr>

</tfoot>

</table>

<!--用iframe来布局页面,首先使用iframe搭出架子,然后给出name属性,在其他iframe模块中引用到具体的部位展示-->

</body>

</html>



网站后台模板.png

Statement of this Website
The copyright of this blog article belongs to the blogger. Please specify the address when reprinting! If there is any infringement or violation of the law, please contact admin@php.cn Report processing!
All comments Speak rationally on civilized internet, please comply with News Comment Service Agreement
0 comments
Author's latest blog post
  • 2018-03-16 11:16:21
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!