Jump to content

jacobrendell

Members
  • Posts

    6
  • Joined

  • Last visited

jacobrendell's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. i think my site is linked to the wrong folder, or maybe its because im linking to images named "website02_67" but none of my images are loading. its working when i preview the site on the local drive but when i publish it, none of the thumbnails load. i named my site "css_img_gallery.html" does it have to be "index" ? please help!
  2. i want the images to change in size to match the window width
  3. im trying to make an image gallery with thumbnail images linked to enlarged versions (like a gallery). for movies, do i have to make a copy of the mp4 file and put it into the folder of images? and change the name of the path in the code?
  4. i've got a small css gallery so far... how do i define additional rows of images? i have four columns and i need to make rows now <!DOCTYPE html> <html> <head> <style> div.img { margin: 2px; padding: 10px; border: 0px solid #0000ff; height: auto; width: auto; float: left; text-align: center; } div.img img { display: inline; margin: 10px; border: 0px solid #ffffff; } div.img a:hover img { border: 0px solid #0000ff; } div.desc { text-align: center; font-weight: normal; width: 120px; margin: 0px; } body { background-color: #000000; } </style> <meta charset="UTF-8"> </head> <body> <div class="img"> <div class="desc">Add a description of the image here</div> </div> <div class="img"> <a target="_blank" href="../site2/images/fountain_of_ecstasy.JPG"><img src="../site2/images/website02_35.jpg" alt="fountain of ecstasy" width="143" height="143"></a> <div class="desc"></div> </div> <div class="img"> <a target="_blank" href="../site2/images/ganesh.JPG"><img src="../site2/images/website02_49.jpg" alt="ganesh" width="143" height="143"></a> <div class="desc"></div> </div> <div class="img"> <div class="desc"></div> </div> </body> </html>
  5. hello can anyone point me to guidance for making code for my psd layout. i need a refreshment of basic html and css. i've attached the layout. i want to use fancyBox (jQuery script) but i couldnt get the code to work. its working for my old layout, which is online now: jacobrendell.com
×
×
  • Create New...