※ 引述《sarsspear (沙士比亞)》之銘言:
: 如題,如何把這些語法改用CSS設定?
: <table border="1" align="center" cellpadding="0" cellspacing="0">
: <iframe width="380" height="320" marginwidth="1" marginheight="1"
: scrolling="no" border="0" frameborder="0">
: <img width="100" height="200" border="0">
: <a target="_blank" alt="照片">
--------------------
CSS
.tab{
border:1px;
text-align:center;
border-collapse:collapse;}
.if{
width:380px;
height:320px;
margin:1px;
border:0;
overflow:hidden;}
.img{
width:100px;
height:200px;
border:0;}
----------------------
HTML
<table class="tab">
<ifname class="if">
<img class="img">
----------------------
你的HTML碼不夠完整所以只能這樣告訴你
寫法有很多種,用一個最簡單的方式讓你瞭解而已^___^
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 122.127.33.32