0
votes
1answer
22 views

Display HTTP Response Message in HTML using CGI (Python)

I have created a local server which sends a HTTP POST message to http://httpbin.org/post and then prints the return message on the screen. The python CGI code that runs at the back end prints the ...
1
vote
2answers
31 views

HTML Post With Format “Blog”

I am working on a personal website, http://dummycode.com and I am having one issue, or rather a bothering time-consuming scenario. Since I am a new user I cannot seem to post more than two links, ...
0
votes
2answers
44 views

Prevent automatic line breaks in a <code> tag

I have a html code tag, wrapped in in a pre tag with fixed width and am getting ugly automatic line breaks: What I want to achieve is, that the text is NOT automatically broken on spaces, but when ...
0
votes
0answers
26 views

My navigation links are not working properly, and adding #example at the end of the url, causing me to view the old version of the page

I am editing a website created by someone else. The format is HTML and I am accessing it through emacs. My problem is with the navigation side bar. Whenever I click on a different link on the webpage, ...
-3
votes
1answer
53 views

web site not rendered properly in IE 9 and below (CSS/HTML)

Im having an issue getting my site to work properly in IE9 and earleir (it works fine in IE10 as well as FireFox). The issue is that upon visiting the home page (or any of the pages that the ...
0
votes
1answer
28 views

HTML box formatting

So I have this bit of JavaScript code that will create two new input fields each time a button is clicked, right now they show up kinda funny. I attached a picture below. The code is also below. I ...
0
votes
1answer
23 views

JavaFX HTML formatter

I'm developing an application for creating quizzes. A quiz have more questions. A question look like this: <p>How are you<p> <b>How old are you</b> What is your name? ...
1
vote
2answers
52 views

Give format to json string

I have this PHP code, which retrieves and saves a field from a database $dblink = mysql_connect('localhost', 'root', '') or die( mysql_error() ); mysql_select_db('payment'); $query = ...
0
votes
0answers
69 views

Format for JavaScript <audio> ontimeupdate player

I want to connect currentTime from tag with puctures and/or text. So it would be a JavaScript player that displayes pictures and txt while playing music or voice. I have 3 ideas so far. My questions ...
0
votes
3answers
72 views

PHP echo format inside other variables

I've been trying to echo other variables inside a variable. I read other questions and pages about using ' and . to properly format in multiple different ways, but it only parsed some of them ...
0
votes
2answers
74 views

Formatting HTML input text product key

Im working on a website that creates an unattended XML file for Windows 7/8. I have made a "Product key" text input where users can put in their product key and it will add it to the XML so they do ...
0
votes
1answer
135 views

JavaScript Recursion to format lists from XML to HTML

I have an exercise where it calls upon me to use recursion to output XML data into HTML list tags. Shamefully admitting my shortcomings in mathematics, I would like someone to show me how to ...
0
votes
0answers
245 views

how to paste formatted html text in excel single cell [closed]

My question is how do i paste the below html code in excel in a single cell without losing format <html><body> <b>first line</b> <br> <b>second line</b> ...
0
votes
1answer
927 views

How to export JSP table to EXCEL (XLSX Format)

<%@ page language="java" contentType="application/vnd.ms-excel"%> <% response.setHeader("Content-Disposition:","attachment;filename=Sample.xls"); %> <TABLE> ...
-3
votes
2answers
45 views

Correct document postion for javascript in html [duplicate]

Simple. Where should your javascript go in an html document. In the head? or at the bottom of the page? And what determins the postioning?
0
votes
2answers
186 views

jquery mobile dynamic html from ajax not formatting with mustache

I am using mustache templating engine with jquery mobile. I cannot figure out why my html is not formatting correctly with jqm. Here is my html/script: <body> <div id="john" ...
0
votes
2answers
33 views

HTML: letter T in the time format - what for?

The document http://www.w3.org/TR/NOTE-datetime says a lot about Date and Time formats: Examples 1994-11-05T08:15:30-05:00 corresponds to November 5, 1994, 8:15:30 am, US Eastern Standard Time. ...
0
votes
1answer
55 views

How can I set the font and line spacing on HTML I load into a webview?

I have an iOS app that parses articles from a remote rss feed. When I format it through a webview and "LoadHTMLString:withURL," the text is formatted with some default font/line spacing. I want to ...
1
vote
1answer
90 views

How to center and vertically align to middle a div inside a page?

I have searched the internet for countless hours looking for a solution and I can never seem to find it. What if I had a log in page and I wanted to have it completely centered in the center of the ...
0
votes
2answers
76 views

format text inside a group class and span (Justify text)

I have this html code <section class="group5"> <p ><span class="purple">1)</span>Lorem ipsum dolor sit amet, consectetuer adipiscing elit. Donec molestie. Sed aliquam sem ...
2
votes
1answer
213 views

