Goto Page: 1, 2
Actual Results
- NickN
- Forum: Website Design Forum
- Topic: No longer a <hr> tag in IE8?
- Subject: No longer a <hr> tag in IE8?
- Replies: 14
- Views: 958
- Subject: No longer a <hr> tag in IE8?
Posted: June 26th, 2009, 2:54 pm
Found it! Stupid actually. Since it works in Mozilla and not in IE8 it had to be the CSS-file:
--> the border had to be 1px minimum, though Mozilla showed it. --------- Personally I think the <div> t...
1.hr { color: #B4C0CF; background-color: #B4C0CF; border: 0px solid #B4C0CF; }
- NickN
- Forum: Website Design Forum
- Topic: No longer a <hr> tag in IE8?
- Subject: No longer a <hr> tag in IE8?
- Replies: 14
- Views: 958
- Subject: No longer a <hr> tag in IE8?
Posted: June 26th, 2009, 9:13 am
I'm using <hr /> tags, so that isn't the problem.
I'll try adding the height.
I'll try adding the height.
- NickN
- Forum: Website Design Forum
- Topic: No longer a <hr> tag in IE8?
- Subject: No longer a <hr> tag in IE8?
- Replies: 14
- Views: 958
- Subject: No longer a <hr> tag in IE8?
Posted: June 26th, 2009, 8:27 am
Hello I've always been using a <hr> tag without a problem. Since the release of IE8 it doesn't show anymore. The problem doesn't occur in Mozilla Firefox. Anyone had the same problem or knows a solution? I'm using [code]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"...
- NickN
- Forum: Programming / Scripting / Coding Forum
- Topic: Forum - MySQL
- Subject: Forum - MySQL
- Replies: 2
- Views: 256
- Subject: Forum - MySQL
Posted: December 9th, 2005, 4:07 pm
Thanks!
- NickN
- Forum: Programming / Scripting / Coding Forum
- Topic: Forum - MySQL
- Subject: Forum - MySQL
- Replies: 2
- Views: 256
- Subject: Forum - MySQL
Posted: December 9th, 2005, 3:28 pm
Hey
I have a forum (phpBB) running on my website. It's running on MySQL.
Is there an easy way how to access this database? I don't have MySQL installed on my server... Should I install it or can I access my database elsewhere.
I have a forum (phpBB) running on my website. It's running on MySQL.
Is there an easy way how to access this database? I don't have MySQL installed on my server... Should I install it or can I access my database elsewhere.
- NickN
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP: Form to mail - no multiline
- Subject: PHP: Form to mail - no multiline
- Replies: 2
- Views: 557
- Subject: PHP: Form to mail - no multiline
Posted: July 27th, 2005, 5:42 am
Hey guys
Found it! Take a look at....
http://www.issociate.de/board/post/215217/textarea_whitespace_and_returns_to_HTML.html
Greetz
N!CK
Found it! Take a look at....
http://www.issociate.de/board/post/215217/textarea_whitespace_and_returns_to_HTML.html
Greetz
N!CK
- NickN
- Forum: Programming / Scripting / Coding Forum
- Topic: PHP: Form to mail - no multiline
- Subject: PHP: Form to mail - no multiline
- Replies: 2
- Views: 557
- Subject: PHP: Form to mail - no multiline
Posted: July 24th, 2005, 3:55 am
Hey guys Here below you find the source code of my form to mail-script. It works very good, except one thing. My message is printed out in one line, in stead of multiple. For example: ------------------ This is a test ----------------- will be printed out (and mailed) as "this is a test". How can I ...
- NickN
- Forum: Programming / Scripting / Coding Forum
- Topic: No footer...
- Subject: No footer...
- Replies: 2
- Views: 447
- Subject: No footer...
Posted: January 16th, 2005, 1:09 pm
Hey guys I have found myself an excellent form to mail script, with validation and everything. Below you will see the main code (sorry it's so large, but I wouldn't want to forget something). What is the problem? When I add a header above the code - it shows - but when I try the same thing with a fo...
- NickN
- Forum: Programming / Scripting / Coding Forum
- Topic: Form stopped working ??
- Subject: Form stopped working ??
- Replies: 5
- Views: 494
- Subject: Form stopped working ??
Posted: January 11th, 2005, 9:01 am
Forget it guys, I've already found another script...
Thanks for the trouble
N!CK
Thanks for the trouble
- NickN
- Forum: Programming / Scripting / Coding Forum
- Topic: Form stopped working ??
- Subject: Form stopped working ??
- Replies: 5
- Views: 494
- Subject: Form stopped working ??
Posted: January 11th, 2005, 5:19 am
FORM: [code] <?php if ($_REQUEST['form_complete']) { include("validator-class.php"); $my_form = new validator; if ($my_form->validate_fields("naam, email, onderwerp, bericht")) { if (ereg("([[...
- NickN
- Forum: Programming / Scripting / Coding Forum
- Topic: FORMS - Dynamic List/Menu for a date
- Subject: FORMS - Dynamic List/Menu for a date
- Replies: 4
- Views: 413
- Subject: FORMS - Dynamic List/Menu for a date
Posted: January 7th, 2005, 10:20 am
I thought there existed a 'smarter' scripts, which could tell that f.e. the 31 febrauri doesn't exist.
Guess I'm asking too much, I'll do it with the other script.
Thanks anyway...
Nick
Guess I'm asking too much, I'll do it with the other script.
Thanks anyway...
Nick
- NickN
- Forum: Programming / Scripting / Coding Forum
- Topic: Form stopped working ??
- Subject: Form stopped working ??
- Replies: 5
- Views: 494
- Subject: Form stopped working ??
Posted: January 7th, 2005, 9:45 am
:shock: My form stopped working and I don't know what I did wrong, help me out! [Code:] [php] <?php if ($_REQUEST['form_complete']) { include("validator-class.php"); $my_form = new validator; if ($my_form->validate_fields("naam, email, onderwerp, bericht")) { if (ereg("([[:alnum:]\.\-]+)(\@[[:...
- NickN
- Forum: Programming / Scripting / Coding Forum
- Topic: FORMS - Dynamic List/Menu for a date
- Subject: FORMS - Dynamic List/Menu for a date
- Replies: 4
- Views: 413
- Subject: FORMS - Dynamic List/Menu for a date
Posted: January 6th, 2005, 2:59 pm
It doesn't really have to be "dynamic", but I was wondering... Januari has 30 days, Februari 28 this year, ... and so on. Maybe there is an easy script that I can implement in mij source code? I always wondered if you fill in USA f.e. later you get all the US states automatically. That's what I mean...
- NickN
- Forum: Programming / Scripting / Coding Forum
- Topic: FORMS - Dynamic List/Menu for a date
- Subject: FORMS - Dynamic List/Menu for a date
- Replies: 4
- Views: 413
- Subject: FORMS - Dynamic List/Menu for a date
Posted: January 6th, 2005, 2:08 pm
Hey dudes I'm working on a form to mail, which asks from the visitor a departure and an arrival date. Therefore I would like to create a (dynamic) form list/menu to make this easier and more controllable. If possible, something that resembles this look: http://www.wsabstract.com/script/script2/tripl...
- NickN
- Forum: Website Design Forum
- Topic: XHTML problems
- Subject: XHTML problems
- Replies: 5
- Views: 692
- Subject: XHTML problems
Posted: January 3rd, 2005, 4:08 pm
YES!!!
Thanks everyone, RichB in particular. You gave me some years extra without grey hairs
THANKS A LOT
Nick
Thanks everyone, RichB in particular. You gave me some years extra without grey hairs
THANKS A LOT
Nick

