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 had similar problems but have found the following helped me.
It resets' the code to the same starting points for IE Firefox etc.
Hope this helps
Regards
Clive
<style type="text/css">
<!--
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
margin: 0;
padding: 0...
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 used to have similar problems until I found out about this 'reset code' in css.
Basically you place this code at the beginning of your css file and it makes sure all browsers treat your alignments in a similar
Give it a try!
Kind regards
Clive
html, body, div, span, applet, object...
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...
Many Many Thanks for the advice
It was spot on!
I've meddling with this for a couple of days and would never havesolved it wiothout your help.
Best wishes Clive
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...
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.