Hello
I've got 4 divs that line up nicely but when I enter anything in one of the divs (#content Wrapper) an extra space line is inserted between this div and the next one which I can't seem to get around.
I've tried differnet float options and changing the overflow setting on the outer div...
Hi
Hope someone can help
I've got a container div with padding
I'm trying to place further divs within it so that I get a nice border
but the last div does not display properly.
It either leaves too much space at the end of crosses over the container.
Inthis example It works reasonably weel...
Hi
I've just managed to create a joined recordset with a mixture of values and nulls in the recordset fields.
This was my intention and I now need to be able to test if field has a null value null value for example
if (@$row_rsCourt1['bookingID'] = null) {
?>
<span...
Can anyone help me with this join problem please?
I have 2 tables and I'm trying to retrieve all the records from one table plus any related records from the second table returning null values if there are no matching records in the second table.
The LEFT Join sounds ideal to do this...
Hi
Can anyone help me with this join problem please?
I have 2 tables and I'm trying o retrieve all the records from one table plus any related records from the second table returning null values if there are no matching records in the second table.
The LEFT Join sounds ideal to do this...
Hi
I’d like to be able to convert a date retrieved in a recordset to a date this week
e.g a date last month might be a Thursday and I’d like to convert it to the thursday date this week. Does anyone know a clever/simply way to do this?
Been racking my brains for days on this .
Any help or...
Hi
I use the code below for bookmarking a page and it works well
However it fails W3C validation checks on the line with opera with:
You used an unescaped ampersand "&": this may be valid in some contexts, but it is recommended to use "&", which is always safe.
Can anyone suggest a change...
Hi I'm just starting to use CSS divisions and have managed to layout my webpages without tables.(using dreamweaver so not really handcoding))
Id like certain divisions/setctions to have different H1 and H2 settings but can't figure out how to do it.
Can anyone help please or point me to a...
Hi I'd like to set a field in every record of a dataset to a random value.
I have a php function which returns the random value.
so far I've had help to setup an update statement in a string which does the job but only produces a random number when the string is composed and copies the same...
I have an update statement that updates a field in each record in a recordset to a random value using a function.
The problem is that it creates a random number for the first receord and carries on using it for all the others.
Iss there a way of forcing the statement to call the function...
Hi, hope someone can help
If I assign a function value to a field it works OK
$_test = tNG_generateRandomString(16);
but when I try and use it in an update statement, it returns function not found.
UPDATE tblMembers2 SET tblMembers2.mSecKey= tNG_generateRandomString(16) WHERE...
Hi
I've got form with a radio button (part of a repeat region)Repeat region)
Can anyone tell me how to refer to them in the receiving page. Do they come thru as an array or something?
Any help or pointers appreciated
Many thanks
Clive
Hi
Hope someone can help
I'm following a calendar tutorial which goes wrong when I add a loop. I think I'm missing a bracket but cannot work it out any A trained eye will probably spot it straight away I've spent ages and have got nowhere.
Any help appreciated
Clive
while ($currentDay <=...
Hi Hope somrone can help with this
I'm trying to create a file from php.
It needs to contain this line
$dbname= "web39-databasename";
$conFile = "dbconn.php";
$fh = fopen($conFile, 'w') or die("can't open file");
$stringData = "\$dbname= ";
fwrite($fh, $stringData);
So I'd like $stringData to...
Hi
I' like to allow visitors to a website to choose the font size displayed. Want to set up 3 different css files but don't know the technique for being able to change css file at runtime.
Can anyone help or point in the right direction?
Thanks
Clive
Sounds simple but I'm really struggling.
Any help appreciated.
Thanks
Clive
Properties have many images
tblProperty tblPropertyImage
Prop ID ImageID, ImagePropID, ImageSeq
I'm just trying to produce one record per property with images details from the lowest ImageSeq.
e.g...
Hi
I'd like to be able to upload a file and pass the filename to another form so I can update a database with it.
I've found scripts that upload files OK but don't pass the filename back.
I can't use aspuploads etc with my provider.
Any help appreciated - I don't mind paying for a script that...
Explorer hangs each time an .asp page contains an image.
message = Downloading picture adminkey.gif at localhost ...
Page loads OK and access db OK without the image.
This now happens on all my sites (even though they worked before) and I don't know what I've changed that could do this.
Any help...
Hi
I've created a menu in fireworks and exported it to Dreamweaver without any reported problems. It tests OK locally. However when I FTP it to my site the images don't show and when I do a property check they are pointing to my local drive.
Any help appreciated.
Thanks
Clive
Currently I have to copy each site I develop to c:/inetpub/wwwroot to test. When I used PWS under W98 I could set a path to a test folder and test from there. Does anyone know of a similar way to do this? I'm using XP Pro and IIS 5.5 with asp pages.
Any help or pointers appreciated.
Thanks
Clive
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.