| Displaying a <link> tag INSIDE an <td> tag Is there a way? |
neophyte

msg:4180121 | 11:32 am on Aug 1, 2010 (gmt 0) | Hello All - I know I'm not suppose to do this, but for debugging purposes I need to display a fully populated link tag inside of a TD like so: <table> <tr> <td><link href="assets/css/00.reset.css" rel="stylesheet" type="text/css" media="screen" hreflang="en" /></td> </tr> </table> I've tried quoting the tag, escaping it, trying to wrap it in other tags, etc, but no luck - all that I get is blank td's - although when viewing the source, the full link is there. I don't need the link to work - I just need it to display to make sure (again for debugging) that everything's properly formatted. Any ideas?
|
encyclo

msg:4180125 | 12:46 pm on Aug 1, 2010 (gmt 0) | Do you mean like this? <link href="assets/css/00.reset.css" rel="stylesheet" type="text/css" media="screen" hreflang="en" /> |
|
|
neophyte

msg:4180365 | 12:34 am on Aug 2, 2010 (gmt 0) | Yep... that'll do it! Thanks encyclo!
|
|
|