Hi folks, I am creating a links page where I can add links and banners from other sites during link exchanges. I was to add a section at the bottom that says something like 'if you want to links to us, bla bla bla, use this code:' and then have the code that would display my banner. But how to I embed the code in a page without it converting it to the banner? If you know what I mean? Like this... <a href="http://www.mysite.com" target="_blank"><img src="/images/banner.gif" alt="My Banner" /></a> Code (markup): Thanks!
Change all the <'s with < and the >'s with > so that they will display as the > and < but wont be phrased as html. Thats one way at least You could put it in a <textarea> too, but it doest look very nice IMO