Search found 9 matches

by rjhe22
Tue Sep 28, 2010 5:54 am
Forum: HTML, CSS and other UI Design Technologies
Topic: firefox display problem
Replies: 2
Views: 1239

firefox display problem

hi im using css in php and its looks fine in IE but not in firefox how can i get it to look the same in firefox here is my code body { background-color: #f1f1f1; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; color: ...
by rjhe22
Mon Sep 27, 2010 7:47 am
Forum: PHP - Code
Topic: aligning a table center in php
Replies: 4
Views: 112

Re: aligning a table center in php

thanks very much for that it works perfect
by rjhe22
Mon Sep 27, 2010 5:51 am
Forum: PHP - Code
Topic: aligning a table center in php
Replies: 4
Views: 112

Re: aligning a table center in php

sorry let that bit out <style type="text/css"> <!-- body { background-color: #f1f1f1; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 12px; font-style: normal; line-height: normal; font-weight: normal; color: #666666; text-decoration: none; margin-top:150px; t } #formHolder ...
by rjhe22
Mon Sep 27, 2010 5:33 am
Forum: PHP - Code
Topic: aligning a table center in php
Replies: 4
Views: 112

aligning a table center in php

hi im trying to get my table to be in the middle of the page also want it to be a certain distance from the top of the webpage. any ideas how to do this this is my code </head> <body leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <div id="...
by rjhe22
Fri Sep 24, 2010 12:02 pm
Forum: PHP - Code
Topic: output not showing correctly
Replies: 3
Views: 145

Re: output not showing correctly

that worked cheers. that has been wrecking my head.

on other thing the <br> keep showing up as well in the mail anyway of stopping this
by rjhe22
Fri Sep 24, 2010 11:59 am
Forum: PHP - Code
Topic: Send Emails with a Web Form: PHP Scripting
Replies: 2
Views: 140

Re: Send Emails with a Web Form: PHP Scripting

this is fixed now
by rjhe22
Fri Sep 24, 2010 11:58 am
Forum: PHP - Code
Topic: output not showing correctly
Replies: 3
Views: 145

output not showing correctly

Hi i cannot get the out put to show correct or get it to put in what i fill in in my from. here is part of my code not working right /* subject and email*/ $emailSubject = ' crazy email scripting !'; $webMaster = ''; /* getting data */ $emailField = $_POST['email']; $nameField = $_POST['name']; $pho...
by rjhe22
Fri Sep 24, 2010 10:22 am
Forum: PHP - Code
Topic: Send Emails with a Web Form: PHP Scripting
Replies: 2
Views: 140

Re: Send Emails with a Web Form: PHP Scripting

o this is the php code <?php /* subject and email*/ $emailSubject = ' crazy email scripting !'; $webMaster = 'RHealy@harvest-financial.ie'; /* getting data */ $emailField - $_POST [ 'email '] ; $nameField - $_POST [ ' name '] ; $phoneField - $_POST [ ' phone'] ; $responseField - $_POST [ ' response ...
by rjhe22
Fri Sep 24, 2010 9:59 am
Forum: PHP - Code
Topic: Send Emails with a Web Form: PHP Scripting
Replies: 2
Views: 140

Send Emails with a Web Form: PHP Scripting

hi i have this script done up but when i press the submint button nothing happens any ideas <html> <head> <title>Form from Tutvid.com</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <style type="text/css"> <!-- body { background-color: #...