您的位置:程序门 -> web 开发 -> php



再问一幼稚问题?


[收藏此页] [打印本页]选择字色:背景色:字体:[][][]


再问一幼稚问题?
发表于:2007-03-29 10:01:26 楼主
我想设置字体颜色为蓝色,可是
<span   style= "color:   #0000ff "> <?echo   $s[content];   ?> </span>
不起作用,还是黑色.
发表于:2007-03-29 10:03:421楼 得分:0
我这里显示的是蓝色呀。
发表于:2007-03-29 10:30:572楼 得分:0
<font   color= "#0000ff "> <?   echo   $s[content];   ?> </font>
发表于:2007-03-29 10:36:163楼 得分:0
<span   style= "color:   #0000ff "> <?php   echo   $s[content];   ?> </span>
发表于:2007-03-29 10:39:054楼 得分:0
<font   color= "#0000ff "> <?   echo   $s[content];   ?> </font>

给分^-^
发表于:2007-03-29 11:26:485楼 得分:0
呵呵!
发表于:2007-03-29 11:33:246楼 得分:0
如果你     $s[content]   里面带有 <font   color= "#000000 "> </font> 的话,你前面的样式表又有什么用?
发表于:2007-03-29 11:34:127楼 得分:0
呵呵,没有注意,原来楼主的   ?     还是   ?
发表于:2007-03-29 11:51:198楼 得分:0
呵呵.我知道他的是黑白的显示器
发表于:2007-03-29 11:55:389楼 得分:0
楼主视觉疲劳过度了。
发表于:2007-03-29 13:40:2310楼 得分:0
问号是我发表问题时敲错的。
怎么做显示的都是黑色的。

另外,我不色盲!
发表于:2007-03-29 13:42:4211楼 得分:0
<td   background= "oa_bg2.gif "   style= "border-left-width:   1px;   border-right-style:   dotted;   border-right-width:   1px;   border-top-width:   1px;   border-bottom-width:   1px "> <font   color= "#0000ff "> <?   echo   $rows+1;?> <?   echo   '、 ';?> <?   echo   $s[content];   ?> </font </td>  

帮我看下有什么问题?
发表于:2007-03-29 14:59:2812楼 得分:0
不清楚了
不要动态输出,写点静态文字,放到dreamweaver   里面改改看
发表于:2007-03-29 15:02:2113楼 得分:0
静态正常
发表于:2007-03-29 15:16:3314楼 得分:0
还有我在这个单元格静态输入的文字显示不出来!
发表于:2007-03-29 15:39:4915楼 得分:0
建议css与html严格分开,不然以后问题更多,下个css手册吧
发表于:2007-03-29 16:05:3616楼 得分:0
静态到底是正常呢   还是不正常呢?

让页面设计看看吧,估计是css已经定义了。
发表于:2007-03-29 16:10:4317楼 得分:0
静态在这个单元格里不正常!
<style   type= "text/css ">
<!--
body   {     font-size:   12px;   cursor:   default}
td   {     font-size:   12px;   cursor:   default}
input   {     font-size:   12px}
a:link   {     color:   #000055;   text-decoration:   none}
a:visited   {     color:   #000099;   text-decoration:   none}
a:hover   {     text-decoration:   underline;   color:   #0000ff}
.input   {     font-size:   12px;   background-color:   #ffffff;   height:   20px;border:   #333333   solid   1px}
.radio   {     height:   13px}
-->
</style>
没有页面设计!
发表于:2007-03-30 11:54:0818楼 得分:0
?   echo   $rows+1;?> <?   echo   '、 ';?> <?   echo   $s[content];   ?> </font(这里掉了个> ) </td>


快速检索

最新资讯
热门点击