A while ago somebody posted a website where you could choose a color and the site would show you some colors that combined with it.
Do you know which site I'm talking about?
Thank you.
I don't know what it is, but recently I found this page
COLORlovers they have some interesting stuff under the Tools section as well.
If anyone web wise with html knowledge is able to help me get a "contact form" working (ie a text box and submit button) please get in touch! I haven't been able to get it to work - can't quite get my head around it. Thanks!
Did you try something like this?
http://www.freecontactform.com/html_form.phpJust put the first part into your html page, modify the stuff you need, mainly the width and other design choices.
The other part you just need to save as a php page, also basically copy paste and of course change the mail address (it's noted where you change it in the code).
I mainly use wordpress forms, but I can try this out on my server if you want. This is probably a good solution, though if you start getting spam a captcha should be put in as well, but cross that bridge if you get there.
EDIT: I've checked it, it works ok, just remember to change the mail address at the beginning of the php part plus this is a very strict form (first and last name have to be without numbers and have to start with a capital letter)