Jump to content

Graeme

Member
  • Posts

    286
  • Joined

  • Last visited

Everything posted by Graeme

  1. Hello, I think the path is right because I have another site hosted with the same company. I just can't understand!! Arghhhhhhhhhh Thank you. Best wishes Graeme
  2. Hello There, Yeah I have a submit button and I have a page that is meant to load once the message has been sent but a blank page laods saying page cannot be found. This is in the address bar http://www.mysite.org.uk//public_html/mail/FormMail.cgi Thank you, Best wishes Graeme
  3. Helo All, I can't seem to get a form to go on a page. I'm using theis for the action <form action="http://www.mysite.org.uk//public_html/mail/FormMail.cgi" method="POST"> Does it look OK? Thank you as always, Best wishes Graeme
  4. Thank you, how do I save then? Best wishes Graeme
  5. Hello All, Is it possible to save the podcasts and play them on my iPod or something? Thank you, Best wishes Graeme
  6. Graeme

    Vector Image

    Hello All, I'm trying to design an image for t-shirt printing and the printer has said he would prefer Vector Images. I was wondering what this means? Thank you as always. Best wishes Graeme
  7. Hello, I bought the domain name from a company and forwarded it to my own ISP web space. Thank you, Best wishes Graeme
  8. Hello All, When I update the content on some of my pages on a site, I then upload but it takes ages for the new content to be displayed. I read about including the following metat tags <meta http-equiv="cache-control" content="no-cache"> <meta http-equiv="pragma" content="no-cache"> but it's still difficult to get the page to refresh with the new content even if I press shift and F5 or ctrl F5. I know that my domain name company uses frames forwarding if that helps. Thank you as always, Best wishes Graeme
  9. Hello, Thanks and tahnks again, it is just what I want. Can I ask you what are different position numbers? Thank you, Best wishes Graeme
  10. Hello All, On a home page I have a Div with in a Div to create a watermark behind some text. I use:- <div id="content"> <div class="blockCenter"> <!-- Watermark on 1st Page --> I tried to code a background image in "blockCenter" but it doesn't show up. My CSS is:- div.blockCenter { width: 70%; top: 500px; border: 0px dotted #CCC; margin-left: auto; margin-right: auto; clear: both; background: url("../images/") no-repeat 100% 100% #A4D5FE; } I would like the image to appear as a watermark behind the text beginning with 'Our mission is to . .' Any ideas will be greatly appreciated. My temp URL is http://www.btinternet.com/~gj.d/bits/index.html Thank you as always. Best wishes Graeme
  11. Hello All, I checked the Zoom and the Text size, both are OK but the text in the tables in the fixture link is still too large for the page! I will alter the text on the backgrounds, thank you for your advice. Bets wishes Graeme
  12. Hello, The Fixture link , top right. It is OK in IE but other browsers the text is large Thank you, Best wishes Graeme
  13. Hello, www.burnmoorcc.org.uk Thank you, Best wishes Graeme
  14. Hello All, I have a page with fixtures for a cricket club. All the font sizes are great in IE but in Firefox they are not as I would like them. The fixtures are in a table and I'm guessing that this might be the problem. Thank you as always, Best wishes Graeme
  15. Hello Stef, Just popped by and saw your post. Yeah it is an actual physical box. You buy it from the shelf and register your domain name then set it up via templates and upload to their server. Thank you as always, Best wishes Graeme
  16. Hello All, My Son's friend has asked me to re-design his friend's bosses, company website. I ageed and asked him for the usual details, URL, Hosting company etc. He gave me a box with a takeaway site he had bought complete with .com domain name. I was wondering if I should start a new with my idea. I thought about e-mailing the company and asking them if I could upload my own files for the new web site? Just wondered what everyone thought of these products and their advice as to what to do. My own feeling is that I really want to do it from from new and start again. Thank you as always, Best wishes Graeme
  17. Hello All, Wow, great new look Stef. I'm not sure if I'm in the right area but can I ask a question about Adobe Premiere? Whay is the ideal size to import images in to enable the right scaling etc? I have imported qite large ones and it's difficult to get the right look when creating a slideshow. Thank you as always, Best wishes Graeme
  18. Andrea, Andrea, I think I'm getting somewhere! I used the link you said and used:- background-image:url("images/back.gif"); It tiles the back.gif image. Can I ask you to explain the x and y options Thanks Best wishes Graeme
  19. Arghhhhhhhhhhh, I tried this:- background: #000000 url (../images/back.gif) no-repeat; even without the . . 's changed the path and evertything. I even put the back.gif in the root directory but still white background. Thanks Best wishes Graeme
  20. Hello Andrea, It's me again. I tried this:- background: #000000 url ("../images/back.gif") no-repeat (or repeat-x/y); in the default.css file and created an image of 120x120. The page jusst has a white background, no image. Thank you, Best wishes Graeme
  21. Hello Andrea, You have been brilliant, thank you. I'll let you know how I go. Best wishes Graeme
  22. Hello again Andrea, Thanks for this. I apologise foe the confusion! This is the body for the the homedefault.css body { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-family: verdana, arial, helvetica, sans-serif; color: #B4AD90; background-color: #B4AD90; text-align: center; and this is the body for the default.css body { background: #000000; text-align: justify; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: small; text-align: justify; color: #555E4F; I have the index page linked to homedefault.css and the rest of the site linked to default.css from the next page in (homeindex.html. I can't find the link to the css file in homedefault.html! Anyway, it is from the homedefault.html onwards that I would like to have a background image. Thanks and thanks again. Best wishes Graeme
  23. Hello Andrea, You are right, the Flash Intro page (I'm not that keen either) is connected to stylesheet homedefault.css, and the 'index' page links to default.css. I understand the code example you gave me, thank you, but I was wondering how the rest of the site, from the index page onwards has a black background colour as the, as you say, is not in the homedefault.css. You have answered my questin about having a background image where the black is but I was just wondering about the background as it is at the moment. Thank you so much, Best wishes Graeme
  24. Hello, Thanks for this. I just realised I have two CSS. One for the Flash intro and one for the rest of the site. I use body { background: #000000; text-align: justify; font-family: "Trebuchet MS", Arial, Helvetica, sans-serif; font-size: small; text-align: justify; color: #555E4F; } for the first one. Where do I insert the code, after background? Incidently, how does the rest of the site have the colour black throughout if the second style sheet doesn't declare it? Many thanks as always, best wishes Graeme
  25. Hello All, I'm trying to figure out my CSS so that I can add a background image. I'm not too sure where to put it! I use the code:- body { margin: 0px 0px 0px 0px; padding: 0px 0px 0px 0px; font-family: verdana, arial, helvetica, sans-serif; color: #B4AD90; background-color: #B4AD90; text-align: center; /* part 1 of 2 centering hack */ } a { text-decoration: none; font-weight: bold; color: #ccc; outline: none; } a:visited { color: #ccc; } a:active { color: #ccc; } a:hover { color: #ccc; text-decoration: underline; } .ahem { display: none; } strong, b { font-weight: bold; } p { font-size: 12px; line-height: 22px; margin-top: 20px; margin-bottom: 10px; } /* weird ie5win bug: all line-height to font-size ratios must agree or box gets pushed around. UPDATE: this has turned out to be very rare. my current recommendation is IGNORE this warning. at the moment i'm leaving it in only in case the issue turns up again. possibly the original bug in march 2001 was caused by an unusual combination of factors, although this solved it at the time.*/ h1 { font-size: 24px; line-height: 44px; font-weight: bold; margin-top: 0; margin-bottom: 0; } h2 { font-size: 18px; line-height: 40px; font-weight: bold; margin-top: 0; margin-bottom: 0; } h3 { font-size: 16px; line-height: 22px; font-weight: bold; margin-top: 0; margin-bottom: 0; } h4 { font-size: 14px; line-height: 26px; font-weight: bold; margin-top: 0; margin-bottom: 0; } h5 { font-size: 12px; line-height: 22px; font-weight: bold; margin-top: 0; margin-bottom: 0; } h6 { font-size: 10px; line-height: 18px; font-weight: bold; margin-top: 0; margin-bottom: 0; } img { border: 0; } .nowrap { white-space: nowrap; font-size: 10px; font-weight: bold; margin-top: 0; margin-bottom: 0; /* must be combined with nobr in html for ie5win */ } .tiny { font-size: 9px; line-height: 16px; margin-top: 15px; margin-bottom: 5px; } #content { padding: 4px; margin-top: 40px; margin-bottom: 20px; margin-right: auto; margin-left: auto; /* opera does not like 'margin:20px auto' */ background: #B4AD90; border: 5px solid ; text-align:left; /* part 2 of 2 centering hack */ width: 400px; /* ie5win fudge begins */ voice-family: "\"}\""; voice-family:inherit; width: 370px; } html>body #content { width: 600px; /* ie5win fudge ends */ background: #B4AD90 url("../images/back.gif") bottom center no-repeat; } } pre { font-size: 12px; line-height: 22px; margin-top: 20px; margin-bottom: 10px; } But there seems to be a few options. The site is at www.greenhouseflorists.co.uk, you can see that at the moment the background is black. Thank you as always. best wishes Graeme
×
×
  • Create New...