Search found 6 matches

by markwickens
Sat Nov 25, 2006 10:58 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Canning website for use on Mac
Replies: 3
Views: 3364

...just be careful of case sensitivity!
by markwickens
Sat Nov 25, 2006 10:56 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: PHP, White Space and header() {SOLVED}
Replies: 2
Views: 2497

Sorted

This is becoming habitual; despite hours of checking and testing, I post a problem - only to go away and fix it for myself! Perhaps I shoud wait another one or two beers worth before posting next time.

In the end, it turned out that a reference to an external CSS file causing the header() error ...
by markwickens
Sat Nov 25, 2006 12:21 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: PHP, White Space and header() {SOLVED}
Replies: 2
Views: 2497

PHP, White Space and header() {SOLVED}

Has anyone encountered a problem using this menu system with php scripts??

My dev machine has had no php related probelms, but I have just uploaded to a test server and I'm having problems with a php header() call encountering white space in the milonic_src.js file (at least, that's what is ...
by markwickens
Wed Nov 15, 2006 1:16 pm
Forum: Help & Support for DHTML Menu Version 5+
Topic: Frames - Ho Hum!
Replies: 4
Views: 3657

Ruth


Thanks for the offer of help - but I've now tracked down the problem. It turned out to be an issue with the way I had coded the frames:

Code: Select all

marginwidth="0" marginheight="0"
for eacch frame fixes the problem!


TVM anyway


Regards


Mark
by markwickens
Wed Nov 15, 2006 11:17 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Frames - Ho Hum!
Replies: 4
Views: 3657

Ruth


Thanks for the response.

Here's the framset html doc:

<html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<head>
<title>Brick And Mortar - You Build On Our Experience</title>
</head>
<frameset framespacing="0" border="0 ...
by markwickens
Wed Nov 15, 2006 9:16 am
Forum: Help & Support for DHTML Menu Version 5+
Topic: Frames - Ho Hum!
Replies: 4
Views: 3657

Frames - Ho Hum!

:cry:

Arrghhh!

I am building a small and simple site that uses two vertical frames. One frame - the left hand side - is a static navigaiton bar. Content is loaded into the right hand frame. I have folowed all the instructions for modifying the menus to work with frames and everything is fine and ...