RE: Need an asterisk in error message to be in bold

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Many thanks Shaikh, much appreciated.

I've now realized that the difference in between a
bold red asterisk and an unbold red asterisk is
barely noticeable ;-(

I'm thinking that I should still make it red and
bold, but maybe also a size larger in fornt size -
so I tried a css class, but that didn't work, I'm
usually fairly good with css - Can anyone let me
know where it's going wrong please?

<?php if ($errName) echo "<p
class='red-asterisk'>*</p>"; ?> First name: 

.red-asterisk {
 font-size: 18px;
 color: #880000;
}

Any help appreciated.

Chris.

> -----Original Message-----
> From: php-objects@xxxxxxxxxxxxxxx [mailto:php-
> objects@xxxxxxxxxxxxxxx] On Behalf Of Shaikh
Raees
> Sent: Sunday, September 11, 2005 5:14 PM
> To: php-objects@xxxxxxxxxxxxxxx
> Subject: Re:  Need an asterisk in
error
> message to be in bold
> 
> Use this
> 
> <?php if ($errName) echo "<font color='red'
> > style='font-weight:bold'>*</font>"; ?> Name:
> 
> ----- Original Message -----
> From: "Chris" <Chris@xxxxxxxxxx>
> To: <php-objects@xxxxxxxxxxxxxxx>
> Sent: Saturday, February 11, 2006 6:26 PM
> Subject:  Need an asterisk in error
message to
> be in bold
> 
> 
> > Hi all, Just trying to make the asterisk
appear
> > bold, but it's not happening ;-(   Could
anyone
> > please have a quick look at the code below and
let
> > me know if it should please?
> >
> > Any help appreciated.
> >
> > Chris.
> >
> > <?php if ($errName) echo "<font color='red'
> > style='bold'>*</font>"; ?> Name:
> >



PHP Data object relational mapping generator
http://www.metastorage.net/ 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/php-objects/

<*> To unsubscribe from this group, send an email to:
    php-objects-unsubscribe@xxxxxxxxxxxxxxx

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 




[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Soap]     [Kernel Newbies]     [Yosemite]     [Yosemite Campsites]

  Powered by Linux