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>
=================================
哪朝阳区只能三个字,我要就打四个字,就会一个字就会跑到下面去了,
这样代码要加什么加,才能加多了个。
还有慧忠北里我想把他向右移点加什么代码 展开
出租房源
</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>
=================================
哪朝阳区只能三个字,我要就打四个字,就会一个字就会跑到下面去了,
这样代码要加什么加,才能加多了个。
还有慧忠北里我想把他向右移点加什么代码 展开
3个回答
展开全部
<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>
<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>
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
应该是在CSS中设置了td的宽度。
你可以找到CSS代码中的.area,把宽度设大一点。
你可以找到CSS代码中的.area,把宽度设大一点。
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
展开全部
表格宽度设置问题而已
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询