Jump to content

James_Purcell

Members
  • Posts

    40
  • Joined

  • Last visited

Posts posted by James_Purcell

  1. Try .jpg, .Gif, or, .BMP

    I seam to remember there being a bug in the forum when I joined and I had to keep playing around with my avater to get it to upload.

    I.I.R.C mine is 100px X 100px and .jpg format.

  2. The script is not required to be in between head tag, in fact its the norm these days to be placed at the bottom to improve load time.

     

     

    Really, putting it at the bottom improves load times, I honestly didn't know that.

    I have been keeping all the script at the top just to make it easer to bugfix.

    Wow, you learn something new every day.

  3. Well for a start.

    <!DOCTYPE html>
    <html>
    <meta name="viewport" content="width=device-width, initial-scale=1">
    <link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css">
    <body>
    

    Should be

    <!DOCTYPE html>
    <html>
    <head>
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <link rel="stylesheet" href="http://www.w3schools.com/lib/w3.css" />
    </head>
    <body>
    

    Put the script that is at the bottom of the page into the <head> Section (makes it easer to track bugs the looking all over a page for script tags.

  4. Hey all,

     

    This is my first time working with HTML and was wondering if anyone could help me out with a problem I'm experiencing.

     

    I have created so far a design in WORD to be created in HTML . Attached find the codes and images of the idea of what i would like to achieve. Unfortunately i haven't been able to succeed. I can't seem to get the each table with separately (horizontal) with a border around it. Please anybody can help me out?

     

     

    MS Word is no good for web design because it produces nasty dirty html which many a book author has found out the hard way is a difficult time consuming process to fix.

     

    You need to learn HTML and CSS and use web design software.

     

     

    Is the OP using Microsoft Word as an editor? That is the only reason I can think of for not being able to use css to style all tables.

     

    That is how I read it.

  5. Not to mention the registrations fees and administration fees for the sale transfer of the address.
    Then there is all the programming required to get a simple line of text to connect to a computer with a numerical address.

  6.  

    .fb-share-button.fb_iframe_widget > span {
    vertical-align: baseline !important;
    }

     

     

    Arg, its pulling it from FB (looked it up with safaris dev options.

     

    How can I override it?

  7. Not sure how to call it so I will call it a "Hidden site preview image."

     

    Anyway, when a website is posted on facebook, the site tries to load an image to use as a preview.

     

    Is there a way to code a site preview image that is not visable when the site is directly viewed, but when facebook and google access them, the image will be shown?

  8. Why even bother, html is pritty much open source anyway and the chance that you will have created something new in code is almost 0%

    The design on the otherhand (graphics wise) can be protected via copyright but then that is expensive.

  9. Whaaaa has that to do with this discussion?.... have you been painting with windows closed again! its really really bad for you, you know?

     

    What how, what happened?

    This was posted in the missile guidance discussion!

    How on earth did it end up here?

    wow talk about random.

×
×
  • Create New...