Jump to content

VivienneCrow

Member
  • Posts

    7
  • Joined

  • Last visited

VivienneCrow's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. I wanted to place a form onto my contact page of my website so that people can contact me easily, and it wont display my email address. I've found a code that does this ... but it seems rather long. Would someone mind taking a look at it to see if it's all necessary. Also, I'd like to be able to change the background of the text box's and submit button to match my site, is this possible? <FORM action="mailto:you@yourdomain.com" method="post" enctype="text/plain"> <TABLE BORDER="0" CELLSPACING="0" CELLPADDING="4" WIDTH="90%"> <TR> <TD width="30%"><DIV align="right"> <B>Name:</B> </DIV> </TD> <TD width="70%"> <INPUT type="text" name="name" size="20"> </TD> </TR> <TR> <TD><DIV align="right"><B>Email:</B></DIV> </TD> <TD> <INPUT type="text" name="email" size="20"> </TD> </TR> <TR> <TD><DIV align="right"> <B>Comment:</B> </DIV> </TD> <TD><TEXTAREA name="comment" cols="30" wrap="virtual" rows="4"> </TEXTAREA> </TD></TR> <TR> <TD> </TD> <TD> <INPUT type="submit" name="submit" value="Submit"> <INPUT type="reset" name="reset" value="Reset"> </TD></TR> </TABLE> </FORM> Thanks PS And I just remembered something else ... is there anyway for these forms to work without it automatically opening Microsoft Office Outlook? Every time I test it, that's what it does.
  2. Thanks Andrea, I appreciate it. I'll go ahead and fix up what I can. Hopefully it works properly after I've done a little more fiddling.
  3. Thanks everyone for your help. Adrea and Peek Web Design, may I ask if you'd be able to explain how to do that. I'm still a beginner and somethings I need a little extra help with, sorry.
  4. opps i think the header title is actually "profile" its closer to the top of the body. Sorry, its rather late here and my brain is fried lol
  5. its under the <h1> heading called "about" within the <body> of the page.
  6. Here's what I have so far. It's a template that I downloaded from Createblog and I've been changing things as I've learnt them.
  7. Hi All, I'm quite new to this and so far I've been doing pretty well. But right now I have this problem and I'm just stuck as to how to fix it. It's probably been broached before with another thread, but I thought I'd ask anyway. I have a small icon (100x100) on my left hand column with a bit of profile information wrapped around it. I've just added a list style code because I wanted to added circle bullets to separate each line more aesthetically. The problem is that when I add the bullets the text seems to start to early and creeps over the icon. This only happens when I'm viewing my website in Firefox. In IE it's fine and is sitting where I want to it to be. What am I doing wrong!?!?
×
×
  • Create New...