I'm stumped. I'm not so sure what is the answer. I'll do some research in Google and get back to you if I got an anything. You should email the people at iContact as they probably could give you help..
It's cool, I found one. My iContact website uses CSS and I managed to edit the files so they all use my websites theme. Apart from the guestbook.pl file, once a user submits their thing it shows them what they submitted and provides a link back to the guestbook. But this page is not the same theme as my website, but is just a plain white page. How do I change this?..
I would need to see the script you are using to tell you that..
Here is the first half of guestbook.pl file:.
See agent002's post further down..
And here is my index.html file:.
See agent002's post further down..
Hi,.
I moved this thread to Server Side Programming. Could you please consider posting the code in a .txt file, attached to a post, rather than posting the code here on the forums? There's a huge scroll now, both vertical and horizontal...
After posting this is what is displayed on the users browser.
What you could do instead of having no URL re-direction is to re-direct it to a page of your choice..
I've set it up to redirect straight back so they dont see that. But if a user doesn't enter their name or a message and hits submit there is no way round seeing the page that says you forgot the comment etc.. and it is pure white and not inkeeping with my theme. That's why I need a way to sort that...
Well as you can see if prints the equavalent of a HTML page.
Print "<html" ect.
All you need to do is edit these parts..
I'm sorry I am not good with coding, so I don't know what to do..
That's why i'm posting here....
Ok, I got tired of the horizontal scrolling, so I will fix the issue for you. Attached is the code for guestbook.pl that you posted...
Now, the part of the Perl code that Joe posted, contains the print statements that output the HTML. You will simply need to edit it as regular HTML, you can add more print statements if you need to. Just use.
.
Instead of newlines and.
\".
For double quotes..
Here is index.html:..
Thanks for changing them to attachments. But I quite simply do not know how to fix these to follow my css theme. That's why I started this post, to ask if anyone can do this for me?.
Cheers..

