www.webdeveloper.com
+ Post New Thread
Page 1 of 4 1 2 3 ... LastLast
Threads 1 to 25 of 76

Forum: HTML

Discussion and technical support for building, using and deploying HTML sites. For articles, check out our HTML5 Development Center.

  1. Sticky Thread Sticky: NOTE: Please don't call your thread "Need help"

    Here's a quick sample of some bad names for threads: "Need help!", "Noob needs help!", "How do you do this?", "Driving me crazy!"... Why are they bad names? Well, because they really don't tell anyone what the thread is about. Most threads are started by people who need help, so stating that...

    Started by BonRouge‎, 06-07-2005 08:16 AM
    • Replies: 2
    • Views: 48,856
    06-12-2005, 09:42 AM Go to last post
  2. Sticky Thread Sticky: Information on FORMS for Feedback or Contact Pages - Updated!

    Want to save information from a form to a file or email it to yourself? You can't use HTML for this, you need a server side languages. There are many such languages that you can use, like PHP, ASP, ASP.net, CGI-Perl, JSP, ColdFusion, ect. First, find out what your host supports and then you can...

    Started by Compguy Pete‎, 07-21-2004 10:32 AM
    • Replies: 3
    • Views: 67,876
    07-16-2005, 08:03 AM Go to last post
  3. Sticky Thread Sticky: How to Hide your Source Code!

    This question gets asked fairly often on this forum, so we've assembled here a definitive answer to the question of how one can hide their HTML source from people. Unfortunately, the short answer is, you can't. There have been various methods put forth, but all of these are easily circumvented. In...

    Started by MstrBob‎, 12-29-2005 01:07 PM
    • Replies: 0
    • Views: 126,621
    12-29-2005, 01:07 PM Go to last post
  4. Sticky Thread Sticky: HTML editors

    Web Editors (PC): 10 Fantastic Free Web Page Editors: http://www.elated.com/articles/10-fantastic-free-web-page-editors/ Free HTML Editors, Web Editors, and WYSIWYG Web Editors and Site Builders: http://www.thefreecountry.com/webmaster/htmleditors.shtml#htmleditors PageBreeze (Free visual...

    Started by Major Payne‎, 11-08-2010 11:22 PM
    • Replies: 0
    • Views: 22,448
    11-08-2010, 11:22 PM Go to last post
  5. Exclamation Sticky Thread Sticky: Have you built an HTML5 and/or CSS3 site?

    We are building a new section on HTMLGoodies (sister site to this one). I need some help and in return, a site you've built might get a free link. What I'm looking for: I'm looking for sites built using HTML5 or CSS3 features. If you've built a cool site that uses either of these, then I...

    Started by brad jones‎, 02-17-2012 11:02 AM
    5 Pages
    1 2 3 4 5
    css3, html5, web development
    • Replies: 71
    • Views: 16,060
    05-07-2013, 08:29 PM Go to last post
  1. W3 validation problems

    Hi. I recently discovered that my website has some W3 validation errors that I do not understand. I hope that some of you will be able to shed some light on these errors. I got many errors (up to 72 errors on a page) and they are basically the same throughout the website. Below I have copied the...

    Started by jeffgoblin‎, 04-09-2013 12:09 PM
    3 Pages
    1 2 3
    errors, html, validation
    • Replies: 34
    • Views: 3,847
    04-18-2013, 08:12 AM Go to last post
  2. Problem sizing floating divs

    I have a dynamically generated web page that is constructed using floated divs. The idea is that my CMS can put whatever I like pretty much anywhere on a page within a grid structure. However, I run into two problems. The first is that because the pages use floating divs, they do not inherit...

    Started by chestertb‎, 04-18-2013 09:37 PM
    • Replies: 1
    • Views: 460
    04-18-2013, 11:00 PM Go to last post
  3. How to position a script anywhere on a page?

    Hi everyone, I'm somewhat of a beginner of HTML and I just had a quick question. I am trying to move my scrolling LED script seen here www.cwaChicago.com and I'm trying to move it to the gray box just above it. Here is my code for the LED scroll. Any idea how to move it up there? <script...

    Started by BlueHouse‎, 04-17-2013 04:30 PM
    • Replies: 1
    • Views: 466
    04-19-2013, 09:57 AM Go to last post
  4. Blurred in background, in image

    Well, I got a question. How can I make the background blur but not the image... because when I use the blur, the photo / image seems to be blurred too..... body { -webkit-filter:blur(5px); } a { -webkit-filter:blur(0px); /*** I tried using this but didnt work... ***/ }

    Started by ischools‎, 04-21-2013 08:54 PM
    filter, html, java, webkit
    • Replies: 1
    • Views: 704
    04-22-2013, 07:49 AM Go to last post
  5. loading next video onClick in iframe

    Hi, I am a total newbie to coding so my effort below isn't good. Basically I have the iframe playing a video on loop (when the src=a link). I need to change it so when I click the next button below the video, the next video plays. Can anyone help? <div class="video-div"> <iframe...

    Started by matt_saber‎, 03-19-2013 08:52 PM
    iframe
    • Replies: 3
    • Views: 1,111
    04-22-2013, 08:33 AM Go to last post
  6. First line of code

    Hi I'm rather new to this and wonder how I should write the first line of code, something like <!DOCTYPE html> maybe not enough for all browsers from what I have read. I certainly get different result to at least one of my pages depending on what browser I see them in. Good in Firefox, with...

    Started by qim‎, 04-21-2013 09:19 AM
    • Replies: 10
    • Views: 1,029
    04-22-2013, 10:03 AM Go to last post
  7. Trying to launch first "website" one page isn't linking to the next one.

    Hi everyone, I'm baffled. Site is http://johnscurry.com I've made (and am working on) a very basic html site that consists of buttons to take viewers to the other pages connected to each other. It's really ugly (i'm learning). I did the same thing for all my pages. It works on my local...

    Started by JohnsCurry‎, 04-22-2013 10:43 PM
    • Replies: 2
    • Views: 768
    04-23-2013, 01:56 AM Go to last post
  8. Question I've to create a registration form that redirect to a page after registration

    Hi i've a page called registration.html that contains a form. I want that when the user click the "send" button, he will be redirected to the page called confirmRegistration.html ... But how to exlude the possibility of open this page writing manually the address into the address bar? (for...

    Started by American horizo‎, 04-13-2013 07:20 AM
    • Replies: 6
    • Views: 1,596
    04-23-2013, 04:12 AM Go to last post
  9. resolved [RESOLVED] Style the popup on an image map?

    I have an image map here: http://www.girlscoutsmoheartland.org/drupal/?q=content/council-map with some pop-up text on hover. Is there some way to style the box and text? I tried putting some tags like <strong> around text, but it would just print out and display "<strong>". Thanks for any...

    Started by mechphisto‎, 04-23-2013 11:42 AM
    • Replies: 3
    • Views: 1,245
    04-24-2013, 10:04 AM Go to last post
  10. How to show multiple links (google map) based on clicked ?

    I am doing a website and i have a STORE LOCATION page .. i want the map to be at the same page how will i do it if i click one store that the map linked to google map will show beside the button or text ? on store and map at a time .. please answer me .. thanks :)

    Started by Shy Ann‎, 04-24-2013 12:24 AM
    • Replies: 1
    • Views: 715
    04-24-2013, 11:31 AM Go to last post
  11. Live chat support for website

    Hi Guys, I'm trying to find a way to add a live chat client to my website for questions and answers for my visitors. The only kicker is that I need to be able to send and receive the messages on my phone. I was thinking about just making an Email form and adding my phone text email address...

    Started by sweetshoes18‎, 05-12-2011 10:50 AM
    • Replies: 4
    • Views: 2,340
    04-25-2013, 04:47 AM Go to last post
  12. Post Login Page

    Hi I am doing a website for my father and had a question. I have a basic understanding of html, php, css and javascript. I am adding a track & trace functionality to his website, but he wants people to go to a login page if they haven't already signed in before they can access the track &...

    Started by farzanb‎, 04-24-2013 05:44 AM
    database, godaddy, login, validation
    • Replies: 2
    • Views: 1,922
    04-25-2013, 05:33 PM Go to last post
  13. limit to image map poly coords?

    here is the code, but when I load the image in IE9 (IE is always a problem for developers eh?) it doesn't register anymore than 8 sides to each polygon.. in chrome is works fine.. help? <img src='mypics/tmp8bg.png' id='bg' usemap='#bgmap'/> <map name="bgmap"> <area...

    Started by thewebiphyer‎, 04-25-2013 11:54 PM
    • Replies: 0
    • Views: 626
    04-25-2013, 11:54 PM Go to last post
  14. Change titl maparea in image onmouseover

    Hello, I have a worldmap on my website. Everything is working fine but I want to change the title that pops up when you go over it to a image. <center><img src="<?php echo base_url() ?>assets/images/world.jpg" height="412" width="940" alt="Worldmap" title="Worldmap"...

    Started by superray78‎, 04-26-2013 12:55 AM
    help required, html, maparea, php
    • Replies: 0
    • Views: 446
    04-26-2013, 12:55 AM Go to last post
  15. Talking I want to creat code on my image for slide

    Please guide me how will I create code on my image for slide

    Started by partho‎, 04-25-2013 08:42 AM
    web designers of india
    • Replies: 3
    • Views: 944
    04-26-2013, 10:15 AM Go to last post
  16. Why my website thumbnail won't show on face and twitter?

    I'm trying to get my website show thumbnail while sharing on Facebook or Twitter but I get nothing. I added these meta tags: <meta property="og:title" content="www.yupshare.com" /> <meta property="og:type" content="article" /> <meta property="og:url" content="http://www.yupshare.com" />...

    Started by yupshare.com‎, 04-27-2013 01:05 PM
    facebook, twitter
    • Replies: 1
    • Views: 541
    04-28-2013, 05:27 AM Go to last post
  17. Post Attention All !

    Hello ! Im tired of Facebook (slut based social network), I have idea to build new one based on knowlegde, so I'm searching for team, and someone who have big experience in web development... Everyone is welcome to join, and share ideas, site would be based on GPL, and free for all, we will make...

    Started by Tesla‎, 04-29-2013 04:12 AM
    • Replies: 1
    • Views: 600
    04-29-2013, 08:46 AM Go to last post
  18. creating a playoff pick system

    I've only ever done some very basic HTML in high school, but I was wondering if there was an easy way to make something so that we could have people input their daily picks for the games of the day and have those picks editable until a certain time. Currently we have users email their picks and...

    Started by lostlproph3t‎, 04-27-2013 03:19 AM
    • Replies: 1
    • Views: 507
    04-29-2013, 10:01 AM Go to last post
  19. Unhappy Form Help

    Well I am a definite newb, and really don't do any developing at all. I am using a website builder and adding in some random html and some basic javascript. What I need to do: I need to code a form that allows a user to input their zip code AND based on their zip code be re-directed to a...

    Started by camcarter2010‎, 04-24-2013 03:12 PM
    form fields
    • Replies: 2
    • Views: 1,000
    04-30-2013, 12:38 AM Go to last post
  20. Content of Emails Generated by Server

    I've been asked to do a small assignment for a start up company, creating the layout of e-mails for them. However, I haven't received much info from them. And when asking for more info I've received oddball responses. I'm wondering if anyone knows of what type of content should be expected from...

    Started by Freddyboi‎, 04-21-2013 11:52 PM
    email
    • Replies: 1
    • Views: 758
    04-30-2013, 02:31 AM Go to last post
  21. Having trouble Embedding a Video..HELP!

    Hi guys and gals, I'm new here so bare with me: I'm having some trouble embedding a video on a site and so far this is how my testing has gone: 1.) It works on my local server for these browsers: Safari, Chrome, Firefox.... Except for IE9 2.) On a remote server (Godady/Windows server running...

    Started by webnk‎, 04-30-2013 05:01 PM
    • Replies: 2
    • Views: 685
    04-30-2013, 08:41 PM Go to last post
  22. Thumbs up How to Autofill form by Html random words

    Hello please help me somebody, I want to auto fill up form by some random words in HTML coding. If a form contain Name, Lastname, Phone number fields.... When I open the page these field must be auto fill by some random words everytime.

    Started by dee987‎, 04-30-2013 03:48 AM
    html, random
    • Replies: 2
    • Views: 589
    05-01-2013, 12:56 AM Go to last post
  23. Question How to open an external HTML page without browser boundaries?

    Hi, i would want to know how to do a something like in this site http://storybundle.com/ If you click on one of books, an html page wil be loaded ovelapping the main page without open a new browser window instance.. The windowed element is an external html code, for exemple the link to the...

    Started by American horizo‎, 05-01-2013 02:16 PM
    • Replies: 2
    • Views: 606
    05-02-2013, 05:08 AM Go to last post
  24. How to generate text templates using form fields with dependencies?

    Ok, that's a confusing title, allow me to explain. I'm looking for the best way to create a tool that will present users with fields, and when an item in a field is selected, additional fields are displayed. Once the user has gone through the flow and made all selections, the results should be...

    Started by vincentclark‎, 05-03-2013 07:07 PM
    • Replies: 1
    • Views: 699
    05-04-2013, 09:08 AM Go to last post
  25. Question Facebook chat code in wordpress post problem

    I am trying to make a post similar to: symbols-n-emoticons.com//2012/09/facebook-smiley-giving-rose.html So I get the code from this site source code and pasted it in the "text/html tab" of new post in my wordpress site, http://smileysforfb.com/smiley-giving-a-rose/ The problem I am facing...

    Started by skrocks‎, 05-07-2013 11:21 AM
    html, wordpress
    • Replies: 0
    • Views: 295
    05-07-2013, 11:21 AM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 99 users browsing this forum. (1 members & 98 guests)

  1. Harith

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center



Recent Articles