Jump to content

virtual

Advanced Member
  • Posts

    876
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by virtual

  1. I'm a new addition not an old timer and I love this forum.

    The only comment I would make is about the New Posts function, it only seems to work the first time I come back after leaving the site. Once I have answered a post and hit New Posts, rather then browser back button through the posting etc. the only thing that shows is the new post I just wrote and none of the others that I didn't even read and which I consider are still New Posts for me.

  2. The solution I gave you is pure CSS just to align the thumbnails, bearing in mind that they are of different sizes, heights and widths you are not cutting off any part of the thumbnail image, just arranging them in a more visually pleasing arrangement.

     

    This is an old site I did some years back using lightbox, where I had the same problem and huge images to display, all done in CSS

    http://walterbusuttil.com/kitchens/index.html

    I don't particularly care for the layout but the client loved it.

     

    Now I prefer to use a CSS rollover gallery, but that would not be good for you as the displayed image is always the size dimensions.

  3. If my previous post is obscure, your code should look like this

     

    CSS

    .portrait { float:left; width: 100px; margin: 10px 20px; padding: 5px; border: solid 2px #FFF;}

    p.float {text-align:center; }

    .landscape {float:left; width: 175px; margin: 10px 20px; padding: 5px; border: solid 2px #FFF;}

    .clear{ clear: both;}

     

    HTML

    #

    alt="Monroe Station">

    Dawn at the hammock

    #

    alt="Monroe Station">

    Dawn at the Hammock

    #

    alt="Monroe Station">

    Dawn at the Hammock

     

    #

    alt="Monroe Station">

    Dawn at the hammock

    #

    alt="Monroe Station">

    Dawn at the Hammock

  4. You cannot align thumbnails that are portrait (vertical) and landscape (horizontal) without it looking messy. You could try putting all the portrait ones together on one line and then below that another set with the landscape thumbnails, you would have to give them a different class and define the measurements in the css.

     

    Another solution would be to crop your thumbnails so that they are all the same size, the photo would be the regular size, but all the thumbnails would be the same size to fit into the grid.

  5. You should have an html file which links to the css file, both should be in a folder on your hard drive, probably named index.html or home.html. To view the changes you have made you just double click on the html file to open it in your default browser.

     

    I suggest that before you make any changes whatsoever you make a copy of each file so that you can always revert back to them if you mess up. Also view each change in the browser as you make it, not after you have made several changes or you will not understand properly which change has the desired effect.

  6. When zooming into your banner jpeg I can definitely see a border around the whole image. So the issue is in your original file. You may have added some sort of layer effect.

     

    As for the gif files it seems more likely you need to declare "border 0" because links on images usually show a border around them. However your page has no Doctype and does not validate so you might like to check that also.

  7. What a mess, you should only use tables for tabular data and CSS for layout and styling. As for validation, your html on the contact page has 37 errors and the CSS 6. There are all sorts of missing opening and closing tags.

     

    Apart from that, as you are using tables you need to use rows and put your quote on the same row as the top part of your text with the Contact form in another row underneath. At the moment you have everything in one unclosed

    tag with the quote at the bottom.

     

    If you are going to be doing web design, do yourself a favour and learn CSS for layout, it's really not that hard.

  8. Just a quick tip. If you use the templates, duplicate the index and the css file and mess about with the copies. I would also suggest you modify one thing at a time and view the result in the different browsers to help you understand what effect each part has. If you modify several things at one time you can't be sure which one had the desired or undesired effect.

  9. Funny how everyone seems to think that Dreamweaver is God's gift to web design.What you see in Design View is definitely not what you see in web browsers. There is nothing better than testing in IE6 - 8, which is where most of the problems reside, Firefox, Chrome, Safari and Opera.

     

    I think you might need to download the files you are talking about into a folder and then define or "Manage Sites" with DW so that it will know where to look for them locally.

  10. The reason the site loads slowly is that the photographs have not been optimized for the web, I looked at 3 at random. The resolution for the web should be 72. Some of the photos are 240 and 700kb, that's huge.

     

    As for the beauty of the site, I really like the dark colours, but I'm not enchanted with the white background for the photo thumbnails and to look more balanced it should be at least the same width as the header.

     

    The navigation buttons with the big pink border look a little clunky, a smaller border would look more refined. I think it would look better if you left the button background the same colour and just used the change from top right to bottom left border to indicate the hover.

     

    I would make the header the full width of the site and move the navigation down level with the content. I also find the logo "Daybreak Photography" very fuzzy and difficult to read on the home page. Ideally the header and the logo should be the same on all pages with maybe just a change in the image on the right hand side for the different categories which would depict them visually. By that I mean - Engagement maybe an engagement ring, Scenery - a landscape, Weddings - a bride or a wedding cake.

     

    Have a look at the photo gallery in this site for a different idea of display

    maraz uldelsur.co m/gallery.html

  11. Your question is really rather vague. Do you have a layout for your site and can you provide a link to it?

     

    Otherwise right click on darasgarden and click "View Page Source", that will show you the html structure or "View background image" which will show you the background image. Then find the CSS file in the head section of the html code and with all that information, if you are comfortable with coding in HTML and CSS then you will understand how to do it.

     

    P.S. That is a beautiful site

×
×
  • Create New...