Tagged Questions

The `<pre>` element in HTML represents preformatted text. Text within this element is typically displayed in a non-proportional font exactly as it is laid out in the file. Whitespaces inside this element are displayed as typed. It is usually used for showing computer code or output.

learn more… | top users | synonyms

26
votes
2answers
5k views

Rails 3.1 on Ubuntu 11.04 via RVM - uninitialized constant Psych::Syck

gem install rails --pre ERROR: While executing gem ... (NameError) uninitialized constant Psych::Syck I can't seem to find any info on how to resolve this. Has anyone else had the same problem? ...
7
votes
4answers
212 views

setting loses caret position on <pre> element on pressing TAB key

I have pre with contentEditable="true" on my webpage and I am trying to make it append "\t" when I press <TAB>. I found some other plugins for that but they were working only on ...
7
votes
11answers
8k views

Inserting a newline into a pre tag (IE, Javascript)

In IE when I insert text into a <pre> tag the newlines are ignored: <pre id="putItHere"></pre> <script> function putText() { document.getElementById("putItHere").innerHTML ...
4
votes
3answers
87 views

How to make a simple prettyprint <pre> with jquery

http://jsfiddle.net/JamesKyle/L4b8b/ I am attempting to make an extremely simple prettyprint function with jQuery, but I do not know how to find elements, attributes, and values (shown in the ...
4
votes
3answers
54 views

Removing a line inside a <pre> from the DOM

When I remove a line from a <pre> tag the rest of the lines below it don't move up like they would if using a standard <div> or any other element. You can see an example of this at ...
4
votes
2answers
192 views

.NET framework pre requisite

Hello friends i need an explanation regarding .NET framework pre-requisite while installing the published application in the target machine. As java is downward compatible, by which i mean that if i ...
4
votes
3answers
190 views

How to make another tag behave exactly like the pre tag using CSS?

I want <code> tags to behave like <pre> tags. But the problem is that I get a line break at the beginning of the block. How do I get rid of that line break? This shows what I mean ... ...
4
votes
2answers
531 views

prettify highlightning in a PRE with white-space:nowrap is one line in IE

In Internet Explorer, a PRE with a style of white-space:nowrap is causing the code in the PRE to be in one single line when I use prettify (http://code.google.com/p/google-code-prettify/). Doesn't a ...
3
votes
3answers
187 views

Is it possible to make any CSS element behave like <pre>

I am loading some content inside an iframe. I want this content to behave as-if it was inside a <pre> tag - namely for it to respect line breaks. I am using javascript to set the style of the ...
3
votes
2answers
3k views

How to use css to change <pre> font size

pre{font-family:cursive;font-style:italic;font-size:xxx-small} How to change pre font size?
2
votes
2answers
59 views

JavaScript event handler to insert new pre tag

I have a set of 3 pre tags that are editable. When someone is on one of the lines and hits 'enter', I want it to insert a new tag below (in the document tree) the one it is on. I have tried to put an ...
2
votes
4answers
49 views

How do I remove the semi-colon symbol ';' with preg_match?

How to remove this character ';' with preg_march or other? $urlt = 'tuto-rial.com;youtube.com;slideshare.net'; I want to remove ";" separating them into 3 links: tuto-rial.com youtube.com ...
2
votes
2answers
99 views

Break a text line inside a <pre> tag

I have a screen shot of my code snippet in chrome: and in firefox: My question is, how do I make the same effect in firefox as it was in chrome? the code snippet part is inside a pre tag. thanks ...
2
votes
0answers
784 views

Xcode4: empty environment variables in custom build pre-action / post-action

I need to run a custom build script in xcode 4. The script is added as pre-action and executed properly. My problem is, that there are no environment variables available that could help me to access ...
2
votes
2answers
104 views

NHibernate PreSelect?

I am trying to implement privileges using NHibernate, and what I want to do, is each time there is a Select query, check what the return type is, and if it is a security enabled type (such as ...
2
votes
2answers
386 views

How to preserve whitespace indentation of text enclosed in HTML <pre> tags excluding the current indentation level of the <pre> tag in the document?

I'm trying to display my code on a website but I'm having problems preserving the whitespace indentation correctly. For instance given the following snippet: <html> <body> Here is my ...
1
vote
1answer
42 views

HTML justify text-align with <pre> tag

I have a problem with the text-align "justify" inside a paragraph with format and fixed width, because I want the paragraph text in HTML to appear totally justified (like it would happen with a MS ...
1
vote
1answer
29 views

Trouble with excess white-space inside PRE elements

So, I normally format my HTML source code like so: <article> <section> <p> Text... Text... </p> <pre> ...
1
vote
5answers
67 views

<pre> tag VS. <br> tag for spacing

I'm interested in seeing the results of this. If you want to have multiple spaces in text, you could do it in a few ways. One way: <p>&nbsp</p> <p>&nbsp</p> The ...
1
vote
1answer
39 views

How to preserve raw XML / HTML and its formatting inside of a PRE-tag

When I choose "View page source" on a certain blog post of my site, I see the correct result: <variable name="myPublicVar" type="String"> <metadata name="MemberMetaExamplePublic" /> ...
1
vote
2answers
44 views

jquery <pre> debug collapse

All time I use: print'<pre>'; print_r($var); print'</pre>'; to debug php. I want to collapse this tree [params] => JRegistry Object ( ...
1
vote
4answers
94 views

code inside pre goes in one line on IE8

I'm trying to take the value from a textarea and put it inside a pre tag, and it works ok on chrome and mozilla but on IE8 the entire content stays on one line in the pre tag jsbin link: ...
1
vote
1answer
81 views

CDATA not working for C++ code

I have a problem with outputting some C++ inside a pre tag. The XHTML code I have is : <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
1
vote
1answer
44 views

Creating a variable width <pre> element with optional scrollbars

I want to add div to my website which has variable width, and that it will display scroll bars when the width is smaller than the longest line. I tried wrapping such a fixed width element, in a ...
1
vote
2answers
72 views

How are <pre> whitespace and line return “saved”?

If you want to toy with white-spaces, tabs, linefeed and carriage-return, how do you "select them" in javascript? x = $('pre').html().replace(/(\r\n|\n|\r)/gm, "#"); edit : ^Does not work for ...
1
vote
3answers
96 views

Converting pre to divs

How would you proceed to transform this : <pre> key 1 value 1 key 2 value 2 value 2.2 key 3 value 3 value 3.1 value 3.2 value 3.3 key 4 value4.1 value4.5 </pre> To this : ...
1
vote
6answers
108 views

Using <pre> tag to display data in columns?

I am working with PHP, and I want to display some data I have in an array (from a mysql db). The problem is that the first column not always have the same length, so while some rows containing shorter ...
1
vote
2answers
39 views

How to display preformatted data in headings?

I am new to HTML. I was trying the following code to work but it did not. Can anyone please help me out why <pre> tag is not working inside <h> tags? I also tried to code tag but it din't ...
1
vote
3answers
75 views

Xpath: Select only non-nested pre tags

Can anyone help me with a xpath selector to select all the pre tags within a page, but only if they are not within another pre tag? (even if multiple levels deep) It would be awesome if this could ...
1
vote
3answers
163 views

Change PRE style but preserve whitespace distance

I'm displaying some content using the PRE tag, because it's vital to preserve the whitespace as is. However, when I'm trying to change the PRE font-family, the whitespace indentation falls apart. To ...
1
vote
2answers
272 views

Using only CR as linebreak inside pre tag doesn't work

At work, we stumbled upon Bugzilla creating HTML output that led to lines much too long because the browser didn't break the lines. This was happening on Chrome, but not on Firefox 3.5, so we didn't ...
1
vote
1answer
279 views

TinyMCE - Stop formatting inside pre tag

When i add plain text inside pre tag it's formatted( space changed to &nbsp; line-break to <br /> and so on). When i add it in html view - all spaces and line-breaks are deleting too. It ...
1
vote
1answer
220 views

Newline in a <pre> element in internet explorer 7

I have the following code in my ASP.NET MVC 3 project: <script src="@Url.Content("~/Scripts/jquery.validate.min.js")" type="text/javascript"></script> <script ...
1
vote
5answers
440 views

how to set the text of a pre tag using jquery

I'm using a pre tag to hold some raw formated text that has carriage returns. When the page is first displayed, it looks fine. Later, I want to refresh just the pre data. I've tried two ways to do ...
1
vote
1answer
116 views

HTML - Form Tag Inside a Pre Tag

How do you put a form tag inside a preformatted tag? Thanks
1
vote
8answers
2k views

HTML <pre> tag causes linebreaks

I'm using CSS (via JQuery , but not relevant to this question) to highlight certain elements within an HTML file: I'm using "pre" tags to separate out logical elements in my file, but I noticed that ...
1
vote
3answers
1k views

pre tag- text overflows the box SOLVED but for ie6 (ie7 not tested)

I have applied the following style to the pre element: pre { background-color: #FFFFCC; border: 2px dashed #FF6666; padding-top: 7px; padding-bottom: 8px; padding-left: ...
1
vote
6answers
233 views

How to get the previous word with regex?

I have a path like this one: C:\Development.TFS\Examn\R4-branch\Web\OrganisationManager\themes\blue\css And I need a regex to get the word "blue" out of there. I tried, but didn't find a solution ...
1
vote
1answer
991 views

How to center align a pre tag in HTML

I'm trying to post some code on a blog using the pre tag. Something like this: void function(){return 0;} Now I want all this code to be center aligned. I'm not talking just about the text but also ...
0
votes
3answers
51 views

Horizontally and vertically center a pre tag without the use of tables?

Is it possible to horizontally and vertically align a pre tag without tables? I want to vertically and horizontally align some ASCII art on a webpage. While I have already produced a successful ...
0
votes
0answers
37 views

Implementing uneditable line numbers into set of pre tags

I want a group of editable pre tags, each one representing a line of text. The line should start off with the line number (uneditable) then be editable after that. If I do <span ...
0
votes
1answer
54 views

.ajaxPrefilter() jQuery

I would like to filter all ajax response. I found this jQuery function: jQuery.ajaxPrefilter(). Can someone tell me how this works? When the users didn't logged on then I must catch that php response ...
0
votes
3answers
115 views

Simple HTML Pretty Print

http://jsfiddle.net/JamesKyle/L4b8b/ This may be a futile effort, but I personally think its possible. I'm not the best at Javascript or jQuery, however I think I have found a simple way of ...
0
votes
3answers
108 views

PHP Scrape HTML Between <pre> tags

I'm having trouble with finding out how to scrape HTML content from only inside and tags with PHP5. I want to take an example of the following document, and take the 2 (or more pre tag areas, its ...
0
votes
1answer
61 views

PHP code to align XML content in a `pre` tag

I want to align the XML syntax displayed in a pre tag on a web page. As showed here, we have plenty of solution to highlight the syntax but not align them i.e. adding a number of preceeding spacings ...
0
votes
2answers
77 views

PHP code to syntax-format XML content in a `pre` tag

I'm looking for way to format the XML syntax displayed in a pre tag on my sandbox web. If you know how, please show me.
0
votes
1answer
64 views

pre tag won't contain iframe as text?

any idea why I can't show my code line in pre? I need to give this code line in page for people to copy/paste, and when I write it into pre tag, it just run the iframe, it doesnt write the iframe ...
0
votes
0answers
26 views

HTML formatters can be written to skip content in pre and script tags, but what if an external CSS file specifies “white-space:pre*”?

An HTML formatter like https://github.com/andrewdavey/hotmod can format an HTML document before it's sent to the client so that it's "prettier" or "minimized", and both formats have utility. Since ...
0
votes
3answers
75 views

Parsing html with phpQuery : how to handle C++ code inside a pre tag?

In the database I have some code like this one Some text <pre> #include <cstdio> int x = 1; </pre> Some text When I'm trying to use phpQuery to do the parsing it fails because ...
0
votes
2answers
67 views

White spaces don't ignored in pre tag

I have read that the 'pre' tag will collapse all white spaces and tabs into one space ,but it doesn't do so in for me. why is it so? is it depended on web browser or i should do something more?

1 2