tagged [html]

HtmlAgilityPack: how to create indented HTML?

HtmlAgilityPack: how to create indented HTML? So, I am generating html using HtmlAgilityPack and it's working perfectly, but html text is not indented. I can get indented XML however, but I need HTML....

25 Mar at 03:16

Table scroll with HTML and CSS

Table scroll with HTML and CSS I have a table like that which i fill with a data ``` Product (Parent Product) Associated Sites Actions @for (int i = 0; i

12 Feb at 13:55

How can I remove a child node in HTML using JavaScript?

How can I remove a child node in HTML using JavaScript? Is there a function like `document.getElementById("FirstDiv").clear()`?

8 Feb at 11:48

Changing HTML into DOM

Changing HTML into DOM Is in Java (sic!) any function which could change HTML placed in string into DOM Tree?

29 Jan at 00:52

Sending HTML mail using a shell script

Sending HTML mail using a shell script How can I send an HTML email using a shell script?

21 Jul at 02:59

Outline radius?

Outline radius? Is there any way of getting rounded corners on the outline of a `div` element, similar to `border-radius`?

25 Sep at 17:27

create many DropDownListFor in foreach-loop

create many DropDownListFor in foreach-loop I want to create DropDownLists dynamically out of a List, which supplies the SelectList and a field where to save the selection. In

Colspan all columns

Colspan all columns How can I specify a `td` tag should span all columns (when the exact amount of columns in the table will be variable/difficult to determine when the HTML is being rendered)? [w3sch...

16 Sep at 13:57

Select with Indented as well as formatted Items in PHP

Select with Indented as well as formatted Items in PHP I have a need to show a select box which will display all categories and subcategories in one go. I want to show All Categories left most & bold ...

29 Jul at 05:23

How to force keyboard with numbers in mobile website in Android

How to force keyboard with numbers in mobile website in Android I have a mobile website and it has some HTML `input` elements in it, like this: I have embedded the site into a [WebView](http://develop...

How to embed a SWF file in an HTML page?

How to embed a SWF file in an HTML page? How do you embed a SWF file in an HTML page?

26 Nov at 13:42

Auto start print html page using javascript

Auto start print html page using javascript Is there anyway to automatically run `javascript:window.print()` when the page finishes loading?

12 May at 08:59

How to make a <div> always full screen?

How to make a always full screen? No matter how its content is like. Is it possible to do this?

15 Nov at 02:5

HTML5 check if audio is playing?

HTML5 check if audio is playing? What's the javascript api for checking if an html5 audio element is currently playing?

24 Feb at 20:0

Change Active Menu Item on Page Scroll?

Change Active Menu Item on Page Scroll? As you scroll down the page, the active menu item changes. How is this done?

6 Apr at 10:28

HtmlAgilityPack : illegal characters in path

HtmlAgilityPack : illegal characters in path I'm getting an "illegal characters in path" error in this code. I've mentioned "Error Occuring Here" as a comment in the line where the error is occuring. ...

21 Feb at 07:7

Stretch and scale CSS background

Stretch and scale CSS background Is there a way to get a background in CSS to stretch or scale to fill its container?

30 Sep at 15:8

Two submit buttons in one form

Two submit buttons in one form I have two buttons in a form. How do I determine which one was hit serverside?

13 Feb at 21:52

How to change font size in a textbox in html

How to change font size in a textbox in html How can I change the font size of text inside the textbox in html.

22 Jan at 12:55

How to read if a checkbox is checked in PHP?

How to read if a checkbox is checked in PHP? How to read if a checkbox is checked in PHP?

8 Feb at 22:26

Hide horizontal scrollbar on an iframe?

Hide horizontal scrollbar on an iframe? I need to hide the horizontal scollbar on an iframe using css, jquery or js.

23 Oct at 12:10

Styling text input caret

Styling text input caret I want to style the caret of a focused ``. Specifically, the color and thickness.

19 Sep at 19:4

Find if a textbox is disabled or not using jquery

Find if a textbox is disabled or not using jquery I need to find if a textbox is disabled or enabled using Jquery.

22 Jan at 19:9

How to play audio?

How to play audio? I am making a game with HTML5 and JavaScript. How could I play game audio via JavaScript?

30 Jul at 20:27

How to make a DIV visible and invisible with JavaScript?

How to make a DIV visible and invisible with JavaScript? Can you do something like

7 Jan at 22:46