I'm trying to implement a slide show using jquery. My model is Murach's HTML5 and CSS3, 4th Edition, page 654. (Yes I know DD offers a slide show script. I could not get IT to work either.)
The...
Type: Posts; User: marain; Keyword(s):
I'm trying to implement a slide show using jquery. My model is Murach's HTML5 and CSS3, 4th Edition, page 654. (Yes I know DD offers a slide show script. I could not get IT to work either.)
The...
I'm confused about positioning of my robots.txt file. If I have a robots.txt file in my root folder, do its instructions automatically apply to all pages down the hierarchy? Does each add-on domain...
This works:
<div style="text-align:center; ">Far Hills</div>
This doesn't:
<span style="text-align:center; ">Far Hills</span>
James,
If you think this may help future (or present) followers, let's keep it. Otherwise no reason to.
Thanks for your help.
A.
Folks,
If I knew how to just delete the entire message I would.
Found error. It was in line 73, not in line 95.
Sorry for wasting your time.
A.
Folks,
Me again.
It is said that the world is divided into nurses and invalids. I'm afraid I'm an invalid--at least in PHP.
This code:
<?php
Keyboard,
Thanks!
The key to the fatality, as you pointed out, was what you called Issue 1. I fixed that there and, as you also pointed out, in other places. Logic errors existed but, once...
Folks,
The code below produces this error message:
testing connection from line 132 of test function
string(5) "Debug" float(8)
Fatal error: Uncaught Error: Function name must be a string in...
Hi Folks,
Just wondering whether anyone here regularly uses PDF Complete and, if so, how they like it, compared with Adobe Acrobat.
A.
Folks,
Coothead's solution was easier to implement (as is now done).
Molendijk's explanation of why I was getting what I was getting I had already figured out, just did not know how to get...
Hey Coothead,
The page is https://www.njmarijuana.com/page.php?here=epting .
A.
Mates:
The following code fixes an unadorned portrait onto the top left corner:
.page-name {
background-image: url("../images/portrait.jpg");
background-repeat: no-repeat;...
Molendijk,
First of all, thank you!
Your facility with javascript is two or three orders of magnitude greater than mine. I vaguely follow what you suggest, and assume your solution will work. ...
RewriteRule ^(.*)$ https://www.marainlaw.com/$1 [R=301,L] was in my .htaccess file. It was forcing all visits to http pages to instead seek an https page, including for subdomains. That is good--I...
I suppose technically this is more Apache than html, but Dynamic Drive has no Apache forum, and html seems a bit more descriptive than "other," so I hope y'all will indulge me:
My .htaccess file...
Thank you.
I'll add an "official" thank you when I figure out how. (It's been a long time.)
A.
Folks,
The code below appears to be not working. Might someone be able to point out the error of my ways?
<script>
var now = new Date();
var awoke = setFullYear(2019, 8, 18); //...
Thanks again, Molendijk..
A.
Hmmm. That's not something I've considered. Its sophistication appears to be above my present level of html/css mastery. (I code my own sites on the side as a relief from my "day job.") I also...
OK. Aside from the fact that your display is prettier, the logical difference is your insertion of width:100% into the outer table style. When I add that insertion, it works on my machine too! I...
Hi Folks,
I'm trying to code a table within a table, as follows:
<table style="border:0; " title="PCR Compared">
<tr>
<td style="width:10%"> </td>
<td style="width:80%; ">
<table...
That does not answer my original question but your response is nonetheless helpful in calling my attention to the existence of SEO blogs and fora. Thank you.
A.
Folks,
Can robots.txt statements include "pattern" directives, using DOS-type wild cards? For example, if I want a directive to disallow any page with filename beginning with abc, will Disallow:...
A W3C check correctly discerned that a page written predominantly in Spanish had a lang="en" start tag: "Warning: This document appears to be written in Spanish but the html start tag has lang="en"....
Of course! So elementary!
Thank you.
A.