in reply to CGI
But the problem is, why would you want to do this? Why not just print <font size=1 color=red><p>Heyyy</p>? Sorry if I sounded harsh, no hurt intended :-)use CGI qw/shortcuts font/; $q = new CGI; print $q->font ({size=>'1',color=>'red'}, $q->p("Heyyy"));
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
(Ovid - why font tags are bad) Re: Re: CGI
by Ovid (Cardinal) on Dec 22, 2000 at 04:13 UTC |