文字颜色 [英] text color

查看:65
本文介绍了文字颜色的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何更改默认的黑色表格中的文字是白色的吗?

这是脚本

echo"< table border = 1,table width = 200%,bgcolor =#6699FF> \ n" ;;


我在哪里以及如何添加" text color =" FFFFFFF ???

解决方案



" de Beers" < FD *** @ yahoo.ca>在消息中写道

新闻:_K ********************* @ news20.bellglobal.com ...

如何更改默认值黑色表格中的文字是白色的吗?
这是脚本
echo"< table border = 1,table width = 200%,bgcolor =#6699FF> \\\
" ;;

我在哪里以及如何添加" text color =" FFFFFFF ???




等我在我的PHP书中查找基本HTML 。


.....


哦,好吧。样式表是你的朋友。


< table border =" 1"宽度= QUOT; 200%QUOT; style =" background color:#6699FF;颜色:

#FFFFFF">

< tr>

< td>

白底蓝。排序。

< / td>

< / tr>

< / table>


Garp


de Beers schrieb:

如何更改默认的黑色?表格中的文字是白色的吗?
这是脚本
echo"< table border = 1,table width = 200%,bgcolor =#6699FF> \ n" ;;




这是纯HTML / CSS而不是PHP问题:


< table style =''border:1px solid#000 ;宽度:200%; background-color:#69F;

颜色:#FFF''>


问候,

Matthias


Garp写道:

" de Beers" < FD *** @ yahoo.ca>在消息中写道
新闻:_K ********************* @ news20.bellglobal.com ...

如何更改默认值黑色表格中的文字是白色的吗?
这是脚本
echo"< table border = 1,table width = 200%,bgcolor =#6699FF> \\\
" ;;

我在哪里以及如何添加" text color =" FFFFFFF ???

等我在我的PHP书中查找基本的HTML。
....

哦,好吧。样式表是你的朋友。

< table border =" 1"宽度= QUOT; 200%QUOT; style =" background color:#6699FF;颜色:



这是什么? 背景颜色:?我认为它只是

背景:。我会相信背景颜色:,但那?它有用吗?

哪个浏览器?这是标准的吗? #FFFFF">
< tr>
< td>
白色蓝色。排序。
< / td>
< / tr>
< / table>

Garp



How do I change the default "black" text to white in a table?
Here is the script
echo "<table border=1, table width=200%, bgcolor=#6699FF>\n";

Where and how do I add "text color="FFFFFFF???

解决方案


"de Beers" <fd***@yahoo.ca> wrote in message
news:_K*********************@news20.bellglobal.com ...

How do I change the default "black" text to white in a table?
Here is the script
echo "<table border=1, table width=200%, bgcolor=#6699FF>\n";

Where and how do I add "text color="FFFFFFF???



Wait here while I look up basic HTML in my book of PHP stuff.

.....

Oh, alright. Style sheets are your friend.

<table border="1" width="200%" style="background color: #6699FF; color:
#FFFFFF">
<tr>
<td>
White on blue. Sorta.
</td>
</tr>
</table>

Garp


de Beers schrieb:

How do I change the default "black" text to white in a table?
Here is the script
echo "<table border=1, table width=200%, bgcolor=#6699FF>\n";



That''s pure HTML/CSS and not a PHP question:

<table style=''border:1px solid #000; width:200%; background-color:#69F;
color: #FFF''>

Regards,
Matthias


Garp wrote:

"de Beers" <fd***@yahoo.ca> wrote in message
news:_K*********************@news20.bellglobal.com ...

How do I change the default "black" text to white in a table?
Here is the script
echo "<table border=1, table width=200%, bgcolor=#6699FF>\n";

Where and how do I add "text color="FFFFFFF???

Wait here while I look up basic HTML in my book of PHP stuff.

....

Oh, alright. Style sheets are your friend.

<table border="1" width="200%" style="background color: #6699FF; color:


What is this? "background color:"? i think it sgould just be
"background:". I''d believe "background-color:", but that? Does it work?
Which browser? Is it standard? #FFFFFF">
<tr>
<td>
White on blue. Sorta.
</td>
</tr>
</table>

Garp



这篇关于文字颜色的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