Yes, you can still use the double-quotes also, but for attributes of an element, it's easier to specify single quotes for the element, so that the final is: <a href='somepage.aspx'>, based on my code previously.
But for anything else (that are to use double-quotes), use Vijays code.
Brian
|