04132005 0713 GMT-6

I would have loved to apply CSS on this but its not my project. Im 
working on someone elses code at the moment. This company dropped 
whoever was doing their code for them so Im helping out in a pinch. 80% 
of the tags that should be escaped are not. I have spent hours just 
locating all of them.

Some of these pages have 2100 lines of php code. And there are like 
forty pages. This is the most intense work I have had to work on.

Thanks on that cat's thing. Never even saw it. Working too long on this 
thing.

Wade

Bob Sawyer wrote:

>
> --- Wade <[EMAIL PROTECTED]> wrote:
> > This is the code:
> >
> >     print 'Kitten Application<br /><br /> <font size="4"
> > face="Georgia"
> >             color="black"><b><i><center>';
> >
> > line 74    print 'Would you like to own a kitten from A Cat's
> > Desire?<br
> > /><br />';
> >
> >     print 'If so, this is the place to start! <br /><br />';
>
> Speaking of CSS from my last reply, that whole block could be written
> more efficiently as such:
>
> print '<h2>Kitten Application</h2>';
> print '<p>Would you like to own a kitten from A Cat\'s Desire?</p>';
> print '<p>If so, this is the place to start!</p>';
>
> // CSS
> body { font-family: Georgia, "Times New Roman", serif; }
> h2, p { color: #000; }
> p { text-align: center; font-style: italic; }
>
> :-)
>
> -Bob
>
>
>            
> __________________________________
> Do you Yahoo!?
> Make Yahoo! your home page
> http://www.yahoo.com/r/hs
>
>
> Community email addresses:
>   Post message: [email protected]
>   Subscribe:    [EMAIL PROTECTED]
>   Unsubscribe:  [EMAIL PROTECTED]
>   List owner:   [EMAIL PROTECTED]
>
> Shortcut URL to this page:
>   http://groups.yahoo.com/group/php-list
>
>
> ------------------------------------------------------------------------
> *Yahoo! Groups Links*
>
>     * To visit your group on the web, go to:
>       http://groups.yahoo.com/group/php-list/
>        
>     * To unsubscribe from this group, send an email to:
>       [EMAIL PROTECTED]
>       <mailto:[EMAIL PROTECTED]>
>        
>     * Your use of Yahoo! Groups is subject to the Yahoo! Terms of
>       Service <http://docs.yahoo.com/info/terms/>.
>
>
>------------------------------------------------------------------------
>
>No virus found in this incoming message.
>Checked by AVG Anti-Virus.
>Version: 7.0.308 / Virus Database: 266.9.7 - Release Date: 4/12/2005
>  
>


[Non-text portions of this message have been removed]



Community email addresses:
  Post message: [email protected]
  Subscribe:    [EMAIL PROTECTED]
  Unsubscribe:  [EMAIL PROTECTED]
  List owner:   [EMAIL PROTECTED]

Shortcut URL to this page:
  http://groups.yahoo.com/group/php-list 
Yahoo! Groups Links

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

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

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



Reply via email to