in reply to Re: Re: Re: HTML and CGI coding
in thread HTML and CGI coding
As I stated before, I think you'd be much better off learning and using CSS for your markup than trying to do it with CGI. You'll get much more consistent results and changes will be a lot easier to make since you'll only have to change one thing in a style sheet rather than who knows how many things in your perl program. Alternately, look into producing your HTML output with HTML::Template rather than CGI. That method would also separate your presentation from your program logic.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: Re: HTML and CGI coding
by hbradshaw (Novice) on Dec 09, 2002 at 16:19 UTC | |
by jeffa (Bishop) on Dec 09, 2002 at 17:10 UTC |