Search found 5 matches

by halbarad
Fri Feb 08, 2008 4:45 am
Forum: Javascript
Topic: [Solved]Bizzare DIV problem
Replies: 4
Views: 416

Re: Bizzare DIV problem

I fixed the problem now by just taking out the overlow section for the Div in all browsers, it means more scrolling for people but solves the problems I was having with IE.

I should have updated earlier that it was fixed.
by halbarad
Tue Feb 05, 2008 4:02 am
Forum: Javascript
Topic: [Solved]Bizzare DIV problem
Replies: 4
Views: 416

[Solved]Bizzare DIV problem

Hi I have my site's navigation done in php and it includes the page clicked in a DIV. This was fine until I set up a gallery. For the gallery I created a loop in php to go through the files and display them with links to the larger versions. This seemed to work fine untill I was switching between ta...
by halbarad
Tue Jan 22, 2008 9:00 am
Forum: PHP - Code
Topic: Syntax Error which won't go away
Replies: 4
Views: 148

Re: Syntax Error which won't go away

I thought you meant before the first MAIL. I tried that and it has fixed it.

Thanks a lot.
by halbarad
Tue Jan 22, 2008 8:49 am
Forum: PHP - Code
Topic: Syntax Error which won't go away
Replies: 4
Views: 148

Re: Syntax Error which won't go away

There must be no white spaces before MAIL; Thanks, I'm sure that's worked other times when I have used that as it's pretty much just copied from a previous page I wrote where it worked. I'm still getting the error message as well, just in case that was supposed to fix it (and if it did I would be k...
by halbarad
Tue Jan 22, 2008 8:20 am
Forum: PHP - Code
Topic: Syntax Error which won't go away
Replies: 4
Views: 148

Syntax Error which won't go away

Hi I am working on having a form on a web page for submitting queries to an email address. I know this isn't exactly a good idea so I am working on checking the text area to see if there is any special characters (html tags opening, attempts to close php tags or quotes) however the two methods I hav...