Re: What is not right about this code??
This is all of javascript for caculation (http://www.milesmemorials.com/estimator.html) - function GetSelectedItem(frname) { chosen = ""len = frname.length for (i = 0; i <len; i++) {if...
View ArticleRe: How to put spaces between a stack of social media icons?
Thank you all for your suggestions. I will try them and see which one I can get to work.
View ArticleRe: Lost template file
Here's the code for the template. Fix the coding errors in this file first. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><html><head><!-- TemplateBeginEditable...
View ArticleRe: Feedback Form Processor
I second that. CAPTCHAS are not web friendly, they're hard to read and often lead to submission failures which frustrates humans. I use Honeypot with great success on multiple web sites. Obviously...
View ArticleRe: PHP - Delete multiple database records using checkboxes?
I was thinking I could just leave the checkbox values blank and then they would be returned as 'true' when selected? I could then do something like using arrays to get the information for the loop....
View ArticleRe: One Site. 5 different-width Pages. How?
Server side includes is certainly a possibility. I may end up trashing 2/3 of what I've already done before I'm finished with this. But then, I built the existing site in GoLive. I am innured to tedium.
View ArticleRe: How to put spaces between a stack of social media icons?
I forgot to mention that I do not have the icon images on my server but they are supplied via java script from the media sites. In other words I don't have icon images but rather just the code to...
View ArticleRe: Spry menu difficulties
10 Templates is far too many for one project. You should be using 1 or maybe 2 templates maximum for site wide structure. Add embedded CSS code for page specific styles. Use Server-Side Includes...
View ArticleRe: How to put spaces between a stack of social media icons?
If you swap <li> tags for <span> tags, & style the lists with CSS as I suggested it works just fine. Nancy O.
View ArticleRe: Extensions not displaying in Filter
Do you have a local testing server installed?Did you launch your testing server before you opened DW? Nancy O.
View ArticleRe: How to put spaces between a stack of social media icons?
I changed the height in your CSS from 16 to 30 .stButton .chicklets { background-repeat: no-repeat; display: inline-block; font-family: Verdana,Helvetica,sans-serif; font-size: 11px;...
View ArticleRe: Find in Folder, but exclude some sub-folders
Hi,You can do that by cloaking files and/or folders in your dreamweaver site. Kind regards,Mathieu
View ArticleRe: Fluid Footer - All the Way at the Bottom
Thanks Nancy. Really appreciate your time.
View ArticleRe: Feedback Form Processor
I do what Nancy and Murray do. I want people to fill out the forms. Unforunately, the honeypot method will "break" if you use the script from dreamweaverclub.com. One other thing I do in addition to...
View ArticleRe: What is not right about this code??
Try:total_funeral = 1640.00 + Number(GetSelectedItem(document.catwebformform22057.CAT_Custom_76922) ) + Number(GetSelectedItem(document.catwebformform22057.CAT_Custom_00005) ) +...
View ArticleLinks change colour when uploaded to web site server
Links I create on a page show as blue in design view. But when viewed in a browser they change colour to grey. This is true whether onn the local machine or upoaded to the web server. I have checked...
View ArticleRe: Links change colour when uploaded to web site server
So in your css do you have the a:visited color set to gray? If so, they are showing as gray because you have visited the pages and they are cached in your browser. A link to the problem page would help...
View ArticleRe: connection-to-server-unsuccessful-phonegap-android-emulator
well i think needs phonegap 1.1.0 but run with 2.,3.0 where find for dreamweaver phonegap 1.1.0 zip ?
View Article