Such is the problem with PHP. The script looks much more messy than html without a designated editor.
My personal thoughts on this, are that CSS, java, and HTML backbone are all really powerful scripting languages, anything more and the website becomes pointlessly complex from then on in. XML, PHP, PERL, CGI, SQL all script themselves out in a very non-user freindly manner. Making notepad-esque adjustments near impossible. (Which is a pain because that is my preferred means of updating my websites.)
To sum up, cascading style sheets rule, use them wherever you can, that way you are able to omit other script which has the potential to become confusing later on. And for links, avoid complex scripting wherever possible, unless you need redirect scripts, or target="frame" scripting.
|