HTML (HyperText Markup Language) is a markup language similar to XML that is predominantly used to create web pages. HTML standards, as well as those for many other web technologies, are maintained by the World Wide Web Consortium (W3C). The current iteration of the language, HTML 4, was ...

learn more… | top users | synonyms

0
votes
2answers
12 views

remove div content and add iframe

In my application I want to remove div content and add iframe, here is my code index.html <div data-role="page"> <div data-role="header" > <div data-role="content" ...
0
votes
1answer
32 views

How to apply html tags to textview in android?

Hi I am displaying data from sqlite db in my project. The data in database is stored in html format. The data contains an image tag also to display an image along with it. I am able to display the ...
0
votes
0answers
8 views

Sidebar until bottom in HTML

My friend is working on his website, but he has a problem with his sidebar. He wants the sidebar to go until the bottom of the page and not the bottom of the visible part in the browser. Here is the ...
0
votes
2answers
23 views

how to put ajax loader while image loads itself

how to use ajax loader is my question i am new to ajax. i have a function which work to change image when user click on thumbnail image but image are heavy so i want ajax till the second image load ...
0
votes
2answers
17 views

How to enforce a browser to load all the components of the page using HTML?

I made a page using HTML which have some .jpg files and some .swf files, when someone open it with a slow net connection, some of those files are not loaded by the browser, which must be loaded even ...
0
votes
2answers
28 views

HTML/CSS - How to make div's fit each other

I'm trying to make my div's fit each other like on pinterest.com. Right now my html/css is like this: <div id="content"> <div class="box">my content, which can be xx px ...
-1
votes
1answer
22 views

Would you please explain me how i can change the drop down list select menu in css.

Would you please explain me how i can change the drop down list select menu. how can i change mouse over color in select option menu in css?
1
vote
1answer
12 views

Adding a Library so that It can be used in all projects

I am attempting to do some Html parsing in a C#. After searching SO for insights into where I should begin, at Parsing HTML with c#.net I found references and high praise of this: ...
1
vote
1answer
10 views

additional parameters form

I'm trying to understand mysql in combination with php, and just tried to create a form to update something in the database. I'm getting the old value in as parameter which has to be changed. Which i ...
0
votes
4answers
32 views

Call php function inside echo <<<html?

i have searched a lot and still no chance, is there a way for calling a php function inside echo HTML ? i also tried this and not worked. <?php echo <<<HTML [HTML PARTS..] <td ...
0
votes
0answers
17 views

HTML ready mobile templates

Are there HTML+CSS templates resources (for django) for mobile ready to run? At this time I use my own bored templates (with Jquery UI). Also, any generic resource for mobile forms are welcome.
2
votes
4answers
28 views

Onclick or href which is best for opening an link in button

Which is the best method.To open an link using button <button type="button" onclick="location='permalink.php'">Permalink</button> <button type="button" ...
1
vote
1answer
35 views

multi level navigation

Please look at the image below. Right now I am doing this with a lot of unordered lists - 5 actually. I would like to do it in a single nested ul. I have two problems: how do I create the ...
0
votes
0answers
33 views

Pagination with search - PHP

Im using this pagination function: PHP function pagination_array($array, $page = 1, $link_prefix = false, $link_suffix = false, $limit_page = 1, $limit_number = 10) { if (empty($page) or ...
1
vote
1answer
13 views

Scrollable DIV in TD works in WebKit, but not in Gecko

I'm working on a school project, and I have to create a simple presentation webpage. The problem is that the webpage doesn't work as expected in Firefox, while in Chrome and othet WebKit browser it's ...

1 2 3 4 5 6411
15 30 50 per page