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 6869597
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T03:34:39+00:00 2026-05-27T03:34:39+00:00

My site is going to have some inline code (when using the foo() function…)

  • 0

My site is going to have some inline code (“when using the foo() function…”) and some block snippets. These tend to be XML, and have very long lines which I prefer the browser to wrap (i.e., I don’t want to use <pre>). I’d also like to put CSS formatting on the block snippets.

It seems that I can’t use <code> for both, because if I put CSS block attributes on it (with display: block;), it will break the inline snippets.

I’m curious what people do. Use <code> for blocks, and <samp> for inline? Use <code><blockquote> or something similar?

I’d like to keep the actual HTML as simple as possible, avoiding classes, as other users will be maintaining it.

  • 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-27T03:34:39+00:00Added an answer on May 27, 2026 at 3:34 am

    Something I completely missed: the non-wrapping behaviour of <pre> can be controlled with CSS. So this gives the exact result I was looking for:

    code { 
        background: hsl(220, 80%, 90%); 
    }
    
    pre {
        white-space: pre-wrap;
        background: hsl(30,80%,90%);
    }
    Here's an example demonstrating the <code>&lt;code&gt;</code> tag.
    
    <pre>
    Here's a very long pre-formatted formatted using the &lt;pre&gt; tag. Notice how it wraps?  It goes on and on and on and on and on and on and on and on and on and on...
    </pre>

    http://jsfiddle.net/9mCN7/

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

Sidebar

Related Questions

While performing some upcoming maintenance, I'm going to have to redirect all site traffic
I'm building a site using CodeIgniter and up until now things have been going
I have some JavaScript code loaded from a local HTML file (without going through
I have some code that someone wants to put on their site. Here is
My site is going to have a credit system that basically works a lot
I'm going to have a single site that needs to be themed a number
I have something weird going on here. I just finished a site for a
I'm creating a site that is going to have a wiki article database. Right
OK, I have my site going pretty well here: http://www.marioplanet.com But I've realized that
My site is going to have many products available, but they'll be categorised into

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.