Re: How do I turn off CSS Minify in DreamWeaver CS6?
ST, Nancy O-Keeping the Code Format Line Break type as LF(Unix), I cleared the cache and I think that may have solved the issue. I made new files, uploaded them and they have the proper Source...
View ArticleQuestion about .htaccess
I have a site that's just a general site -- not scripting or anything. But I'm also hosting a friend's site that is Wordpress. So inside dreamweaver I created a folder for his site. We've downloaded a...
View ArticleUsing Sort function for table header for a repeating region table
Anyone have any luck using the commands>sort table function on a table that has repeating region table data? It seems like any time i try to use the sort table function from the commands list, it...
View ArticleRollover image swap not working?
Hi, I've got a load of rollover images, all of which swap to the same image on mouseover.just one isn't working! The page is www.redkiwidesign.com/portfolio.html and the picture in question is on the...
View ArticleRe: FTP Problems With DWCS6
I would suggest downloading Filezilla to test this if you are not familiar with running a command prompt. Filezilla is a free, and very stable, FTP program. You just add the info as you did in DW. If...
View ArticleRe: FTP Problems With DWCS6
Is your site properly defined in DW ( Site > Manage Sites...) & are you uploading to the correct root directory on your server? Some hosts use htdocs or public_html as the root directory where...
View ArticleRe: Rollover image swap not working?
The 4th one is telling it to swap an image closer to the top, rather than the image itself. It's an html id problem. You are telling it to swap "Image46", but the name of the image you have that...
View ArticleRe: Rollover image swap not working?
Oddly, the fourth one is the one that doesn't have a space in the image name. Shouldn't use spaces in file names. Use underscores (in both code and file name) in place of spaces, or %20. Other than...
View ArticleRe: Expand a div over other divs?
For your hover function, you can do a simple version by using CSS3. The hover function won't work in IE8 or lower but I imagine there is a full on javascript method for the older browsers though....
View ArticleRe: Question about .htaccess
WP .htaccess should be in the folder containing the WP files, not your root folder. Nancy O.
View ArticleRe: Floating menu
Yes, fixed. Sorry, I didn't know the term. I will study up on this because I am not sure about the pixels either. Thank you
View ArticleRe: Using Sort function for table header for a repeating region table
The sort table command is for static content.You need to use a server-side script to sort data in dynamically populated tables. Nancy O.
View ArticleRe: Floating menu
Oops, I just noticed I have an error in the css I gave you too. The second colon at the end of the position info should be a semi-colon, so... position:fixed;top:#px;left:#px;
View ArticleRe: HTML Email Image Based Table Outlook 2077 & 2010
Some ammunition for you to take to the "powers that be":Creating HTML Emails: what you need to knowhttp://alt-web.com/Articles/HTML-Emails.shtml Nancy O.
View Articleimage magnifying
Hello, I want to magnify an image when you hover over it and that it moves with the cursor. You know those sites that display a detailed photo of say 800x600 but, display it in an area only 200x200 ?...
View ArticleRe: image magnifying
You could get that done with jQuery pretty easily. Here's a page that has a few different jQuery plug-ins that can handle that... http://www.tripwiremagazine.com/2012/12/jquery-image-zoom.html
View ArticleRe: CSS files does not appear to link
If you inspect your page with Firefox Web Developer tool (get that!) you'll see a warning: [13:36:48.725] The stylesheet http://home.ca.astound.net/~m.dewilde/style.css was not loaded because its MIME...
View ArticleRe: Framesets don't preview in browser. Why?
Thank you both for all the help. I really appreciate your helping me out. I'll have a good look at CSS go with your recomendations.The typo - typical dyslexic error of reversal. I'd be a hopeless...
View Articlenth-child and containers
Hello, I am learning about expanding overlay effect, with nth-child (here is the link) http://tympanus.net/codrops/2013/01/17/putting-css-clip-to-work-expand ing-overlay-effect/comment-page-2/#comments...
View ArticleRe: Possible to use "old" validator for DW CS5 in CS6, or persuade the author...
Problem solved. I hacked together a DW extension to do this at the touch of a function key. Most of my markup files are HTML fragments, so the extension prepends the minimal necessary header items...
View Article