Hi, I am doing a lot of webpage repurposing. Is there a tool can help to automaticlly get the element's DOM number? For example, a <td> element is 75th DOM, instead of calculate manually from ...
I have a form that the user inputs some information and upon 'submit' it should 'go to' a different php file with the user input information as parameters.
I can call the script with parame...
Running into some real weirdness here with an HTML form. Im into my fifth page collecting user data from a MySQL database, displaying it in an HTML form and submitting it back to the databas...
I'm new to HTML, but would expect the attached HTML to at least display the image, which exists in the same folder as the HTML file.
What am I missing?
Thanks,
newbieweb
Hello,
I am having trouble with a html form that wont accept input from the keypad on the CSV field.
For some reason, the keypad works on all other fields, but when you get to the CSV ...
I'm transferring some web content from my client's old website to their new one. There is some popup html content which I think was originally created in either Word or FrontPage that is causi...
I have just tried my first attempt at displaying a superscript number using HTML. The number displayed fine, but the size was disproportionately large. What is the proper code to change the si...
Ok, I just got this html:
www.kbytes.com.br/boitempo/lixo.php
If you scroll the site you will notice a huge blank space at the bottom. I just can't figure out how to remove it and why it...
I need to modifiy the specific code below to look for all checkboxes with a classname of 'rdfCheckbox'.
Currently, I think it looks for a checkbox with a specific ID, but I need it to apply...
Currently, the logo and headers are slipping under the table.
Need to keep this from happening.
<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0">
>>>>>> Original code...
I cannot get my index.html file to recognize and go to the website it should go to.
Hi,
Does the W3C HTML validator (http://validator.w3.org/check) check for code containing ASP.NET Code? Because most of the errors which it is throwing out for my code (attached below) is f...
Hey guys,
I have a row of some embedded youtube videos on my website and at the minute when you click on them they start playing. However I want it so that when you click on the video, it r...
When you build CSS and HTML web page. Are you limited to 3 groups of fonts or is there a way to embed font into your design? How is it done?
thank you!
I want to know what is the best way of writing a code in my form that lets me know that it is from a paticulair person who recommends that page .
I need to REPLACE a substring 'fi' by another (i.e. 'fi') in a VARCHAR2 field
The pb for this REPLACE is that Oracle wants to interpret the string as a substitution...
How do you bypas...
I am putting together a real estate webiste. I have a database with all the properties' address and zipcodes.
On the properties detail page i need to show a Google Map displaying the select...
I am trying to keep a textarea the same size in both Firefox and IE. In IE it is smaller. I want to know how to do it without using javascript or css if possible.
Hi,
I just finished coding a homepage after 3 days using tables, then I found out I am better off with divs. Now I am trying to converting it to only divs, eliminating tables.
From table h...
I have any html form for making a subscription Once or Monthly, I am using the Google Checkout Subsciptions feature. On the form there is a drop-down box for Once or Monthly. If the user cho...
I would like the value of
<input type="text" name="TypeOfCarChosen" value="?????" size="20">
to change when the user selects something in the drop down.
Does anybody know how to do ...
I have some PHP code that retrieves data from a database, displays the record, shows some navigation controls, and displays an image depending on the selection. Two drop-downs determine what d...
Dear All,
I am using HTML and it contains 100 text boxes, 12 check boxes, 9 radio buttons. I need to put tool tip of eash and every control. Tool tip text is different for each controls (Sprc...
Experts,
I have got the same html table in a page. I want it to stick to the top of the page with no spaces. I set the top margin in the style to zero. This works fine if the table is in an...
Hi,
I would like the list generated array from the 1st script to be used as one of the field inputs for a second script that I have. The second script requires a list of comma separted words...