Format html code with PHP [duplicate]

Possible Duplicate: PHP “pretty print” HTML (not Tidy) Lets say I have php var contains this string : <html><head><title>Page ...
0
votes
1answer
203 views

Textarea input / MySQL insert / Formatted Display

I have an issue that I'm not sure how to solve. Essentially, I have a textarea on my form that allows the user to enter data in this format: Windows XP Home and Professional<br />(32 and 64 ...
0
votes
0answers
18 views

&single posts not displaying correctly with post formats

I recently added post formats to my theme. Files uploaded were // Loop.php and format-{postformat}.php Loop.php HTML// <?php while ( have_posts() ) : the_post(); $format = get_post_format(); if ...
0
votes
2answers
98 views

Tool to Format HTML Code

Is there a tool/web app that will automatically sort out an HTML file in to proper tab structure? For example, from this: <table><tr><td>Hello ...
-2
votes
5answers
162 views

Php Echo format [closed]

could someone help me format this html code for a php echo? <a href="$title.php?iframe=true&width=100%&height=100%" rel="prettyPhoto[partners]></a> thanks
0
votes
2answers
415 views

format html input with thousand separator with Yii - jquery

So I have these rule in a model in Yii: array('svalue','numerical'), As these are numbers (and later they will be used for calculations), I'd like to save it as number. The client though is asking ...
2
votes
1answer
369 views

How to successfully embed images in HTML for display in webmail clients?

I'm trying to do a signature in HTML using images that are encoded in base 64 data URLs. Here's an example: <img src="data:image/png;base64,iVBORw0KGgoAAAAN...kJggg=="> It's working nice with ...
0
votes
1answer
91 views

How can I reformat HTML to add line breaks after closing tags?

I've got an html file that is all lumped together...eg: <tr><td class="stat_WS">6</td><td class="stat_BS">6</td><td class="stat_St">3/4</td><td ...
0
votes
2answers
81 views

php code to return in nice html format [closed]

Can someone please help me put this code in nice html format? I spent so much time trying to find an example but I don't even know what to ask in the search box in google... :/ Thanks a million if ...
2
votes
1answer
1k views

Embedding a webpage into an Exchange Outlook email? iframe

I've got a webpage with just text and some formatting that I'd like to embed into an Exchange email. Can I format an iFrame in an email to Exchange users? I've tried something like this with no luck ...
1
vote
0answers
120 views

Is there any tool to check the format of .mht file?

I have a nearly 20M .mht file which is generated by TestComplete during automation testing. The file generated in batch mode cannot be opened by IE. The node seems to be correct, but just no content ...
0
votes
4answers
86 views

Move text in <p> to end of <p> width with only CSS

I have a line in a <p> element with a fixed width that looks like this: <p class="line"> To be, or not to be, <span class="variant">that is the question,</span> <span ...
1
vote
0answers
204 views

NetBeans: Javadoc formatting with <code></code> HTML tags

I'm using NetBeans IDE 7.1.1 and recently discovered how to set the Java formatting schema up to my liking so I can easily format all my classes to a specific standard with a simple keystroke. ...
1
vote
2answers
106 views

