HTML代码问题

<divclass="title_bg">出租房源</div><tablewidth="100%"border="0"cellspacing="0"cellpadding... <div class="title_bg">
出租房源
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="5">
<tr>
<td class="area">朝阳区</td>
<td class="name"><a href="http://www.discuz.org/forum-62-1.html">慧忠北里</a></td>
<td class="type">3室2厅</td>
<td class="price">5200元</td>
</tr>
< </table>

</div>
=================================
哪朝阳区只能三个字,我要就打四个字,就会一个字就会跑到下面去了,
这样代码要加什么加,才能加多了个。

还有慧忠北里我想把他向右移点加什么代码
展开
 我来答
dhsatq
2011-01-27 · TA获得超过1151个赞
知道小有建树答主
回答量:1052
采纳率:33%
帮助的人:776万
展开全部
<html>
<head>
<title>my example</title>
</head>
<body>
<script>
function f1(obj){
var option_v = obj.value;
try{
//alert(option_v);//弹出选项值.
throw option_v;
}catch(err){
//if(err == "hello") alert('throw hello'); 可以用if来写
switch(err){
case 'hello':alert("hello");break;
case 'how are you':alert("how are you");break;
case 'fine':alert("fine");break;
}
}
}
/*
//如果是我,我会这样写.
try{
switch(option_v){
case 'hello': do_something here; if(some error) throw 'err1'; break;
case 'how are you': do_something here; if(some error) throw 'err2'; break;
case 'fine': do_something here;* if(some error) throw 'err3'; break;
default:do_something here; if(some error) throw 'err4'; break;
}
}catch(err){
switch(err){
case 'err1': do something here; break;
.....

}
}
*/
</script>

<form>
<select name="select" onchange="f1(this);">
<option value="hello" >hello</option>
<option value="how are you" >how are you</option>
<option value="fine" >fine</option>
</select>
</form>
</body>
</html>
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
落月Prc
2011-01-27 · TA获得超过2789个赞
知道大有可为答主
回答量:2011
采纳率:100%
帮助的人:2438万
展开全部
应该是在CSS中设置了td的宽度。
你可以找到CSS代码中的.area,把宽度设大一点。
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
华南商贸网
2011-01-27
知道答主
回答量:19
采纳率:0%
帮助的人:8.7万
展开全部
表格宽度设置问题而已
本回答被提问者采纳
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
收起 更多回答(1)
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式