Novahq.net Forum

Novahq.net Forum (https://novahq.net/forum/index.php)
-   phphq.Net Forums (https://novahq.net/forum/forumdisplay.php?f=277)
-   -   phMailer (https://novahq.net/forum/showthread.php?t=38697)

k1200lt 11-09-2004 10:59 AM

phMailer
 
Thanks for the very nice and very well working script.

A little question : is it possible to insert a background image, as i would like to make my pages look similar.


Many thanks in advance

Scott 12-07-2004 05:27 PM

It is, but you will have to edit the php code a little but. If you can catch on, edit the part of the code where the body tag is. You can put normal html in there but make sure you keep the format. All "'s are escaped with a \" before it.

peterh 12-10-2007 04:18 PM

Hello,

I must agree this is a wonderful script and I am having the same issue regarding customising to fit in with my overall web pages. You guys are rocket scientests and us mere mortals struggle jussssssst a leeeetle bit. Is there any layman termed tutorial or guide that we can follow to change colors and yes also pop in a header image. I have tried to mess around reading as you have suggested but the learning cure is like a year ...smile. Im so chuffed to have found a script that finally works it's just this matter of making it fit and look cool. Other scrips (non work so good) have a seporate html code for the form (pointing to the php file) which you can place anywhere within your web page which makes customising a breeze. Pls pls say it's that easy for this script.

Thanks

Pete

Lakie 12-10-2007 07:48 PM

Its not quite that easy, but it isnt too hard either...

HTML is HTML, the only thing you have to do different here is escape " marks, you have to do this because " mean something different in PHP, its a way of telling the script to skip it...

so if you have a HTML line

table border="0" width="871" align="center" cellpadding="0" cellspacing="0">
for this script that line beocmes
table border=\"0\" width=\"871\" align=\"center\" cellpadding=\"0\" cellspacing=\"0\">

peterh 12-11-2007 12:02 AM

Thanks Mike for the speedy reply.

Lemme give it a bash, no promises now see and if i break it don't blame me ... smile. By the way awesome swords!


All times are GMT -5. The time now is 05:01 PM.

Powered by vBulletin®