in reply to Re: suggestion : change to code tag
in thread suggestion : change to code tag

I'm assuming that code is just a style declaration?? If not, why not?

div.code
{
     text-indent: 10px;
     font: fixed;
     bgcolor: Floral White;
}

Or Even....

div.code
{
     normal style declaration
}
div.indent
{
     text-indent: 10px;
}

Just tossing it out there...

Hammy

  • Comment on Re: Re: suggestion : change to code tag