[Gllug] [OT]Reforming wayward web designers

Ian Norton bredroll at darkspace.org.uk
Fri Oct 1 18:13:59 UTC 2004


On Fri, Oct 01, 2004 at 12:36:20PM +0100, Richard Cottrill wrote:
> Richard Huxton wrote:
> -- quote --
> This is a well-known site with a good demonstration of how you can
> completely change the impact of a site with css: 
>   http://www.csszengarden.com/ 
> -- end quote --
> 
> I've tried that one on him in the past, but CSS is "too hard", but he
> did like the pretty pictures. I need some way to convince him that the
> "too hard" is "what's needed".

It is a hell of alot faster to change 1 css file than 50 html or php files if
your boss wants links to be red instead of blue :-)

   /* this is a comment :-) */

   a {
      text-decoration: none;
      color: blue;
   }
   
   a:hover {
      text-decoration: underline;
      color: #ff00ff;
   }

Ian



 
-- 
/* www.darkspace.org.uk {
 web development, application development, consultancy, firewalls 
 */
-- 
Gllug mailing list  -  Gllug at gllug.org.uk
http://lists.gllug.org.uk/mailman/listinfo/gllug




More information about the GLLUG mailing list