HTML (HyperText Markup Language) is the principal markup language used for structuring web pages and formatting content. The most recent iteration of HTML is HTML5.

learn more… | top users | synonyms (1)

0
votes
0answers
3 views

“anonymous type projection initializer should be simple name or member access expression” with Html.ActionLink

My action link helper is giving the error: "anonymous type projection initializer should be simple name or member access expression" Here's the link within my View: <%= ...
0
votes
0answers
11 views

Anchor tags load too high; blocked by div

I'm having trouble with a page on our web site, www.ModerateParty.com You can see the problem by trying to go to, for instance, ...
0
votes
0answers
9 views

Warning: Cannot modify header information PLEASE ADVISE

Please can someone help? Im not sure what i need to do? } $piccount++; setcookie("pct",$piccount,time()+1000); } else { echo('<font size="3" color="Red">'); echo "You have enter the ...
1
vote
3answers
22 views

How can I make a form post to a url determined by the value selected in drop down?

I'm writing a simple PHP program with a form that has multiple fields to be filled in. Among the fields is a <select> box. I want the same form to post to 3 different URLs, determined by which ...
1
vote
1answer
38 views

/# added to website URL

I have made a mobile site using jquery mobile 1.3.1. The problem is that when I try to go from the front page View Menu I get /# in the URL as in tironci.dyndns.org/freddys/#/menu.html . I have no ...
0
votes
0answers
25 views

Using Bootstrap, how do i achieve this horizontal tab layout?

I am trying to use the bootstrap nav-tabs to do the following I'm almost there with the main html+css but i can't get the 'Overview' box to be bigger than the other boxes without throwing the ...
-3
votes
1answer
28 views

jQuery bar on page load [closed]

What would the best way be to create a bar that can be closed with a x like lightbox but also load on the first page load of the website for that specific browser? <div class="divToLoad"> ...
-1
votes
0answers
31 views

HTML Template from a shortcut

I am currently watching an tutorials, and when the author wants to create a new basic html file , he creates the file . php (because he is using some php inside). And when he create the file he writes ...
-3
votes
2answers
41 views

How to make this web form functional? [closed]

I made my first web form in HTML and CSS but I don't know how to make it functional. Can it be done with HTML and CSS or do I need to use JQuery or maybe JavaScript? Is it possible to make this whole ...
0
votes
0answers
37 views

jQuery animation happening multiple times

I have a div that I'm attempting to animate using the plugin called Flippy. I have the animation set up correctly but when the user mouses over the inside of the div multiple times it keeps performing ...
0
votes
1answer
24 views

How to display a js object's property image in a div?

I would like to display the image property of an object written in Javascript. I have tried to use the following code, but it doesn't want to work for me. The function show_image is from here, so I ...
0
votes
1answer
15 views

CSS Percentage widths with EM padding

First attempt at percentage/em based sizing and I think I might be missing something here. HTML <div id="page"> <ul> <li class="menu"><a ...
1
vote
3answers
23 views

HTML form dropdown manu specify number range

I want to specify number range in drop-down menu list like 1-24 from example i am currently doing following <select name="hour"> <option value="1">1</option> <option ...
0
votes
3answers
20 views

jQuery: how to append to a specific list based on a URL

I have a app that has jobs and messages. When somebody enters a message for a job, I want to append the message to the list of messages in the jobs specific show page. Ex: If a user add a message to ...
0
votes
2answers
12 views

Trouble with @font-face and .ttf file

I'm trying to use @font-face to implement a font I downloaded online (http://www.losttype.com/font/?name=blanch) and I'm having issues getting it to work on any browser. Here's the sample code I'm ...
0
votes
2answers
11 views

Wordpress Website Issues

I created my wordpress site, then I transferred all my files and sql over to a host using hostgator.com. In my pc, the website was located in xampp\htdocs\mywebsite. I transferred all the files ...
0
votes
1answer
8 views

how to do slideToggle function in particular content?

can we do the click event to do the slideToggle function on particular items only not every content that uses same class?? example 1 2 3 <tr class='good'> ...
0
votes
4answers
36 views

Prepopulate and submit hidden form

I have a form and here's the handler for the submit button: $( '#submit_btn' ).click( function( data ){ theForm = document.getElementById( 'realForm' ); theForm.meetingName.value = ...
0
votes
5answers
36 views

Appending new container on click

I'm trying to learn HTML and Javascript/jQuery. If I have a container which holds a title, an image, a description and a number, then I want to create a new container with the exact same format ...
0
votes
1answer
15 views

Javascript breaking inside Greasemonkey

I've made code to query a document for matching strings and make a URL from the strings obtained. It looks through the tag elements looking for matches, makes the URL string, then it appends the link ...
0
votes
1answer
23 views

php to strip and replace html meta tags

I'm not very familiar with PHP overall, but I'm trying to find a way to change some parts of the following documents: index.html hidden.html Both pages are using the same header include file ...
1
vote
0answers
26 views

What is good plugin with date AND TIME. Jquery UI contains only date picker I want dateTIMEPICKER [closed]

I need a jQuery Datepicker plug-in that also includes a TIME in the same control. I've searched and cannot find what I need. Does one exist?
1
vote
1answer
32 views

Html/Css resize and crop as browser size changes

I'm doing a project recently and thanks to a friendly tutorial, I managed to find the following code. CSS html { background: url(images/bg.jpg) no-repeat center center fixed; ...
0
votes
1answer
31 views

CSS div block causing list misalignment on WebKit browsers

I am using PHP to generate lists and when a list item needs more work I put a red bold exclamation mark to the left of the text. However on WebKit browsers the items with the exclamation mark are ...
0
votes
1answer
46 views

JQuery $(element).append() breaking script?

I'm trying to append an element to another on click, and it doesn't work. I'm checking to make sure the element both exists and that the child to be appended doesn't exist, and have used alerts to ...
0
votes
1answer
9 views

Pop Up Menu onclick BottomBar Button Windows 8 Metro App

I want to have a popup menu once I click bottom bar button in windows 8 app, and pop up menu needs to be a multi-select, so that user can select multiple options and based on that I will need to ...
0
votes
0answers
17 views

How to view a list of contents of a zip file from link on jqgrid row?

I'm stuck. I have a grid that collects info about projects. When a project is entered it allows for upload of files that are then zipped and save on the server in zip form with timestamp as name. The ...
3
votes
2answers
18 views

JQuery Mobile dynamically populated collapsable set losing rounded corners

I thought it might have been something about my code or css, but I can reproduce it in JSFiddle: http://jsfiddle.net/kegmT/ <body> <div data-role="page" id="index"> <div ...
0
votes
3answers
19 views

Calling vbscript function from html button

Don't be surprised if what I'm doing is completely wrong or if the solution is obvious. <script type="text/vbscript"> Function AddPrinter() Set objNetwork = ...
-4
votes
2answers
55 views

How do I create a Custom 404 error page? [closed]

I want to create an HTML Page That the visitor of my website will be redirected to when he enter an invalid URL How can I create it ?
3
votes
5answers
45 views

Make a DIV act as an INPUT field

I am currently using a bunch of input textfields and I want to change it to a DIV, but most of my JS functions use document.getElementById("inputField1").value whenever the value of the input field is ...
2
votes
6answers
48 views

Styling specific list within UL

Say this is my setup: <ul id="filters"> <li><a href="#">Any distance</a></li> <li><a href="#">10 km</a></li> <li><a ...
-1
votes
1answer
30 views

How to add values in asp

I'm a junior in high school in a software engineer and web development class. My issue is i assigned a value to many of my asp control objects; however, i cannot figure out how to add and display ...
0
votes
4answers
40 views

make toggle check if multiple items are toggled at once

http://adamginther.com I currently have toggle activated for each piece work on my portfolio. I want to make it so only one piece of work(with it's corresponding image) is displayed at a time. Right ...
0
votes
9answers
86 views

echo php code - how to do this

I am trying to echo some php code in php: if(isset($_SESSION['id'])){ echo "<li><a href='profile.php'><?php echo $profile ?></a></li>"; }else{ echo "<li><a ...
0
votes
3answers
69 views

Changing value of a HTML button using javascript

I've made a script with a function that changes the value of a button. The button is in the same document in the html code. The problem is that the value of the button wont change. Can you help me fix ...
0
votes
1answer
28 views

How to set width on this javascript button?

in the html i have this call to a java script function: <span class="lotusBtn lotusBtnAction"> <a dojoType="quickr.widgets.menu.placeActionsMenu" ...
1
vote
3answers
36 views

Div displays differently in IE and Chrome

Something very strange is happening when displaying a div. In IE, it displays like it's supposed to, but in Chrome it is shifted down slightly. Here's what it looks like in IE: And in Chrome: ...
0
votes
2answers
29 views

PHP print from two tables where attribute from table A matches id in table B

I am building a simple adress book website where you can enter information about a person and then enter information about adresses. You can then select where people lives using a drop down menu to ...
0
votes
0answers
17 views

LinkedIn Member Profile Plugin

I'm attempting to use LinkedIn's Membership Profile Plugin found here: http://developer.linkedin.com/plugins/member-profile-plugin-generator However, every time I paste the code generated into my ...
0
votes
0answers
18 views

Adding jQuery Validation to Jetstrap via Javascript

As of right, now Jetstrap doesn't include jquery.validate as a plugin.I know they're already working on a feature for users add external JS/CSS, but in the mean time I'd like to find a temporary fix. ...
1
vote
2answers
30 views

Get values from table of text fields javascript

I have a form which actually is a table of text fields. The html looks like this: <form> <table id="table"> <tr> <th>Player</th> ...
0
votes
5answers
40 views

jQuery slideDown upon loading

I'm trying to make all of the divs on my website slide down when it loads but it just doesn't. I've made a separate document for my jQuery though. This is the HTML tag to link the 2 documents ...
0
votes
1answer
34 views

Bootstrap - Make list Icons size match my Logo's Size

QUESTION - How can I make the List buttons on the right, match in size (or just fill the Nav Bar) I have uploaded the site to here so you may see the code. Website. ( I removed my previous ...
0
votes
2answers
21 views

Scroll a div over another div

I want to make my divs scroll over each other, without them scrolling upwards out of the screen. I managed this with two divs, but can't manage to do the same with the third. I made an example on ...
0
votes
2answers
22 views

Form not recognizing an ajax generated field

I'm doing this little dynamic selects and i want their value to go to an other php. The thing is that the form is only recognizing one of them and the other one (ajax loaded) no. The query is correct ...
0
votes
1answer
21 views

zen coding multiple elements with children

I am trying out zen coding and cannot seem to replicate some HTML code I have laying around. Here's the code: <div class="home-page container clearfix news-article"> <div ...
1
vote
5answers
75 views

Make image fill div completely without stretching

I have large images of varying dimensions that need to completely fill 240x300px containers in both dimensions. Here is what I got right now, which only works for one dimension: ...
0
votes
1answer
13 views

Making file names in a directory link to their respective pages - php

I have some php that takes file names out of a /portfolio/ directory and turns it into an unordered list <?php $dir = 'portfolio'; // The directory containing the files. $ext = '.html'; // The ...
0
votes
1answer
37 views

Showing/Hide Tabs and Section Based On Checkbox Value

I am working on a form and want to show/hide tabs and their sections based on checkbox value. The code I have kind of works, but if you notice that when you check the three checkboxes, it unhides 3 ...

1 2 3 4 5 3466