Embedding PHP scripts

bits_york

New Member
Messages
7
Reaction score
0
Points
0
I have recently downloaded a series of PHP and HTML files which together provide a nice neat contact form for my site. If I call the contact form as it is, it works perfectly.

My site has a banner graphic and navigation menu at the top of each page, which is set out using CSS) and I can't seem to work out how to embed the contact form into a page with the banner and menu.

It is probably something I am overlooking that is very simple but any help would be appreciated.
 

diabolo

Community Advocate
Community Support
Messages
1,682
Reaction score
32
Points
48
can you provide us a code to see what the problem is?
 

raytfer

New Member
Messages
2
Reaction score
0
Points
0
If you want to do it in a simple way, just use <iframe> html tag and point it to your contact page.

But you need to be more specific how your contact form works in order to merge it with banner graphic and navigation menu.
 

bits_york

New Member
Messages
7
Reaction score
0
Points
0
It's ok, I managed to work it out. I had forgotten to make my DIV Tag the right size so it was hiding most of it! Thanks anyway!
 

xav0989

Community Public Relation
Community Support
Messages
4,467
Reaction score
95
Points
0
bits_york, when asking for help on the forums, always clearly state your problem, what resources have you searched or read and give some code and real examples (such as your site). Also state what goal are you searching to achieve and what are your current results.

This way, you can get the best help the fastest.
 
Top