Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 7616403
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T02:52:41+00:00 2026-05-31T02:52:41+00:00

I hear this is a long-standing issue with the ‘pre’ tags — when you

  • 0

I hear this is a long-standing issue with the ‘pre’ tags — when you are displaying a code block inside <pre> tags, you need to escape all instances of < (left angle brackets).

Is there an automatic fix for this? — (I mean) so that I don’t have to manually replace all instances of < with &lt; in every post I make.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-31T02:52:42+00:00Added an answer on May 31, 2026 at 2:52 am

    My Suggestion as an “Auto” fix of sorts, is a str_replace on the string your putting into your pre tag. Assuming of course your using PHP, but each language has its equivalent I suppose.

    <pre>
    <?php
      $str = $variable_of_stuff_going_into_pre;
      $str = str_replace('<', '&lt;', $str);
      $str = str_replace('>', '&gt;', $str);
      echo $str;
     ?>
     </pre>
    

    That’s kind of a simplified version of it. You can use arrays are your search/replace string as well.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

We will soon start replacing ClearCase with Mercurial. I hear this is a good
I've been pulling my hear out over this problem for a few hours yesterday:
Recently I hear Steve Jobs citing this as a main reason to not have
I know this isn't strictly speaking a programming question but something I always hear
This might be on the discussy side, but I would really like to hear
This is a fairly trivial matter, but I'm curious to hear people's opinions on
This is something I will be able to do, but I'm curious to hear
Where in this pattern I can place services, about which I some much hear
I always hear using global variables are dangerous. Does this apply to Drupal? Take
Long-delayed update I'm accepting MUG4N's answer to this question, and I also want to

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.