The `` 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.
2
votes
1answer
34 views
multiline code block in markdown adds unwanted tabs
today I'm implementing my page in nanoc (haml templates) and I wanted to write some posts in markdown, but when it goes to multiline code blocks something weird is happening - second line in code ...
1
vote
1answer
23 views
Jenkins - Mandatory Pre-build Step - All Builds/Projects
I've been struggling to find a solution for the following and was wondering:
Is there a way to create a hidden build step, so Jenkins will always execute a specific script when a build is run?
...
4
votes
2answers
37 views
CSS - placing overflow:auto inside overflow:hidden
I am creating a site right now and I need to provide support for <pre> tags with syntax highlighting and line numbers (I'm using GitHub Gists for that, but it doesn't matter).
The problem is, ...
0
votes
0answers
21 views
pre inside li: fixing formatting in Chrome and IE9
I have this html:
<!DOCTYPE html>
<html>
<head>
<style>
pre {
overflow: auto;
}
</style>
</head>
<body>
<ol>
<li>
<pre>some
code code ...
0
votes
0answers
27 views
Change height of div, dynamically, according to size of pre child element to account for a hover scrollbar effect
On my websites I would like to have multiple code boxes using pre & code wrapped in a div. The issue I am having is I want the scroll bar to only appear on hover. So I made a JavaScript function ...
1
vote
2answers
56 views
CSS code highlighter - margin in pre code tag
Please look at this fiddle: Here
What I am looking for is a way to remove that extra space at top (the one between black circular 1 and top edge of pre tag) in first example and make it look like ...
0
votes
1answer
49 views
HTML, CSS: Display HTML code with `<xmp>`, `<pre>` or `code`?
Among <xmp>, <pre> or <code>, <xmp> have been recommended[1] to display HTML code.
Given html such as:
<xmp>
<div data-role="page" data-theme="b">
...
0
votes
2answers
36 views
CSS Code highlighter - spacing between lines
See this Fiddle: http://jsfiddle.net/Zdnsx/
I have 3 questions,
Why is margin-top not working? Is it because they are inline elements or because they are in pre tag?
Is it a good idea to make a ...
0
votes
1answer
50 views
Paypal not prepopulating address details
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="notify_url" ...
0
votes
1answer
114 views
Display String array with struts 2 in jsp
I want to display string array on jsp. below is the code I have written :
<s:iterator value="ccActivityOperationVO.output" var="Output">
<s:property value="#Output"/><br/>
...
0
votes
0answers
42 views
Add line break in <pre> tag
I am using this css for pre tag. It does not add line break and code is mixed. I want to add line break same as we add in writing pane by hitting enter.
pre {
font-size:16px;
...
1
vote
2answers
44 views
<tr> and <td> tags overwriting <pre>
Is there a reason why <tr> and <td> tags would work whilst inside a <pre> tag?
I am using a <pre> tag to show some PHP code on a website and within the code are various ...
2
votes
1answer
73 views
Is it possible to interpret javascript code placed inside an html tag?
I want to use HTML to document an algorithm. This will be a local file, so there aren't any security issues.
The idea is to have a <pre> tag containing javascript code. Then, when the page is ...
0
votes
1answer
65 views
Why this code whit pre tag doesn't scroll? [closed]
In my blog the code tag within the pre tag doesn't scroll. Why?
HTML Code:
<pre class="source-code"><code>sudo apt-get install git cmake build-essential libgcrypt11-dev libjson0-dev ...
0
votes
2answers
95 views
<style> tag inside a <pre> tag
I'm wondering how to do this. I have this code:
// Text
function login_styles() {
echo '<style type="text/css">h1 a { background:url('. get_bloginfo("template_directory") ...
1
vote
1answer
40 views
Coloring middle of string in javascript
I have this as a string in a javascript document (taken from a pre tag in my HTML):
sqlString = "UPDATE galleria SET image_description = @image_description WHERE id = " + image.Id + " AND image_id = ...
0
votes
2answers
67 views
Javascript CreateElement creates empty tables
I'm trying to use a pre html tag to contain some code that I am going to format. I take the code from a pre-existing pre tag, and make a table containing the code, which is then formatted. But every ...
0
votes
2answers
96 views
Preformatted Text on Canvas Element
I am having problems reflecting the new line and multiple spaces entered by a user in a text area onto a canvas element. I cannot seem to find a away to convert the text to preformatted.
Essentially ...
0
votes
1answer
97 views
How can i insert into my website a HTML source code without being modified?
In a section of my webpage is displayed a source code of a HTML (with a <body>, a <head>, ALL that can have a HTML code), and the user can extract the code. I have that code in a text file ...
0
votes
2answers
80 views
Changing the content of all <pre> tag's using JavaScript
first of all, I'm really new to JavaScript,
I want to know how I change all the pre tag's inside a document...
I'm using this:
var preContent = document.getElementById('code').innerHTML;
but ...
0
votes
0answers
152 views
WP pre_get_posts not displaying posts on page
I am trying to output a custom posts query (pull only specific categories' posts) on a WordPress page. The page's name and slug is "media".
The query assignment in functions.php:
function ...
0
votes
0answers
22 views
Getting ideas: Before Canvas Loads
I've been searching for a while for ideas to handle this.
Let me explain all this:
I have a big canvas. Big in weight, I mean. It'll be around 5Mb once it's ended. That means the time that the ...
0
votes
2answers
37 views
Can we use Models functions and libraries and other controllers in codeigniter precontroller hooks?
I have to make URL requests coming to the system secure, so i have to check each and every URLs and filter them based on valid requests.
so I want to access the models APIs i have written in model ...
0
votes
1answer
97 views
rpmbuild %pre does not work
"%pre – This is where code is run before the install scripts run."
this section does not work for me .
I got a spec file from “http://repo.andrewfarley.com/centos/specs/zabbix.spec” . every thing is ...
0
votes
4answers
40 views
Using symbols in <pre> tag [closed]
Normally to print symbols such as the forall symbol, you'd just use &forall, but this doesn't seem to work in pre blocks that literally print out "&forall".
<pre>
&forall o in ...
1
vote
1answer
83 views
IE issue - Ajax loaded content in PRE tag
I face the following problem with IE8: I make simple ajax call like this
$.ajax({
type: "POST",
cache: false,
url: "UpdateMessage.php",
data: ...
2
votes
2answers
99 views
Avoid XSS with an HTML tag like <pre>
I have a simple webpage that takes query items and crafts them in to the page.
Example URL:
http://quir.li/player.html?media=http%3A%2F%2Fwww.youtube.com%2Fwatch%3Fv%3D0VqTwnAuHws
The page then has ...
4
votes
1answer
84 views
Prevent modifier final in interfaces
you can set within eclipse the code style to use modifier 'final' where possible.
Unfortunately this modifier is also set in interfaces. But there it doesn't make sense.
Is it possible to prevent ...
0
votes
1answer
42 views
Is it possible to use an <a> tag within a <pre> tag?
Im working with some legacy code that generates a given message on a webpage but surrounds it with a <pre> tag - I was hoping to put a link (anchor tags) within it like this:
<pre>User ...
0
votes
2answers
73 views
Text in pre element not showing when > 65535 characters Chrome, safari
I have a <pre> element I'm filling with a large amount of text (about 72000 characters in this case). In chrome and safari, I notice that the text inside the <pre> is getting divided in ...
0
votes
2answers
757 views
HTML <pre> tag values get horizontal scroll bars,how to format it?
This is my blog page. Some of my posts have C# code blocks. For this, I use <'pre'> tags. pre tag width is 100% and it has a background color. However, the text went away from it as in the ...
0
votes
0answers
28 views
Key Up Event for <pre> Tag
I'm trying to updated a <textarea> (for POST use) with the contents of a <pre> (for wysiwyg code input) whenever the pre is changed. So far I've tried simply using ...
1
vote
1answer
50 views
FIREWALL vs PACKET Sniffer
I m new to the forum and to the computer networking.
I came across two terms FIREWALL and packet sniffer.
To me the operation wise both appears to be same.Please clarify
1
vote
0answers
83 views
Different HTML markup in Chrome, missing “<” of closing tag for one pre element only
This is an extremely peculiar problem that is breaking a website of ours. In Google Chrome, there is a single pre closing tag that incorrectly looks like this: /pre> instead of . You can see it at ...
1
vote
2answers
66 views
Jquery on-screen input-to-output: parsing newlines into CR \n howto?
The code I have now is very simplistic:
// JS doc
$(document).ready(function(e) {
$("#id_input").keyup(function(e) {
var val = $("#id_input").val();
$("#id_output").val(val);
...
0
votes
1answer
64 views
Strange behavious of <?php when send to the browser in XMLHTTP responce
Trying to print on my webpage this:
<?php
// Usage: $master=new WebSocket("localhost",12345);
class WebSocket{
var $master;
var $sockets = array();
var $users = array();
var $debug ...
0
votes
1answer
179 views
Preload entire site with progress bar [closed]
How do I create a screen or page that will preload my entire site (*all pages and contents), with a progress bar or counter?
(Including multiple pages, images, and scripts)
I have seen some scripts ...
1
vote
1answer
175 views
Wrapping <pre> inside table cell
I have some data in a set of pre tags who's inner text I want to wrap. I am achieving this with the following CSS:
word-wrap: break-word;
However, if I put the pre tags into a table cell, this no ...
0
votes
3answers
115 views
Pre element not respecting right padding
I have a pre element with the following styles:
pre {
background: #555;
background-image: -webkit-linear-gradient(#555 50%, #505050 50%);
background-image: -moz-linear-gradient(#555 ...
0
votes
1answer
212 views
Multiple BR-tags will collapse into a single one when placed in PRE-tag in IE7
In IE7 multiple line breaks (using <br /> or <br>) within a <pre> tag will cause IE7 to collapse the breaks into a single break. To demonstrate this you can use the following HTML ...
2
votes
0answers
81 views
tinymce pre plugin button looks disabled
I am using tinymce in my rails 3.2 application.
I have added pre as a plugin in tinymce.yml in config. But the the button that appears on UI to add the code segment looks disabled. Why? There are no ...
0
votes
2answers
362 views
Weird behaviour - jQuery .html() causes line breaks to be lost in <pre> elements in IE8
I have some pre elements formatted with line breaks like this:
<pre id="code1">Some
formatted
code</pre>
<pre id="code2">Some more
formatted
code</pre>
If I apply the ...
0
votes
1answer
235 views
How to skip mongoose pre-save hook?
I have a book model. Here's its schema
BookSchema = new Schema({
title: String
, lowestPrice: Number
});
BookSchema.path('title').required(true);
Bookchema.pre('save', function (next) {
...
0
votes
2answers
381 views
How to insert a line break into code surrounded by a <pre> tag
I have a block of XML sample code that is all on one line, inside a <pre> tag. I want to programmatically break it up into multiple lines and then add indentation.
The sample code is already ...
0
votes
2answers
536 views
Mongoose JobSchema.pre('update', function(n){n()}) throws: TypeError: Cannot read property 'numAsyncPres' of undefined
I have this Schema in mongoose and when I use the pre with update, I get this error.
JobSchema.pre('update', function(n){n()})
Full error
...
0
votes
1answer
82 views
expression engine / truncation - remove anything inside a <pre> tag
I'm using an expression engine field to post code samples using a <pre> element and [code] markup, but I'm also using this field as an excerpt. In the excerpt, I want to remove anything inside ...
5
votes
1answer
318 views
Indent code on a web page like in a code editor?
Is it possible to wrap indented code on a web page the way it's done in a code editor? See the screenshot comparison below to better understand what I mean:
pre-wrap on a web page:
Wrapping of ...
1
vote
3answers
358 views
Double line breaks with 'pre' tag and 'nl2br'
I used nl2br function for pre tags, but I've encountered a strange problem: there are 2 line breaks but there's only one <br /> tag.
For example:
code in line 1<br />
code in line ...
-1
votes
1answer
35 views
request for a program in action script
down vote
I want to write a program that will run an animation using the keyboard arrow keys to navigate. Please help. This ActionScript is the programming language
0
votes
1answer
155 views
Inserting Image Tags in Pre Tags
I'm writing code examples on a web page in pre tags The problem is that when I have something like
<img src="foo.jpg">
The browser actually generates the image. How can I display image tags ...