lwp-rget changes file format automatically to .bin?

I'm trying to recursively download a web site to a local directory. LWP's lwp-rget allows me to do this, but I'm having the following problem: it's saving all the files with the extension .bin instead ...
0
votes
1answer
98 views

Copy Text from WYSIWYG-Editor and don't allow CSS-inheritance

I have a big Problem with CSS and the resulting inheritance. I want to copy a Text from a WYSIWYG-Editor in an other div element and show this text exactly like its formatted in the Editor. But when i ...
2
votes
2answers
232 views

CSS format special content in TextBox

I have a Textbox: Now i want to highlight specific characters in this textbox with a colour. (for example "Text") Is this possible?
0
votes
3answers
473 views

Text indents on h1 and h3 tags and I can't remove it

I don't remember changing any CSS styles or code that would affect the h1 and h3 tag, however it now indents while the paragraph tag does not. I've tried looking all throughout my code and I am not ...
1
vote
1answer
96 views

Format the actual HTML to be readable with SeamFramwork

Is there a way to format the actual HTML into readable (nicely formatted) text when generating xhtml pages from SeaMFramework. I want to be able to rightclick on my webpages and view-source where the ...
2
votes
3answers
117 views

How to properly format text retrieved from a website?

I'm building an application for a company that, unfortunately, has a very poorly designed website. Most of the HTML tags are wrongly and sometimes randomly placed, there is excessive use of ...
0
votes
4answers
110 views

How do I format code on my own website?

I'm using prettify for color coding but my code is still flat and not indented correctly, how do I format it so it looks similar to github gist or pastebin? (I'm aware you can embed from these sites ...
8
votes
2answers
11k views

Formatting a number as currency using CSS

Just wondering if anyone knows whether it is possible to format the content of an element as currency using only CSS. It would be nice to have how the value is presented in CSS if possible, can't find ...
0
votes
1answer
90 views

Why isn't the hyperlink clickable?

I'm writing an app that among other things displays HTML-formatted code in a TextView. The problem I'm having is that although it does format the HTML to look as it should the hyperlinks included in ...
0
votes
4answers
1k views

ASP.NET Input string was not in a correct format

I have made a control that creates an electronic invite to an event. The user inputs their information into textboxes and the system gathers that information, adds it to the HTML for the email and ...
0
votes
1answer
843 views

Select dropdown box z-index issue on modal window

I have the below dropdown that I have linked to a image map modal window with an link. However the selection list is on top of the modal window even though the modal is set to z-index: 99999; Any ...
0
votes
3answers
386 views

Display Image with 50% width and 100% height

I'm trying to make a Rating System for my Forum and so I work with Star-Images for each Average Rating. What I'd like to do is to display half of such a Star if a User has e.g. an Average Rating of ...
0
votes
2answers
587 views

python logging how to create logfile as html

I read in wikipedia that python logging module was inspired by log4j .In log4j ,there is an HTMLLayout with which one can create the log file as html.Is there any such facility in python logging? Or ...
9
votes
4answers
21k views

How to set date format in HTML date input tag?

I am wondering whether it is possible to set the date format in the html <input type="date"></input> tag... Currently it is yyyy-mm-dd, while I need it in the dd-mm-yyyy format. Any help ...
0
votes
2answers
83 views

View Source on my websites always looks nasty, why isn't the HTML lining up properly?

I do a decent job of formatting my HTML and keeping it clean, but every time I view source there are elements all over the place. I guess that's fine since it won't make the page load any faster or ...
0
votes
2answers
638 views

How to open calendar format using html codes?

Can anyone please tell me about how to open calendar pop up format in html? So that the user could select date, month and year from the calendar in a form like course registration form. How to design ...
0
votes
4answers
417 views

<textarea> expands and destroys table formatting

Is there a way to constrict how far a <textarea> can expand? Or a way to format a <table> so that it doesn't look bad when you expand a <textarea>?

1 2