Search found 24 matches

by keychange
Tue Jan 28, 2014 5:15 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: FTP Logins Lost
Replies: 1
Views: 1918

FTP Logins Lost

I moved to a new desktop using Win 7/64 and reinstalled HTMLPad14 (12.2) I copied all my projects over but I lost the ftp settings - which for over 30 domains is a pain. I went back to the old system and exported the settings and imported into new but still no FTP logins etc. Can anyone tell me ...
by keychange
Tue Aug 06, 2013 8:07 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: HTML Pad Circle of Infinity
Replies: 1
Views: 1874

Re: HTML Pad Circle of Infinity

FInally realised that the cause of this is Analytics code - on one site in particular the problem makes Preview unusable. See http://www.illawarramortgagebroker.com.au/
by keychange
Fri Jul 12, 2013 8:17 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: HTML Pad Circle of Infinity
Replies: 1
Views: 1874

HTML Pad Circle of Infinity

Over last few weeks I noticed the blue circle in Preview mode hanging around more and more on not just on one project or server.

I have 12.1.0.149
by keychange
Wed Mar 06, 2013 12:21 pm
Forum: Easy Button & Menu Maker Support
Topic: Last item wraps
Replies: 5
Views: 5886

Re: Last item wraps

sorry using chrome and even after deleting cache it not refresh properly I checked in Safari and your suggestion has worked thanks for that
by keychange
Wed Mar 06, 2013 12:16 pm
Forum: Easy Button & Menu Maker Support
Topic: Last item wraps
Replies: 5
Views: 5886

Re: Last item wraps

So I edited the WP style.css to
{ list-style: disc; }
li { margin-left: 0px; }


and still no better (I am away from desk and viewing on ipad - not sure if that could be effecting what I see)
by keychange
Wed Mar 06, 2013 12:15 pm
Forum: Easy Button & Menu Maker Support
Topic: Last item wraps
Replies: 5
Views: 5886

Re: Last item wraps

So I edited the WP style.css to
{ list-style: disc; }
li { margin-left: 0px; }


and still no better (I am away from desk and viewing on ipad - not sure if that could be effecting what I see)
by keychange
Wed Mar 06, 2013 12:03 pm
Forum: Easy Button & Menu Maker Support
Topic: Last item wraps
Replies: 5
Views: 5886

Re: Last item wraps

I entered that in the menu CSS and that hasn't worked so I added to the WP theme CSS and still no luck
by keychange
Wed Mar 06, 2013 5:47 am
Forum: Easy Button & Menu Maker Support
Topic: Last item wraps
Replies: 5
Views: 5886

Last item wraps

I had this problem before and can't remember the fix but when I add the menu to a WP header the last item wraps to the next line and so I have to make the <ul id="mbkeymenuebul_table" class="mbkeymenuebul_menulist css_menu" style="width: 546px; height: 34px;"> width 30px wider and then you the last ...
by keychange
Fri Jan 18, 2013 2:30 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: XSL Style sheets
Replies: 2
Views: 2159

Re: XSL Style sheets

OK I figured it out - had to add to Project file types - seems a bit of duplication
by keychange
Fri Jan 18, 2013 2:27 am
Forum: HTMLPad / Rapid CSS / Rapid PHP / WeBuilder Support
Topic: XSL Style sheets
Replies: 2
Views: 2159

XSL Style sheets

I use HTMLPad to edit my xsl documents but I can't get them to appear in the project file list window. I have included them in document types and associations but they just won't show

V 11.4.0.133
by keychange
Thu Sep 13, 2012 9:24 am
Forum: Easy Button & Menu Maker Support
Topic: The menu does not always fit
Replies: 2
Views: 3824

The menu does not always fit

This happens to me on two sites on IE and Chrome / Firefox - I copy and paste all the html including <ul id="mbmenuebul_table" class="mbmenuebul_menulist css_menu" style="width: 534px; height: 49px;"> But almost always the last menu item wraps and starts a new line and so I have to make the "width ...
by keychange
Fri Aug 31, 2012 2:57 am
Forum: Easy Button & Menu Maker Support
Topic: Erratic outcomes on IE9
Replies: 11
Views: 10306

Re: Erratic outcomes on IE9

Thanks Aivars

I should have thought of that - I was working on some non-standard text uploads and had manually set transfer to ASCII

All good now - thanks

Andrew
by keychange
Thu Aug 30, 2012 12:44 pm
Forum: Easy Button & Menu Maker Support
Topic: Erratic outcomes on IE9
Replies: 11
Views: 10306

Re: Erratic outcomes on IE9

I am having same problem (without includes) on http://www.keychange.com.au - perfect in Chrome - useless in IE(
I have tried every form of publish - I have placed files in root and in sub folder - the css link obvioulsy works but the images refuse to render
by keychange
Wed Aug 22, 2012 3:43 am
Forum: Easy Button & Menu Maker Support
Topic: Erratic outcomes on IE9
Replies: 11
Views: 10306

Re: Erratic outcomes on IE9

except the gradients aren't working if I use a single css - so I have to edit every page to add the individual css - so answer is when using IE9 with SSI

must be <!DOCTYPE HTML>
all files including image and css must be in root
by keychange
Wed Aug 22, 2012 3:12 am
Forum: Easy Button & Menu Maker Support
Topic: Erratic outcomes on IE9
Replies: 11
Views: 10306

Re: Erratic outcomes on IE9

OK got it figured out IE9 does not resolve SSI link to relative paths - therefore completely contrary to your instructions all the files have to be saved into the root directory - and with <!DOCTYPE HTML> it works.