Hi,
I have inherited some ASP.net code which takes text from textboxes and reads it in to a DB as XML.
Everything is fine when the text is "clean". However, if I insert " " intot he te...
Hi,
I have a show/hide script that im using, using onmouseover to show/hide divs.
What I need help is, when user mouses over toggle2 link, it closes toggle1 div and opens toggle2 div, an...
Hello,
I have the following error:
Invalid character in the given encoding. Line 25, position 114.
I am using Asp.net Vb.net with the code below:
<div>
<asp:GridView ID="...
Is there a way to embed a wmv file in a web page so that it validates in xhtml 1.0 strict. I have the following code now and it works great but gives a ton of errors, the first one says "ther...
This code displays a pink box:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<style type="text/css">
html,...
I know this question is beyond basic but for some reason, I'm just not comprehending when I should or would want to use this type of input type in a web form/survey. I've created a number of ...
How can I simulate table layout via css (at least in IE6+ and firefox)
What I have is original text and translation side by side (of course more complicated then the example below:) )
I ne...
Hi Expert,
I have code
function getProgramService()
{
var currentURL = window.location.hash;
document.getElementById(currentURL).style.display = "block";
}
<body o...
Hi.
When I hover over a link in IE/Win, it makes a clicking sound. The majority of my clients want this disabled. I cannot find any way other than actually configuring the sound propertie...
I need to convert current jsp pages to a website to a format that suitable to view in handphone browser.
I am developing the web application in winxp pro on a PC, but the problem is I do not ...
In redesigning our new website, everything lives in a folder called dry_dock. Once the new site is ready to go live, it will emerge from dry_dock. I currently have as many relative paths as ...
I have a web page that fails validation at w3.org but only for my flash code. Can anyone tell me why I get errors?
this is my page:
http://newbeta.beaconstreetgirls.com:81/html/friends_...
I have developed a site for a client (who is also a web design company, go figure) and I have encountered a problem in IE6, whereby when I select a text field in a form the browser does not ta...
How can I draw a line like <hr> vertically on a page?
Thanks,
Hello,
I'm reading a record/fields from MySQL and the description field has a length of 100 characters. when I echo it onto page it runs out of the margin I had made. How can I manage the t...
Hi, my website gets a lot of spam via the 'contact form'. the spam bots are now working out how to filling in the form and the 'human question' i ask (which changes dynamically). so now i det...
How can I remove div scrollbars in XHTML? Thanks.
Why can't I have a <div> element with a width of 100% using:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
If ...
I'm trying to send an html e-mail through Constant Contact. I've selected XHTML. I get the following error:
Invalid XHTML: An XHTML error has occurred inside the block that ends on line #...
Hi everyone,
I have an email signature (see code below) that works fine in desktop email clients but I've noticed that Gmail and Hotmail are adding extra space at the top of the two td cell...
Please advise how to forcibly accomplish the followiing:
1) Make <hr /> much thinner than the original thickness.
2) Reduce the space or margin top of <p> or <td> to the uttermost.
Thanks
Hello I am having hard time converting some of tables to DIV in order to have better SEO score i must do it and i really need help
Here is my Tables and style.css for them:
I am translating a website to spanish (ES-MX, Mexico) and need to know what the equivalent header information is for the following:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" ...
I've done some research on this issue this morning, and so far I can't find a solution.
I have a number of DIV's, LI's, and links with background images set, as well as repeat and the backg...
I need to create a single table that freezes the top row but still allows the rows to be scrolled on both axis.
Currently I'm using a div tag outside my table which allows me to scroll up/dow...