Jump to content

Graeme

Member
  • Posts

    286
  • Joined

  • Last visited

Everything posted by Graeme

  1. Hello All, I'm trying to learn how to make a slideshow with Adobe Premiere and was wondering how to transfer the slideshow to DVD so that I can use it on my DVD player. Are there any tutorials? Thank you as always, Best wishes Graemr
  2. Hello All, I was wondering what is the difference between Brochure Style and Catalogue Style website Design? Thank you as always, Best wishes Graeme
  3. Thank you so much. But how did it display localyy? Best wishes Graeme
  4. Hello All, I inserted a background image into the body of my CSS, it looks great locally but when I upload it won't display. I uploaded the style sheet and the images as usual. I used the code in my CSS:- body { padding: 0; margin: 0; font-size: 12px; font-family: tahoma, sans-serif; letter-spacing: 1px; line-height: 160%; background: #000 url("../images/star.jpg.") } div { text-align: left; } #topOfPage { display: none; } #container { width: 730px; padding: 25px; margin: 0 auto; background: #fff url("../images/back.jpg") bottom center no-repeat; } Thank you as always, Best wishes Graeme
  5. Graeme

    Lightbox

    Hello All, I'm still having a little bother with the positioning of the thumbnails in my gallery. I use a Div of div class=".imgholder"> along with the following in my CSS .imgholder { padding: 5px; margin: 5px; border: 10px solid #000000; background-color: #FFF; float: left; } I would like a thickish black border on each thumbnail and wrap each of the thumnails in a div, and give that div a fixed height and width, with overflow:hidden. At the moment everything is good aart from the thumbnails which are in the usual blue border for images with links! Also would I be better using a table to contaon the thumbnails or use a float in Divs? Thank you as always, Best wishes Graeme
  6. Graeme

    Lightbox

    Hello Benjamin, Thank you for the reply. I kind of like the idea of the overflow:hidden in a Div but the images are not a consistent horizontal size. I did think about having only a sample of the larger image in the thumbnail but was too inexperienced to think that was the way to go. I visited a site where the the thumbnails seemed to be the same as the larger images when opened at http://www.larosa.co.uk/gallery.html In the instance of the overflow:hidden in a Div am I on the right lines with the following code and would this do for each thumbnail in the gallery? img.left-img{ /* Float any image to the LEFT and give it some margin */ font-size:1em; float:left; border: 6px solid #fff; margin-bottom:1.8em; margin-right:1.8em; margin-top:0.3em; } Thank you so much I really appreciate. Best wishes Graeme
  7. Graeme

    Lightbox

    I just thought that it being someone elses code and stuff. I'll give it a go then Thanks Best wishes Graeme
  8. Graeme

    Lightbox

    Hello All, Can I ask a couple of questions about coding Lightbox in this forum? I'm looking for some help with the coding but wasn't sure if it is allowed. Thank you, Best wishes Graeme
  9. Graeme

    Thumbnails

    Hello Eric & All, Thank you for youe help with this. The code below is for the containers for the thumbnails but I would like to add the extra code we talked about for the thumbnails to sappera all square instead of different orientation. Am I right in thinking that with the ne code added only part of the larger image appears or does it re-size to suit? img { border: 0} img.left-img{ /* Float any image to the LEFT and give it some margin */ font-size:1em; float:left; border: 6px solid #fff; margin-bottom:1.8em; margin-right:1.8em; margin-top:0.3em; } img.camp-img{ /* Float any image to the LEFT and give it some margin */ font-size:1em; float:left; border: 6px solid #fff; margin-bottom:1.6em; margin-right:1.6em; margin-top:0.1em; } img.right-img{ /* Float any image to the RIGHT and give it some margin */ font-size:1em; float:right; border: 6px solid #fff; margin-bottom:1.8em; margin-left:1.8em; margin-top:0.3em; } Best wishes Graeme
  10. Graeme

    Thumbnails

    Thank you for that. I'm not sure what to do. I have the code for the containers for the thumbnails, can I ask what extra code you used? Thank you, Best wishes Graeme
  11. Graeme

    Thumbnails

    Helo All, I would like to use a gallery on a web site so that when you click on a thumbnail a larger image opens. I have some code (lightbox) but how do I size the thumbnails. The images I have are in different sizes and orientation, so if I re-size them they come out different. I would like to use 200 x 200 thumbnails but the portrait ones are different to the landscape ones. Should I crop them into the required size but that means I would only be able to have part of the larger image on view in the thumbnail? If this is the best way then I could do this but I just wanted to check. Best wishes Graeme
  12. Hello All, In the Light Box code, how can I setup the thumbnails? Some of my images are of variuos sizes and orientation etc. I noticed that on some sample pages the thumbnails are all square yet when opened some of the images are different sizes. Thank you., best wishes Graeme
  13. Thank you, Best wishes Graeme
  14. Hello All, Is it possible to use two style sheets on one page or is it best to combine them? I have one style sheet for my origional pages but I want to include a Light Box. Thank you, Best wishes Graeme
  15. Hello All, I've been helping a friend with a web site for a Florists. I would like to transfer some of the site onto CD or DVD so she could give it away as a gift at fayres etc. or if someone pops into her shop for information. I have noticed some hotels do this now. How can I do this so it would also autorun? Also what would be the best format to do it in or is it the same as the web page? Thank you, Best wishes Graeme
  16. Thanks for your help, as long as it is setup OK. Best wishes Graeme
  17. Hello Thelma, It was OK in Opera but in all the other browsers it is not there. Best wishes Graeme
  18. Hello All, I tried to setupa favourite con on a web page but for some reason it won't show. I created a 16x16px icon, saved it as favicon.ico, uploaded it to the root on the server and used the code Thank you, Best wishes Graeme
  19. Thanks Thelma, I have a line Best wishes Graeme
  20. Hello All, Just tried to Validate a web page and I had the error No Character Encoding Found! Falling back to UTF-8. Can anyone tell me what it means and how I can get it right? Many thanks as always, Best wishes Graeme
  21. Thank you so much, I think I have it. Hope your teeth are clean! Cheers, Best wishes Graeme
  22. I have this in my CSS #content {/*overflow: auto; can be used as an alternative to the "clear: both" div*/ width: 700px; margin: 0 auto; padding-top: 10px; border: 10px solid #FFFFFF; border-top: none; background: #E9EAE2; } Any good? Best wishes Graeme
  23. Hello, Thanks for your help but I'm not too sure what you mean. I used the code Bridal Party Flowers The Greenhouse can offer advice on the perfect bouquet to compliment your dream dress and those of your Bridesmaids and Flower girls. View Gallery Thanks again. Best wishes Graeme
×
×
  • Create New...