Jump to content

Graeme

Member
  • Posts

    286
  • Joined

  • Last visited

Posts posted by Graeme

  1. Hello All,

     

    I've been trying to add a favourite icon to a web site using the code

     

    <link rel="shortcut icon" type="image/x-icon" href="/favicon.ico">

    The icon is 16x16 and in the root directory. I read that it might take a little while for it to show ,especially in IE but it's seems like ages now!

     

    Thank you as awlays,

     

    Best wshes

    Graeme

  2. Hello All,

     

    Im helping a friend with his web site www.btinternet.com/~gj.d/garytest and I can't get one of the tags to display right! It's the top right red text I used the code

     

    h4 {

    font-size: 180%;

    font-weight: normal;

    color: #000000;

    }

     

    but it still displays in red.

     

    Thank you as always,

     

    Best wishes

    Graeme

  3. Hello All,

     

    Im helping a friend with his web site www.btinternet.com/~gj.d/garytest and I can't get one of the tags to display right! It's the top right red text I used the code

     

    h4 {

    font-size: 180%;

    font-weight: normal;

    color: #000000;

    }

     

    but it still displays in red.

     

    Thank you as always,

     

    Best wishes

    Graeme

  4. Thanks Andrea,

     

    Here it is

     

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

    <html xmlns="http://www.w3.org/1999/xhtml">

    <head>

    <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />

    <title>2B-Fit | Circuit Training | Tone Up | Bootcamp</title>

     

    <META name="description" content="Welcome to 2b-fit. A site designed to give you an insight into our Circuit Training and a great way to keep fit, lose weight, tone up, feel great, meet people and most importantly have fun. Whatever your level you can enjoy our training that will suit every taste and level of fitness" />

    <META name="Keywords" content="2b-fit, Circuit Training, boot camp, keep fit, tone up, fitness, Chester-le-Street, Trainer" />

     

     

    <link href="css/style.css" rel="stylesheet" type="text/css" />

     

    <link rel="stylesheet" href="styles/lightbox.css" type="text/css" media="screen" />

     

    Thank you,

     

    Best wishes

    Graeme

  5. Hello All,

     

    I just validated a site and a couple of errors showed up that I don't quite understand

     

    Line 7, Column 12: there is no attribute "name"

    <META name="description" content="Welcome to 2b-fit. A site designed to give y…

     

    Line 7, Column 323: element "META" undefined

    … you can enjoy our training that will suit every taste and level of fitness" />I wondered if any of the boys and girls could explain?

     

    Thank you as always,

     

    Best wishes

    Graeme

  6. Hello All,

     

    I've tried to add a favourite icon to a few pages but can't seem to get them to show in the address bar. I have the icon, I think 16x16 pixels and the code <link rel="shortcut icon" href="/favicon.ico" />

    but it doesn't show. Once it showed in FF and I was chuffed but now!! I ahve a feeling it is where the icon is stored.

     

    Best wishes

    Graeme

  7. Hello all,

     

    I just read a great article entitled 'Inspiration vs Imitation'. I wonder3ed if this had anything to do with say using templates for a web site? I have a good understanding now of web page design but have found some templates that would suit my idea. Although I might use the layout and tweak it a bit and obviously change the content, is this OK?

     

    Thank you as always,

     

    Best wishes,

    Graeme

  8. Hello All,

     

    I know I havn't wriiten in a while but neither has Shakespeare!!

     

    I help a friend with his web site and he has asked if he could sell his monthly journal from it. He wants to let people subscribe, whereby they pay on his web site then he gives them a code to enter part of his site to retrieve the monthly journal.

     

    I was wondering if anyone can reccomend an e-commerce application? I checked out Roman Cart, it seemed free for what he wanted but as ever any one else's advice will be greatly appreciated.

     

    Best wishes

    Graeme

  9. Hello All,

     

    Not too sure if this is the right forum but a friend of mine has a new iPad and it won't read Flash. I guess this is because of the Microsoft v Apple but is there anything he can download as a replacement so he can view Flash?

     

    Thank you as always,

     

    Best wishes

    Graeme

  10. Hello All,

     

    I regulary update a fixture page with results and when I upload the page it takes quite a bit before it loads with the new content. I read that I could use

     

    <meta http-equiv="pragma" content="no-cache">

    would this do the rick?

     

    Than you as always,

     

    Best wishes

    Graeme

  11. Hello All,

     

    I help run a cricket web site and I was wondering if anyone knows if there is a weathr srteam I could link into the site? I'm in England and I guess you know all about our weather! I have a link to Yahoo Weather but I was wondering if there is a way of embedding it into the site.

     

    Thank you as always,

     

    Best wishes

    Graeme

  12. Hello,

     

    Thank you.

     

    I have

     

    .imgholder_centre {

    padding: 0px;

    margin: 5px;

    border: 1px dotted #;

    background-color: #FFF;

    float: middle;

     

    and

     

    .imgholder {

    padding: 0px;

    margin: 5px;

    border: 1px dotted #;

    background-color: #FFF;

    float: right;

     

    Thanks for your help,

     

    Best wishes

    Graeme

×
×
  • Create New...