Open browser behavior does not work properly
I have quite a few websites in subfolders to my root website. I have tried using the open browser behavior to open a smaller resized html page in two of these subfolders. When I apply this behavior...
View ArticleRe: Is there a resolution to the incorrect file permissions issue in DW CS6?
Rubbish I say Nathan. No offense. We are not seeing any attempt at Dreamweaver 12.0 Build 5861 setting permissions after uploading. What version of DW are you using and is there a preference you had...
View ArticleRe: Open browser behavior does not work properly
It's hard to say what the problem could ber without seeing the page in question. Could you post a link to a live page? The actual .dwt template (if it's being used correctly) is only used by DW, you do...
View ArticleRe: CSS/Javascript which way to go for menus
I'd say go with jQuery (simplified javascript library) and CSS2. Javascript functions in pretty much all browsers, unless it has been turned off (the average is about 2% of users). Most of CSS3 is just...
View ArticleRe: Not seeing links in Front Page site
Is Java turned off in your browser? With the massive push lately to get people to remove Java from their machines due to security issues, it may be best to rethink the way that page is designed.
View ArticleHow can I change information on a website that I have linked to the my...
I created a website using dreamweaver cs5.5 and now my boss wants me to make changes on a webpage I linked it to a different site (one that I didnt create its with yahoo). He wants me to make changes...
View ArticleRe: How can I change information on a website that I have linked to the my...
In DW, you would go to Site > New Site and create a new empty site with just your ftp username, password and directory. You would then open that site in DW and choose the Get button from the Files...
View ArticleRe: Auto refresh .html page on load
All I've used so far is a simple in the : http-equiv="pragma" content="no-cache" /> Regards, Tom
View ArticleRe: What went wrong here?
Run your page through these validators and repair any errors... HTML: http://validator.w3.org/CSS: http://jigsaw.w3.org/css-validator/ If that doesn't fix the issue, we'll definitely need to see your...
View ArticleRe: Auto refresh .html page on load
I would suggest giving users some direction. Somewhere on the page, perhaps a note along these lines, maybe as a javascript alert on a "For the Newest Content..." button. "Content is updated often, be...
View ArticleRe: Setting up a default CSS rule on all html docs in DW
I looked for this once before, I liked the ability to create a default page to my own specs in GoLive all those years ago and there doesn't appear to be a way to do it from within DW itself. I suppose...
View Articlethe html5 tags nav in the broilerplate.css file - fluid grid
Ok. I am working with the fluid grid system in DW CS6. in the broiler plate.css file i see the below code which seems to control the styling for the listed html 5 elements. HTML5 display definitions...
View ArticleRe: Auto refresh .html page on load
I am only using a meta tag in the <head> <meta http-equiv="pragma" content="no-cache" /> Doesn't appear to work, as my changed pages don't change until I hit F5 in the browser window (even...
View ArticleRe: the html5 tags nav in the broilerplate.css file - fluid grid
You should never use spaces in an html id or a css id or class name, unless you are creating a selector that targets a class, id or element within another class, id or element. <div id="div nav">...
View ArticleRe: the html5 tags nav in the broilerplate.css file - fluid grid
i just used the name <nav> i also did it this way in order to have a more specific name. </head><body> <nav id="topnav"> <ul> <li>HOME</li>...
View ArticleRe: the html5 tags nav in the broilerplate.css file - fluid grid
it seems that when I gave the nav bar a more specific name instead of just <nav> i could then write rules that apply to that area. How do I get the main container in the Fluidgrid to position...
View ArticleCan I have multiple parameters in a Default value for a variable in a recordset
I have three variables in a record set that retrieves results from URL parameters: variables = $varAccess_rsAwaitingSecureAccess = "-1";if (isset($_GET['AccessCode'])) {...
View ArticleOnline Visitors Create and Format Their Own Layouts
I'm looking for either something I can purchase (or hire a developer to create) that would allow my visitors to layout their own banners and designs on my web site (that doesn't yet exist). They could...
View ArticleRe: Auto refresh .html page on load
A javascript cannot clear the actual browser cache, as mentioned by Wolfshade, that type of functionality is a security risk and browsers do not allow javascript that amount of access. But looking...
View ArticleRe: Online Visitors Create and Format Their Own Layouts
It sounds like you want to create an entire Content Management System for multiple users similar to something like Wordpress but with the purpose of submitting print work? As far as I know there is...
View Article