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?