freeflow
Jul 7 2006, 06:40 AM
Try using a diff form?
OR try changing your submit thing to this:
CODE
<INPUT TYPE="submit" NAME="Submit" value="Send!" style="background-color:COLOR; color: COLOR; font-face: FONT NAME; font-size: 8pt; border: 1 black solid">
hollywood.
Jul 7 2006, 12:25 PM
I don't really know any different forms :/ The code you gave me, is there anything there that I should change?
freeflow
Jul 7 2006, 12:45 PM
Nope.
Heres a form , thatI took that from:
http://pixelfx.org/tuts/html/emailforms.htmlYou can just add more fields.
I reccomend:
http://regretless.com/scripts/scripts.php (dodosmail)
http://pixelfx.org has some.
hollywood.
Jul 7 2006, 05:43 PM
Ok. I have one last question. When you click on a link on my page it doesn't appear on my website it goes into a blank page.
freeflow
Jul 8 2006, 06:05 PM
What do you mean? which link does that?
hollywood.
Jul 9 2006, 12:16 AM
When you click Challenges or submit.
freeflow
Jul 9 2006, 12:50 AM
Are you using an iframe or a div?
If your using a iframe you have to link those pages into the iframe.
<a href="urltopage" target='iframename">Link name </a>
or <a href="urltopage" target=iframename>Link name</a>
If your using a div you need to conver to php. Then make php includes to the header, css, and possibly footer files. Or you can just add the layout to each page.