The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    Web Site Gallery

    Discussion in 'Windows OS and Software' started by XxDizzyxX, Aug 18, 2010.

  1. XxDizzyxX

    XxDizzyxX Notebook Enthusiast

    Reputations:
    0
    Messages:
    25
    Likes Received:
    0
    Trophy Points:
    5
    Hello,

    The following programs I have are Macromedia Flash 8, Adobe Photoshop CS5 and dreamweaver CS4.

    I've already created a web page home site and would like to add a gallery page without having to edit it constantly on a FTP server.
    So what I want to do is when I upload a photo to the FTP server it will automatically use all the photos in the folder that I assign and use them in a photo gallery.

    how can i achieve this?

    also how can I get rid of those annoying lines in dreamweaver that space the table apart. I can really notice it since I've colored the back of the table. I've already set my padding and spacing to 0.
     
  2. Lithus

    Lithus NBR Janitor

    Reputations:
    5,504
    Messages:
    9,788
    Likes Received:
    0
    Trophy Points:
    205
    For the photos, I would use PHP or Javascript and just designate a folder that contained the images I wanted to be displayed. Use a small script to to display all of the contents of that folder on your gallery.

    And for the tables, I think what you want is "border=0".
     
  3. XxDizzyxX

    XxDizzyxX Notebook Enthusiast

    Reputations:
    0
    Messages:
    25
    Likes Received:
    0
    Trophy Points:
    5
    ok, so how do i do that? :S

    i fixed the table problem :D
     
  4. f4ding

    f4ding Laptop Owner

    Reputations:
    261
    Messages:
    2,085
    Likes Received:
    0
    Trophy Points:
    55
    You can search for codes online. Or you can learn PHP and code it yourself. I would try online first. Although, learning PHP will eventually help you in the future.