Search found 17 matches

Actual Results

Post 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:
Code: [ Download ] [ Select ]
1.hr { color: #B4C0CF; background-color: #B4C0CF; border: 0px solid #B4C0CF; }
--> the border had to be 1px minimum, though Mozilla showed it. --------- Personally I think the <div> t...

Post Posted: June 26th, 2009, 9:13 am

I'm using <hr /> tags, so that isn't the problem.

I'll try adding the height.

Post 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"...

Post Posted: December 9th, 2005, 4:07 pm

Thanks!

Post 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.

Post 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

Post 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 ...

Post 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...

Post Posted: January 11th, 2005, 9:01 am

Forget it guys, I've already found another script...

Thanks for the trouble

:twisted: N!CK

Post 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("([[...

Post 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

Post 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:]\.\-]+)(\@[[:...

Post 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...

Post 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...

Post 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
  • Sort by
 
 

© Unmelted Enterprises 1998-2009. Driven by phpBB © 2001-2009 phpBB Group.