Trust me: That will not happen very often ;-)
Type: Posts; User: marain; Keyword(s):
Trust me: That will not happen very often ;-)
Solved! Here is the winning code:
echo "<br /><br />Your final quota of hands for this session was {$numbers[$_SESSION['limit']]}. This would have been hand number...
OK. Thanks for your patience.
A.
Are you sure? What about
[CODE]const AGE = 25;
console.log(`I'm ${AGE} years old!`);[\CODE] ?
See https://www.w3docs.com/snippets/javascript/how-to-do-string-interpolation-in-javascript.html...
Coothead,
I'll try the resource you suggested.
A.
Modified the statement. Still it fails the syntax check, but I believe I'm making progress.
The modification was to put the interpolated variables into braces ( { and } ). The statement now...
Many thanks, Coothead.
I'll linger here for a while..we've given it now well less than half a day!
Coothead,
You get an "A" for effort!
Perhaps someone here who is an expert can educate both of us ;-)
A.
Coothead,
It is indeed easier to read, and I thank you--I'm not one to look a gift horse in the mouth ;-) . My quest, however, is for interpolation that I believe will enable elimination of all...
Coothead,
My initial inquiry was somewhat misleading. The page presently runs, using the original ineligant code. I'm just trying to use interpolation to make the code easier to read.
Esteemed PHP'ers:
My PHP parser was quite happy with this statement:
echo "<br /><br />Your final quota of hands for this session was " . $numbers [$_SESSION["limit"]] . ". This would have...
Coothead,
I hope you're feeling better! While I appreciate your replies, please feel under no obligation to respond, timely or otherwise!
On my desktop, the text does not appear bold. I...
I hope you're not tiring of me.
I want emboldened text on my https://www.marainlaw.com/page.php?here=PTI page. My CSS file included this code:
.PTI>p {font-weight:900; } It seems to be not...
Coothead,
Thanks.
I'll reply privately.
Best,
A.
Coothead,
I thanked you before, and I thank you again. But I continue to profess bepuzzlement over why specifying css information inline at the elementary level fails. ...
Coothead,
Clearing cache works. Thank you.
(But I do not understand why my inline css, inelegant as it was, failed.)
A.
Coothead,
Your suggestion is, oh, so much more elegant than my nonsense. That's the good news. The bad news is it still does not work.
A.
Slide show on https://www.njgunlawyers.com/page.php?here=FID consists of eight images. Each of the eight has its own css parameters (all identical). The css is being ignored. Most obvious is...
Oops. Brain fart on my part. I meant to use the footer tag.
Thanks.
A.
Folks,
www.NJDriversLicenses.com is failing a w3c check, giving the error message indicated above. I do not understand why.
Can someone please help?
A.
Coothead,
Was on Firefox yesterday, did clear the cache. I try it on Firefox again, but using a different computer. Now it works.
Was my clearing of the cache defective? (That's a rhetorical...
Folks,
The page is https://www.njgunlawyers.com/page.php?here=fidDenied. The relevant CSS code is
.fidDenied {
background-image: url("../images/denied300x150.jpg");
background-repeat:...
Folks,
Same page, https://www.njgunlawyers.com/page.php?here=FID , but with a different perplexing problem: The sizing issue appears to be completely solved (thanks to Coothead). The perplexing...
I did a super duper cache purge, and it now works perfectly even in Firefox. God is in her heaven.
Yes, it was to the CSS file that you recommended that change. Little did I know that putting it...
Wow.
Answering your question, I put that line there because you advised me to. Except that I screwed up the height number, thus accounting for the blank spaces. Style information removed and,...