skunkboynet
Programmer
I've posted elsewhere asking for help but nobody seems to be able to figure it out; so, why not go to the source...
What I've got:
Existing code is a page with my migration toward CSS/SSI but the images are coded the long way.
This script in a new directory... with the images from the dylan.html page copied into it.
I know I "should be able to take a basic page and put the script in the middle. But, changing the code to cooperate is what I'm not sure of. My meager attempt (currently experimenting trying to figure it out so I wouldn't pull the code from here if you were going to help) is at this garbled mess of a page.
Barebones.html is a copy of the main code used on all of my pages.
Yes, I do have .htaccess access and the following lines are in it:
AddHandler application/x-httpd-php .php .htm .html
AddHandler server-parsed .html
Options +Includes
AddHandler server-parsed .htm
Options +Includes
I'd like to limit the height of the thumbnails to 100 and understand where this is at. I see in there where the limit is on how many images per page but I would like to limit it to five columns per row. I would assume that once I put it into my table,it will display as I would like. I'd like the large image it pulls up to be whatever the actual image is but the way I'm reading it, I have to use a preset dimension. The problem is, not all my pictures have a dimension in common. And of course, in my existing code is a title section for the page. I was wanting to keep this controlled by the html instead of the script so that I can point to profile images and give the person's name and location at the top.
If anybody can get this script to work with my code, that would greatly appreciated. Sure, I'll keep working at trying it myself but I've been trying for more than a few days. Of course, if someone is kind enough, I'll make sure I give credit where credit is due and then I'll also use it to try learning from.
Thank you ahead of time for any help,
skunkboy
webmaster of skunkboy.net
- my site's contact page
What I've got:
Existing code is a page with my migration toward CSS/SSI but the images are coded the long way.
This script in a new directory... with the images from the dylan.html page copied into it.
I know I "should be able to take a basic page and put the script in the middle. But, changing the code to cooperate is what I'm not sure of. My meager attempt (currently experimenting trying to figure it out so I wouldn't pull the code from here if you were going to help) is at this garbled mess of a page.
Barebones.html is a copy of the main code used on all of my pages.
Yes, I do have .htaccess access and the following lines are in it:
AddHandler application/x-httpd-php .php .htm .html
AddHandler server-parsed .html
Options +Includes
AddHandler server-parsed .htm
Options +Includes
I'd like to limit the height of the thumbnails to 100 and understand where this is at. I see in there where the limit is on how many images per page but I would like to limit it to five columns per row. I would assume that once I put it into my table,it will display as I would like. I'd like the large image it pulls up to be whatever the actual image is but the way I'm reading it, I have to use a preset dimension. The problem is, not all my pictures have a dimension in common. And of course, in my existing code is a title section for the page. I was wanting to keep this controlled by the html instead of the script so that I can point to profile images and give the person's name and location at the top.
If anybody can get this script to work with my code, that would greatly appreciated. Sure, I'll keep working at trying it myself but I've been trying for more than a few days. Of course, if someone is kind enough, I'll make sure I give credit where credit is due and then I'll also use it to try learning from.
Thank you ahead of time for any help,
skunkboy
webmaster of skunkboy.net
- my site's contact page