Everything posted by Slotigork
-
How do i turn an emailconnected input type=submit into a picture?
So all i do is to change the <input type="submit"> to <input type="image"> and add a source?
-
How do i turn an emailconnected input type=submit into a picture?
Okay, so i want to turn the "<input type="submit" value="Send">" into a picture (like a .jpeg or something like that). How do i do that? Full code (from w3school): <html> <body> <form action="MAILTO:someone@w3schools.com" method="post" enctype="text/plain"> <h3>This form sends an e-mail to W3Schools.</h3> Name:<br> <input type="text" name="name" value="Bajs" size="20"> <br> Comment:<br> <input type="text" name="comment" value="yourcomment" size="40"> <br><br> <input type="submit" value="Send"> <input type="reset" value="Reset"> </form> </body> </html>
-
Extreme beginner needs help
Sorry, don't really know what happened here. -Remove this post-
-
Extreme beginner needs help
Thank you, that really helped :-) EDIT: Okay, so i'm using this code now: <div align=center> <img src="http://img232.imageshack.us/img232/830/maxlayoutp.png" width="1000" height="868" usemap="#planetmap" BORDER="0" /> <map name="planetmap"> <area shape="rect" href="http://www.testtitle.net16.net/bilder.html" coords="474,50 598,90"/> </map> </div> How do i place a text upon this image? I want the text to be somewhat centered inside the yellow box. EDIT2: I got around it by doing like this: <style type="text/css"> h1 { position:absolute; left:420px; top:530px; } </style> in the <head>. Is there a easier/more efficient way?
-
Extreme beginner needs help
Wonderful, i now know ho to do a link inside an image, but i still don't really get the hang of the coords. <area shape="rect" coords="0,0,128,40" href="mywebsite.com/bilder" /> This line makes the square in the right dimensions, but as soon as i start to play with the x1 and y1 the link flips out. How do i know what to write in those two?
-
Extreme beginner needs help
Okay, but the code i'm looking for to make that single part of the picture to become a link, is that html, xhtml or css?
-
Extreme beginner needs help
Okay, so i recently started designing a small website, it took around 30 minutes in photoshop. The website's for my friend who works as a carpenter so i wasn't going for anything big. The problem is: I have no idea how to code my website. For example: i would love that if you pressed on the button that says "bilder"(=pictures) you would come to another website, let's call it mywebsite.com/bilder. My other problem is that i have no idea how to actually write anything on the big yellow square and make it look good. I mean, it would be great to have a small introduction about his product. I appreciate all the help i can get, but i have to warn you tho', i really stink at coding so i can't promise that i'll understand what you're talking about if you don't go really deep into details. My website I will uppgrade the webhotel and the domain as soon as i get the codes working.