March 2, 200917 yr Heys! I'm writing a tutorial and I want to display tags without them actually taking effect, so I've tried using the code and pre tags. Unfortunately, tags aren't appearing when I use the tags... Is there any good tag that will serve my purpose out there, if these two won't? You can see the page that I'm attempting to use the tags on here: http://figmint.zzl.org/tutorials/tcss.php
March 2, 200917 yr You're not even using a <p> Paragraph tag! All your text should be in a <h1>, <h2>, <h3>, <h4> if its a header and in <p> if its Paragraphs. TBH I don't know why its not working but could be because there is no <p> Example: <div ID="main"> <p>CSS, or Cascading Style Shee [...] </p> [...] </div>
March 2, 200917 yr Use the code tag as you've tried, but when writing the < and >, use & lt ; for < and & gt ; for >
March 2, 200917 yr Author Use the code tag as you've tried, but when writing the < and >, use & lt ; for < and & mt ; for > Okay, I'll try both your ideas.
March 2, 200917 yr Author Alright, I changed everything into paragraphs and that didn't help. -goes off to try other solution majigger-
March 2, 200917 yr Author Alright, so the left <s work with when I use "<", but the right ones don't work with "&mt;". However, if I just leave the right ones as >s they'll appear as they're supposed to. Thanks!
Create an account or sign in to comment