Is it possible to create a Imprint-Site and a contact form?
1 Answers
Hello Adam !
If you want to create an Imprint site for the DW Focus, You can add the following code to the Text frame then edit the content that you want to display:
<div id="imprint">
<div style="display:inline" id="imprint"><div style="width:570px"><strong>Service Address</strong></div>
<div style="padding-left:15px;width:550px;padding-top:10px">... ...<br>......<br>........<br>.....</div>
<div style="width:570px;padding-top:10px"><strong>Contact details</strong></div>
<div style="padding-left:15px;width:550px;padding-top:10px">Tel.: +.....<br>Fax: .....<br>E-Mail: <a href="mailto:[email protected]">[email protected]</a></div>
</div>
– To add a Contact form, You can use the Contact Form 7 plugin. Please find the plugin here: http://wordpress.org/plugins/contact-form-7/
Please login or Register to submit your answer