crmamx Posted April 24, 2011 Share Posted April 24, 2011 This code: <p>To do this we will use a descendant selector which will select only <xmp><h1></xmp> elements within a div.</p> Produces this To do this we will use a descendant selector which will select only <h1> elements within a div. I want it to look like this To do this we will use a descendant selector which will select only <h1> elements withing a div. What's the magic code?.. Link to comment https://forums.phpfreaks.com/topic/234588-i-want-tags-to-display-differently/ Share on other sites More sharing options...
sunfighter Posted April 24, 2011 Share Posted April 24, 2011 <p>To do this we will use a descendant selector which will select only < h1 > elements within a div.</p> Link to comment https://forums.phpfreaks.com/topic/234588-i-want-tags-to-display-differently/#findComment-1205593 Share on other sites More sharing options...
crmamx Posted April 24, 2011 Author Share Posted April 24, 2011 Special characters. Damn! I was looking for something more complicated. Thanks Link to comment https://forums.phpfreaks.com/topic/234588-i-want-tags-to-display-differently/#findComment-1205623 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.