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

Forum: HTML

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

  1. 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,576
    05-07-2013, 08:29 PM Go to last post
  2. 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,742
    12-29-2005, 01:07 PM Go to last post
  3. 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,527
    11-08-2010, 11:22 PM Go to last post
  4. 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,944
    07-16-2005, 08:03 AM Go to last post
  5. 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,928
    06-12-2005, 09:42 AM Go to last post
  1. A fundamental question on how modern browsers cache resources.

    Scenario 1. ---------- If my home page (index.html) has a link to an external CSS file and a script tag with an external reference to a JavaScript file, as follows: <link rel="stylesheet" href="css/style.css"> <script src="js/script.js"></script> If my index.html has an anchor tag which...

    Started by jonatec‎, Today 09:03 AM
    • Replies: 3
    • Views: 203
    Today, 03:01 PM Go to last post
  2. adding editable pdf to web page

    I want to add a pdf file to my web site allowing people to fill it out and when they click submit i want it to email me the pdf form to my site admin email box. is this possible? if so how do you do it. once its on the page and viewable can i send it to the site admin email on submit or do i...

    Started by Nicholas Diaz‎, 04-20-2013 05:26 AM
    pdf web edit
    • Replies: 8
    • Views: 1,525
    05-08-2013, 05:51 PM Go to last post
  3. Align

    Hi I have sevral errors in my html file, all due to Line 139, Column 108: The align attribute on the img element is obsolete. Use CSS instead.…th: 135px"> <IMG SRC="flags/bh.png" ALIGN="left" alt="Bahrain">Bahrain</BUTTON> The line looks like this <BUTTON TYPE="submit" style=...

    Started by qim‎, 05-20-2013 10:15 AM
    • Replies: 7
    • Views: 308
    05-20-2013, 01:45 PM Go to last post
  4. 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: 611
    04-29-2013, 08:46 AM Go to last post
  5. Question Browser compatibility issues with HTML5 / CSS3 website

    Hey guys, so I built this little website for my band and just when I thought I was finished, I discovered some major compatibility problems I'm having with browsers other than Internet Explorer (which is the one I've been working with while writing up the code) Most of the site is actually...

    Started by dayman‎, 05-19-2013 07:20 PM
    • Replies: 4
    • Views: 431
    Yesterday, 02:43 PM Go to last post
  6. Browsers handle Cookies Differently

    I've been stumped by a cookie issue that I need settled quickly. I am making an offline site that needs it's own bookmark system. This I'm trying to accomplish through javascript and cookies. You go to a page, click a button, it saves a cookie, then at some point you click a link to the bookmark...

    Started by hume.tony‎, 01-22-2009 11:57 PM
    • Replies: 3
    • Views: 1,198
    05-10-2013, 10:41 AM Go to last post
  7. Post Building HTML code from Design elements

    Hi, I am developing a website which works as follows: 1. A user will login to my website and be able to build a static webpage. He can select the design elements (logo, text, theme, layout) for a webpage. 2. This webpage will be dynamically changed as per user's selection and can be saved. ...

    Started by kunal.bhusare‎, 05-13-2013 05:54 AM
    auto generating code, css, dreamweaver, frontpage, html
    • Replies: 1
    • Views: 380
    05-13-2013, 08:17 AM Go to last post
  8. 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: 464
    04-26-2013, 12:55 AM Go to last post
  9. charset issue

    i am developing site for multilingual. Currently i am using European languages like German, French and Danish etc. So, i used below meta tag : <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> Here all European special characters are showing properly in web page. ...

    Started by webdev999‎, 05-13-2013 01:28 AM
    • Replies: 1
    • Views: 287
    05-13-2013, 09:47 AM Go to last post
  10. Class Crtl + link

    Hi to you :) , Pls, I m not able to us the Class="crtl" and to active the link. I have 4 Id's: -Top -ListNav with sub-folder's -Contant -Footer

    Started by Arenas‎, 05-13-2013 01:54 AM
    • Replies: 0
    • Views: 206
    05-13-2013, 01:54 AM Go to last post
  11. Content Management System

    Can any1 tell me whats content management system?? And is it used for hosting or?

    Started by Harith‎, 05-18-2013 04:06 AM
    • Replies: 0
    • Views: 281
    05-18-2013, 04:06 AM Go to last post
  12. 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: 780
    04-30-2013, 02:31 AM Go to last post
  13. Contents for site

    Hello every1, I have learnt bou html and still continuing, i want to build my own site but i dont know what to write in it :( will some one please help me out

    Started by Harith‎, 05-11-2013 12:31 PM
    • Replies: 3
    • Views: 365
    05-12-2013, 02:45 AM Go to last post
  14. 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: 522
    04-29-2013, 10:01 AM Go to last post
  15. Drop Down Menus with URL link options

    I want to create a drop down menu. The selections in the menu are links to other websites. When the visitor selects one of the options I want it to open a new window to that website. Here's what I've been practicing with: <html> <head> <title>Drop Down Menu with URL links</title> </head>

    Started by MichiKen‎, 06-14-2009 07:50 PM
    • Replies: 3
    • Views: 4,104
    05-12-2013, 01:58 AM Go to last post
  16. 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: 463
    05-07-2013, 11:21 AM Go to last post
  17. Question floating navigation tags

    trying to improve my company's website by adding flexibility to the navigation tags, meaning, when resizing the whole browser window and decreasing the width of the window, I want to tags to follow and when at max narrow vertical view, the tags will stack vertically. I did bring in...

    Started by threedyou‎, 05-18-2013 02:20 PM
    • Replies: 0
    • Views: 293
    05-18-2013, 02:20 PM Go to last post
  18. 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,019
    04-30-2013, 12:38 AM Go to last post
  19. Form is not sending the information

    Hi, I have multiple HTML Forms on a single page that are not posting the information. First one really works to send the information but, when I click on the second one's signup button nothing happens. page link: http://goo.gl/kNgQH

    Started by Extelliqent‎, 04-29-2013 05:29 PM
    • Replies: 4
    • Views: 1,001
    05-08-2013, 04:58 AM Go to last post
  20. Post Generating Sequential Numbers onpress behavior

    I am curious how to create an onpress or onclick behavior that generates a sequential number string until I reset the counter. I have a beginning knowledge, use image maps and need a little help creating the code. I would like the sequential numbers generated all sent to a log file that I can then...

    Started by jclark‎, 05-02-2013 11:50 AM
    code hinting
    • Replies: 4
    • Views: 1,031
    05-08-2013, 02:55 AM Go to last post
  21. Google Analytics event tracking

    Hi everyone. Does anyone here use event tracking in Google Analytics? I'm trying to set that up, and I want to make sure I'm doing it right. The code snippet is easy, of course - you just get that from Google, put in your UA account number, and stick it at the bottom of your<head> section or...

    Started by Learning_curve‎, 05-13-2013 10:36 AM
    analytics, google, statistics, tracking
    • Replies: 0
    • Views: 356
    05-13-2013, 10:36 AM Go to last post
  22. 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: 721
    04-30-2013, 08:41 PM Go to last post
  23. Height is not adjusting to content placed within

    Alright so, here is this page: http://thepilotsworld.com/article.php?newsid=2 As you can see there, the white background height isn't adjusting to the content placed within. I've tried several things to fix this. So here's the style: @charset "utf-8"; /* CSS Document */

    Started by KevinHoughton‎, 05-04-2013 10:33 AM
    • Replies: 4
    • Views: 748
    05-10-2013, 04:43 AM Go to last post
  24. how to add different footer on every page

    hi, i just made website on Wordpress and have no idea how to add different footer on every page SITE: http://www.chicagoexpresslimo.com and http://www.expeditelimo.com please help me out

    Started by Expresslimo‎, 04-27-2013 02:54 AM
    footer placement, html code
    • Replies: 5
    • Views: 1,098
    05-13-2013, 02:35 AM Go to last post
  25. Question how to align this correctly: HTML CSS PHP

    I'm not sure how to fix this issue but I want to aligned my related video section and I added another link showing what I'm reffering too. I'm not sure if this is a CSS or PHP problem that I have to solve, I tried checking out the page source and inspecting the element. If someone can help me...

    Started by mikejones2013‎, 05-15-2013 02:37 PM
    • Replies: 1
    • Views: 270
    05-15-2013, 05:22 PM Go to last post

Forum Information and Options

Moderators of this Forum
Users Browsing this Forum

There are currently 132 users browsing this forum. (0 members & 132 guests)

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