Skip to content
View in the app

A better way to browse. Learn more.

Web Designer Forum

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.

Slotigork

Members
  • Joined

  • Last visited

Everything posted by Slotigork

  1. So all i do is to change the <input type="submit"> to <input type="image"> and add a source?
  2. 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>
  3. Sorry, don't really know what happened here. -Remove this post-
  4. 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?
  5. 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?
  6. 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?
  7. 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.

Account

Navigation

Search

Search

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.