When I use microsoft's xmlhttp object to retrieve a home
for example www.kktest.com I get the error message
msxml3.dll error '800c0005'
The system cannot locate the resource specified.
I realise that the webpage doesn't exist and that this is probably causing the problem. Is there a way to...
If I put this in an external sytlesheet
body { margin:0; text-align:left; }
the text in my tables in IE center.
If I include
td { text-align:left; } the text doesn't center
Is there any reason for this, surely using the body selector should just work?
thanks,
I am actually trying to validate the code using
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
at the top of the page.
using the & spits out an error, how can I get rid of it
Line 99, column 99: cannot generate system identifier for general entity "Category_Name"
<a href='default.asp?CategoryID=1&Category_Name=test'><strong>
thanks
I am trying to validate my page using <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
This is the error I am receiving, can anyone help?
Line 20, column 61: there is no attribute "BACKGROUND"
... <td width="90%" height="18"...
My page code has the body tag attributes
<body topmargin="0" leftmargin="0" marginwidth="0" marginheight="0">
When I validate this code it states that there margin properties aren't acceptable. I could use the code below in a stylesheet though I was concerned about the amount of cross browser...
Below is the field structure of my database table 'myTable'
ID (autonumber)
Title (text)
Featured (text)
DateandTime (date/time)
The field featured will either hold the value Y or N
I would like to execute an SQL statement which selects firstly all the records that have a Y in the Featured...
Below is the field structure of my database table 'myTable'
ID (autonumber)
Title (text)
Featured (text)
DateandTime (date/time)
The field featured will either hold the value Y or N
I would like to execute an SQL statement which selects firstly all the records that have a Y in the Featured...
I have created a form, that also has a preview button. When the user clicks the preview button I would like to display what has been entered into the textbox (txtName) in a pop up preview window?
<html>
<head>
<title>Untitled Document</title>
<script language="JavaScript">
function...
In my sample code I have a few tags that I would like to replace using a stylesheet, how can I can this code below?
<table width="73%" border="2" align="center" cellspacing="0" cellpadding="2" bordercolor="#6185C1" bgcolor="EEF3FB">
<tr>
<td valign="top">
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.