Hi All
I am using dreamweaver as my development tool, which was working fine but when I go and press F12 to preview my pages I keep getting the following message. I have done a re-install and still I keep getting this message.
Can someone please help this has stopped my development. Don't know...
--------------------------------------------------------------------------------
Not sure where to post this question.
I am using dreamweaver as my development tool, which was working fine but when I go and press F12 to preview my pages I keep getting the following message. I have done a...
Ok, did you repostion with absolute or relative positioning.
Could you show me if that is possible I have been trying to find the resolution to this problem for ages
Vragabond
I have tried what you said but still the indexboxsearch div is not rendereing correctly, if I view my site with a screen of 19inches then there is overlap between the divs.
Basically could you show me some sample code for aligning div's next to each other so it's a fluid layout
Hi
I would really like to know the answer to the folowing question.
I have a 3 column layout as follows
#rightside{
position:absolute;
width:130px;
top:104px;
right:0px;
background-color:#FFF;
display:block;
border: 1px solid black;
}
#leftside {
position:absolute;
top:104;
left:0;
width...
I am trying to pass an array through a hidden field in a form I have on my
confirmation page, all of my other variable pass through fine but I can't get the
array to pass through to the reponse page
----------------------- Step 3 Page -----------------------------------
This is where i have...
I tryed this but it still doesn't work
if ($_POST['email_address']!="")
{
// email has been entered
// validate email address
if (eregi ("^[[:alnum:]][a-z0-9_.-]*@[a-z0-9.-]+\.[a-z]{2,4}$",stripslashes(trim($_POST['email_address']))))
{
$e =...
What I want to do is the following
I have a form with 8 fields,all of these fields are optional
but if one of the fields is filled in ie. the email address field
I want to validate the email address.
Hence I use this code
// Check for a email address
if (eregi...
How come the below select statement will work but when I add a second id to the select statement
I keep getting an ambiguous error for that id.
Is it not possible to select more than 2 id's in a select statement.
Regards
Graham
---------------------------------- Works...
How do I do the following:
I have a search results page that displays results
eg
Name
Address
Country
Interest
Subject
Level
What I want to do is add a field called More Details which will be a hyperlink
to another page which will display more specific details of that user.
For...
How do I do the following:
I have a search results page that displays results
eg
Name
Address
Country
Interest
Subject
Level
What I want to do is add a field called More Details which will be a hyperlink
to another page which will display more specific details of that user.
For...
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.