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?.. Quote 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> Quote 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 Quote 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
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.