HI ,
Can any one help
I need to direct the user once they have submitted the form to another page
How could I do this ?
<form enctype="multipart/form-data" method="post" action="<?php echo $_SERVER['PHP_SELF']; ?>">
...
Whether I can reduce the textbox width without using classes?
<input type="text" maxlength="5" style="3px"/>
...
I have a text file with ; used as the delimiter. The problem is that it has some html text formating in it such as > Obviously the ; in this causes problems.
The text file is large and I don't have a list of these html strings, that is there are many different examples such as $amp;. How can I remove all of them using python.
The fil...
I'm looking for a simple HTML santizer written in JavaScript. It doesn't need to be 100% XSS secure.
I'm implementing Markdown and the WMD Markdown editor (The SO master branch from github) on my website. The problem is that the HTML that is shown in the live preview isn't filtered, like it here on SO. I am looking for a simple/quick HT...
I have created a button CSS class that uses background images with different positions to display a different image on normal, mouseover, and click states.
One thing completely destroying the visual effect is that if I click such a link repeatedly and move the mouse just a pixel, the link text gets selected.
Is there a way to achieve ...
CSS Question: If two different selectors apply to an element, who wins?
I know this shouldn't happen, but I want to tweak a legacy application, and the CSS is getting in the middle.
...
Hi all,
I have the below markup that cannot be changed:
<div>Some data</div>
<span>More data</span>
<a>Link 1</a>
<a>Link 2</a>
I want it to appear rendered so that the div is all the way to the left and the span is all the way to the right whilst links 1 and 2 are to the right of the span.
Meaning:
|<div> <span><...
Hey There,
What would be the simplest way to send a customised html email using asp.net?
I suppose ideally I would like to send html via email rather than returning it to the browser via a ActionResult, as I normally would. This way I could build the email as a view, supply it with data via a model and then fire it using standard .NET e...
I have 2 input boxes that are not disabled. When either gets focus no cursor is displayed and any text that you type in is not displayed. There are several events attached to these elements, but there are no js errors. Expected behavior occurs in IE7, IE8, FF2, FF3, Chrome, and Safari.
EDIT:
Here is a code example of the events being at...
In my HTML pages I have text with imgs. The top edge of the img is aligned with the top of the text, but I want the bottom of the img to be aligned with the text.
How can this be done?
UPDATE Now I see this is the default behaviour, but it doesn't happen in my page. What could possibly be wrong?
...
I know IE has a word-wrap style but I'd like to know if there is a cross browser method of doing so to text in a div.
Preferably CSS but javascript snippets would work ok too
edit: yeah referring to long strings, cheers folks!
...
Background:
"Zen coding" is apparently the name of a style of text-entry in an IDE or editor whereby the user can type small abbreviations that are expanded into HTML. This is not necessarily a new idea, just an elaboration on an old one that many editors support.
The nice thing about it is that the manual entry takes on an aspect of ...
Is there a way to embed a textarea block inside of another textarea block but not render the inside textarea and preserve the outside textarea? I cannot modify the inside textarea. Perhaps there is something better to use for the outside block than a textarea. I need something that will submit its contents at POST. Converting the inside ...
I'm trying to have a simple html table, that highlights a row as a user mouses over it. Unfortunately the css hover item doesn't work for IE. That leaves me to simulate it in javascript. I can use either onmouseenter or onmouseover.
What is the difference between them, and which one should I use?
...
How can I make a div element move up and down the page when the user is scrolling the page? (where that element is always visible)
...
What good libraries are there, in any common language, for converting PDF to HTML?
...
Hi,
I'm trying to create an effect where small dots on the html background gradually change color in an infinite loop. I have a 960px centred design so the background area can get quite large.
My solution was to set the background-color to a default color then tile a square grey image with a transparent corner knocked out over the top ...
Hi
I have to parse a big HTML file, and Im only interested in a small section (a table).
So I thought about using an XSLT to simplify/transform the HTML in something simpler that I could then easily process.
The problem Im having is that the is not finding my table. So I don't know if its even possible to parse HTML using a XSL styles...
First off, I know there are ways to make it so that text can be on the same line. But I am not sure how to extend on this. This is what I have so far:
How would I be able to make it so it goes all the way across without using tables?
This is the HTML portion:
<p style="float: left;" class="details"><a href="#Top">To Top</a></p>
<p...
This isn't really a technical question so I apolgoise if I ruffle any feathers!
How do sites like these image web pages in different browsers? i.e. litmusapp.com
Thanks all
...