Jump to content

Graeme

Member
  • Posts

    286
  • Joined

  • Last visited

Everything posted by Graeme

  1. I'm in IE now reading this post and the little frog is in the address bar!
  2. Hello All, Thanks for the help. I can get it to display in FF & Google Chrome but not in IE. Best wishes Graeme
  3. 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
  4. Thank you again, I think I have it, just to save you and your time, Best wishes Graeme
  5. Hello, I uploaded the business.css file including h4 { font-size: 180%; font-weight: normal; color: #000000; } but it still won't alter to black! Thank you, Best wishes Graeme
  6. 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
  7. 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
  8. Thank you so much, So always use lowercase 'meta'? Is that with everything in this DocType? Best wishes Graeme
  9. 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
  10. 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
  11. 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
  12. Hello All, I set up the light box code on a couple of web sites but for some reason now it only does it right when I'm in Firefox. In IE the image opens in a new browser window. http://2b-fit.co.uk/gallery.html is the URL I have as an example. Thank you as always, Best wishes Graeme
  13. Thanks Ben, that's cleared it up for me, so is it ok to say that using a template is not a cop out to designing the layout from a wire frame? Best wishes Graeme
  14. 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
  15. 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
  16. 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
  17. 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
  18. Thanks Eddie,, I used the Yahoo one, bit puzzled at first because in my HTML editor it showed up but said weather data request limit reached, but when I uploaded ot to the server it was brill. Best wishes Graeme
  19. 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
  20. Thanks, thanks and thanks again. Best wishes Graeme
  21. So should I just use a standard image tag for the image?
  22. Thanks Andrea, but surely I still need a Div for the image. Graeme
  23. Should I just use an Image tag and not use any imgholder_center, or image holder?
  24. Thanks Andrea, It's just what I want now. Incidently, I had <div class="imgholder_centre"> <img src="images/fitness.jpg" width="120" height="153" alt="" /> </div> in my HTML! Best wishes Graeme
  25. 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...