At 10:44 AM -0500 2/29/08, Daniel Brown wrote:
On Fri, Feb 29, 2008 at 10:29 AM, Andrew Ballard <[EMAIL PROTECTED]> wrote:
On Fri, Feb 29, 2008 at 10:21 AM, Jason Pruim <[EMAIL PROTECTED]> wrote:
>
> .red {
> color: red;
> }
>
Let's just get all purist a
At 10:29 AM -0500 2/29/08, Andrew Ballard wrote:
Let's just get all purist and go back to the class="highlight" so we
don't find ourselves a year later with a stylesheet that includes
.red {
color: green;
}
That's much less likely than:
.thisIsFridaysColor
{
color: green;
}
The
At 10:21 AM -0500 2/29/08, Jason Pruim wrote:
On Feb 29, 2008, at 10:07 AM, Richard Heyes wrote:
echo
"".$myrow["char_name"]."".$myrow["char_level"]."".$class["class"]."".$myrow["kara"]."".$myrow["karateam"]."".$myrow["karasub"];
Either CSS styling or the dreaded HTML "".$myrow['char_name']
"".$myrow["char_name"]."".$myrow["char_level"]."".$class["class"]."".$myrow["kara"]."".$myrow["karateam"]."".$myrow["karasub"];
Either CSS styling or the dreaded HTML "".$myrow['char_name']."" tags.
But you should use CSS:
echo '' ...
Everyone:
Arr.
PHP
echo '';
CSS
.red
{
On Feb 29, 2008, at 10:44 AM, Daniel Brown wrote:
On Fri, Feb 29, 2008 at 10:29 AM, Andrew Ballard
<[EMAIL PROTECTED]> wrote:
On Fri, Feb 29, 2008 at 10:21 AM, Jason Pruim <[EMAIL PROTECTED]>
wrote:
.red {
color: red;
}
Let's just get all purist and go back to the c
On Fri, Feb 29, 2008 at 10:29 AM, Andrew Ballard <[EMAIL PROTECTED]> wrote:
> On Fri, Feb 29, 2008 at 10:21 AM, Jason Pruim <[EMAIL PROTECTED]> wrote:
> >
> > .red {
> > color: red;
> > }
> >
>
> Let's just get all purist and go back to the class="highlight" so we
On Fri, Feb 29, 2008 at 10:21 AM, Jason Pruim <[EMAIL PROTECTED]> wrote:
>
> On Feb 29, 2008, at 10:07 AM, Richard Heyes wrote:
>
> >>> echo
> >>> "".$myrow["char_name"]."".$myrow["char_level"]."".
> >>> $class["class"]."".$myrow["kara"]."".
> >>> $myrow["karateam"]."".$myrow["karasub"];
> >>
On Feb 29, 2008, at 10:07 AM, Richard Heyes wrote:
echo
"".$myrow["char_name"]."".$myrow["char_level"]."".
$class["class"]."".$myrow["kara"]."".
$myrow["karateam"]."".$myrow["karasub"];
Either CSS styling or the dreaded HTML "".$myrow['char_name']."" tags.
But you should use CSS:
echo
echo
"".$myrow["char_name"]."".$myrow["char_level"]."".$class["class"]."".$myrow["kara"]."".$myrow["karateam"]."".$myrow["karasub"];
Either CSS styling or the dreaded HTML "".$myrow['char_name']."" tags.
But you should use CSS:
echo '' ...
--
Richard Heyes
Employ me:
http://www.phpgu
On Thu, Feb 28, 2008 at 11:03 PM, Jeff <[EMAIL PROTECTED]> wrote:
> Please, can anyone tell me how to produce colored text? For instance if I
> wanted to following code to be printed as red text what would I need to add
> to they code? Thanks in advance.
>
> echo
>
> "".$myrow["char_name"]."".
Jeff wrote:
Please, can anyone tell me how to produce colored text? For instance if I
wanted to following code to be printed as red text what would I need to add
to they code? Thanks in advance.
echo
"".$myrow["char_name"]."".$myrow["char_level"]."".$class["class"]."".$myrow["kara"]."".$myrow
The first ImageColorAllocate(0 function always sets the background color .
So add one more call to ImageColorAllocate() to set the background color
before line
$tx_color = ImageColorAllocate($png,255,255,255);
and then the text will be as you set in $tx_color
HTH
-R'twick
- Original Message -
12 matches
Mail list logo