Gallery into Website

Messages
826
Name
Perry
Edit My Images
Yes
I am trying to creat my own site from scratch after having used Clikpic for some time, any way I use lightroom and dreamweaver and I creat a website gallery in LR but when I try to get it into Dreamweaver it does not sit in the table I have created I have tried several ways.

If you could look at www.pgpictures.co.uk and give any advice as to how I can incorporate a gallery into it I would appreciate it.

Thanks
 
never played with the gallery output from lightroom but have you tried pasting the html code which is produced from it between the <td></td> where you currently have gallery.jpg image
 
Must admit no, it normally just creates an index html page, I am guessing open this in dreamweaver and copy the coding side and paste like you said onto the gallery side of the site. Will try it and see later. Thanks
 
Have you tried
<iframe src="****.html" width="***px" height="****px"></iframe>

replacing the **** with address of gallery and width/height

Out of curosity, do you earn much having all those advertising links on your site? It does not really look like a personal website when there are all those links to other photographer's sites :)
 
Have you tried
<iframe src="****.html" width="***px" height="****px"></iframe>

replacing the **** with address of gallery and width/height

Out of curosity, do you earn much having all those advertising links on your site? It does not really look like a personal website when there are all those links to other photographer's sites :)

To be honest not sure, it is just something I was trying, not sure as to keep them all, but thought if it's there may as well try and earn something from it.

Will try what you say tonight and see if it works, thanks again for the advice.
 
Many thanks the iframe suggestion works a treat, thanks again
 
Back
Top