The following inclodes a bunch of color styling as well as the margin styling for centering, but itshould illustrate the point. The z-index puts the shadowed div behind the other one.
Well, it doesn't show as "null" in phpmyadmin, although I'm not altogether sure how phpmyadmin distinguishes between the two on display, but it is defined as a "not_null" field.
My database has a number of fields, among them Name and Nused, both of which are VARCHAR(30) latin1_swedish_ci not_null fields. The two following SQL commands are typical of what is causing my...
<!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.01//EN'
'http://www.w3.org/TR/html4/strict.dtd'>
<html lang='en'>
<head><title>Company of San Diego</title>
<meta...
As I said in one of the two posts (actually the one you responded to). I don't know how the duplication occurred, I was simply trying to edit. I apologize for the duplication and any problems or...
<textarea name="etc">
</textarea>
When you indent your code, tou think you are leaving the input blank, but the spaces to the left of the ending tag get put into the textarea. Indenting...
Translation could be a bit of a trick, given that they seem to be getting converted to pairs rather than single characters, and since the conversion is highly erratic. Sigh.
Thanks for the idea. Unfortunately, the page isn't the result of a call from a link. It is activated by a <form> which displays this page after processing the form data. The user is clicking on an...