You nailed it!
I am impressed!
A.
Type: Posts; User: marain; Keyword(s):
You nailed it!
I am impressed!
A.
Browser is Mozilla Firefox, v. 3.6.18. System is Windows XP Home Service Pack 3.
A.
Seeing as it occurs on only one computer, and on only one page of THAT computer, I find less than surprising your difficulty in duplicating it.
My answer to that question will have to await...
John, in editing the footer for NJMarijuana.com, I uploaded a file from the wrong folder. That is now corrected.
John, ever have one of those days when you think you're losing it? I saw it yesterday. I saw it this morning.
Let me get back to you, hopefully tomorrow. In the meanwhile, I'm sorry for wasting...
Very sorry. Correct link is http://www.njmarijuana.com.
A.
The link is five lines above the icons:
"Click here to see our Privacy Policy."
A.
Style on http://www.marijuana.com is controlled by a css page. The css page controls (among other things) font size. One of the pages on the site is the privacy page. You can't get to privacy from...
Thank you for your answer, and thank you for your prophylactic adjustment.
A.
Adding
phpinfo() to a test page causes the icons in the footer to display in reverse order. The icons on all the other pages of the site display in correct order. The page source page shows the...
I lack the time, and probably the talent, to analyze your code. I do have general debugging suggestion: Isolate. Remove the parts that you know are working correctly. Or, if those parts are...
I'm having difficulty forcing focus upon a radio field element. Here are the techniques I've tried, all unsuccessfully:
Original Effort:
html
<tr>
<td class="prompt">Age of person...
Awesome!
A.
Partial output of
echo '<br />
<br />
<br />
$_SERVER
<br />
<br />
<br />';
Trak, your recommendation works like a charm.
Thank you.
A.
So be it.
The class name was generated in the first place by PHP code:
<?php
$class = substr($_SERVER['PHP_SELF'], 1, (strlen - 4));
echo '<body class="' . $class . '">';
?>
Hello Folks,
The pertinent part of my css page was...
.18usc3607 { background-image: url("../images/federal0.jpg");
background-repeat: no-repeat;
background-attachment: fixed;...
Dan, Traq, jscheuer1, beverleyh, it's difficult to keep things straight when I'm surrounded by geniuses ;-)
Thanks all.
A.
Official Junior Coder
Traq, your surmise was correct: Taking the </noscript> outside the paragraph tags solved the problem.
Now as to your other suggestion, were I to change the doctype as you suggest, can you give me...
The w3c validator gives an error message when I try to validate http://www.njdriverslicenses.com/. The relevant code is...
<!-- Site Meter -->
<script type="text/javascript"...
I am looking at a script that has this code:
if ( form.yourName.value.length == 0 ) {
alert( "Please provide your name." );
form.yourName.focus();
return false;
Then, later on,...
OK. My bad. And it embarrasses me to say this. I _left_ clicked on google.js. I misunderstood to require a left click before the right click.
Sorry.
A.
Browser is IE 8.0.7601.17514 (64-bit)
Unable to right click, never get that far. Here's the message:
Error message is:
Windows Script Host
Script: c:\Users\Allan Marain\AppData\...
Error appears when clicking on the google.js link in Step 2 of the Google Search Terms Highlighter script on http://www.dynamicdrive.com/dynamicindex10/googlehighlighter.htm.
A.