contact page

veitm / 2013-07-17 14:56:40   

hi
need the simplest contact page ever, a blank page only with my email address and an external page link. appreciate any helps. thanks!

marceloveit.com

arsondpi / 2013-07-17 16:06:59   

Hello!

Help with what exactly?
You need to make two links - one with a mailto: attribute for your email address and one with a target='_blank' attribute.

veitm / 2013-07-17 16:26:03   

hey!
i tried using the link manager button, but it is not showing on preview. these lines are automatically created

veitm / 2013-07-17 16:26:36   

veitm / 2013-07-17 16:29:47   

i can't copy/paste it here too. terribly sorry for my absolute lack of knowledge on all that.....

arsondpi / 2013-07-17 16:31:47   

for example the following link in an email link

  1. <a href="mailto:someone@example.com?Subject=Hello">
  2. text here</a>

and this one open the link in a new browser window

  1. <a href="INSERT_URL_HERE" target="_blank">
  2. text here</a>
veitm / 2013-07-17 17:02:08   

many many thanks!

This thread has been closed, thank you.