PDA

View Full Version : Anyone kind enough to help with Slideshow Gallery


nickhaigh
May-12-2009, 03:41 PM
I have a page set up using 'Slideshow' gallery style
although I have a slideshow on the bottom of the page
I was wondering if I could add a static photo with the text (near the top of the page) and how would I do this?

I uploaded the photo to a hidden gallery, then added the link but nothing happened!

The gallery url is http://www.nickhaigh.net/gallery/5926598_64dAe

Thanks

nickhaigh
May-13-2009, 12:22 AM
I have a page set up using 'Slideshow' gallery style
although I have a slideshow on the bottom of the page
I was wondering if I could add a static photo with the text (near the top of the page) and how would I do this?

I uploaded the photo to a hidden gallery, then added the link but nothing happened!

The gallery url is http://www.nickhaigh.net/gallery/5926598_64dAe

Thanks

bump

J Allen
May-13-2009, 04:14 AM
So you want everything on one page....static photo at the top with text beside it....then all your current text in the middle...then the slide show at the bottom of the page?
(cool slide-show!)


Can you post a direct link to the picture or the gallery where you are storing the picture, and make sure external links and sharing are enabled.

nickhaigh
May-13-2009, 06:01 AM
So you want everything on one page....static photo at the top with text beside it....then all your current text in the middle...then the slide show at the bottom of the page?
(cool slide-show!)


Can you post a direct link to the picture or the gallery where you are storing the picture, and make sure external links and sharing are enabled.

Hi,

I would like the page to remain the same apart from adding a photo in between the text as below.

Facilities:

- Tea/coffee making facilities, water and fridge
- Free parking area for visitors (CCTV monitored, gated and patrolled by security)
- Congestion-charge-free Zone 2
- Plenty of natural light, with blackout option
- Large industrial elevator (2. 70 m wide), with door just 1 m from the studio entrance
- Stereo Hi- Fi
- Wi-Fi Broadband internet
- Changing area

Image to be placed just here

studio-101 (http://www.studio-101.eu/)

Also taking bookings for
- Location Photography
- Home Photography


image location is here
http://www.nickhaigh.net/gallery/5669019_R45Nf#535078346_mq64y-A-LB
this is the link I tried to use 'using the 'Share' feature
http://www.nickhaigh.net/photos/535078346_mq64y-M.jpg

Allen
May-13-2009, 07:48 AM
Hi,

I would like the page to remain the same apart from adding a photo in between the text as below.

Facilities:

- Tea/coffee making facilities, water and fridge
- Free parking area for visitors (CCTV monitored, gated and patrolled by security)
- Congestion-charge-free Zone 2
- Plenty of natural light, with blackout option
- Large industrial elevator (2. 70 m wide), with door just 1 m from the studio entrance
- Stereo Hi- Fi
- Wi-Fi Broadband internet
- Changing area

Image to be placed just here

studio-101 (http://www.studio-101.eu/)

Also taking bookings for
- Location Photography
- Home Photography


image location is here
http://www.nickhaigh.net/gallery/5669019_R45Nf#535078346_mq64y-A-LB
this is the link I tried to use 'using the 'Share' feature
http://www.nickhaigh.net/photos/535078346_mq64y-M.jpg
Add the photo in like this.

...
- Changing area
<br>
<img src="/photos/xxxxxxxxx_xxxxx-S.jpg" />
<br>
<a href="http://www.studio-101.eu" target="_blank">studio-101</a><br>
...

nickhaigh
May-13-2009, 08:01 AM
Add the photo in like this.

...
- Changing area
<br>
<img src="/photos/xxxxxxxxx_xxxxx-S.jpg" />
<br>
<a href="http://www.studio-101.eu" target="_blank">studio-101</a><br>
...

Thanks Allen, I did exactly that, but the image does not show up!! :scratch

nickhaigh
May-13-2009, 11:58 AM
Thanks Allen, I did exactly that, but the image does not show up!! :scratch

bump

J Allen
May-13-2009, 12:30 PM
Try this:

<img src="/photos/535078346_mq64y-M.jpg"border="0">


And if you want it centered try this:

<center>
<img src="/photos/535078346_mq64y-M.jpg"border="0">
</center>

nickhaigh
May-13-2009, 01:48 PM
Try this:

<img src="/photos/535078346_mq64y-M.jpg"border="0">


And if you want it centered try this:

<center>
<img src="/photos/535078346_mq64y-M.jpg"border="0">
</center>

Thanks, just tried that..but the image is still not showing :dunno

nickhaigh
May-13-2009, 04:10 PM
Thanks, just tried that..but the image is still not showing :dunno

bump

J Allen
May-13-2009, 05:17 PM
This is what I'm seeing when I put the picture into your html:


http://www.joerallen.com/photos/535950306_PrAAL-L.jpg



Do you have everything between html tags?


<html>all your page info here</hyml>

nickhaigh
May-13-2009, 10:14 PM
This is what I'm seeing when I put the picture into your html:


http://www.joerallen.com/photos/535950306_PrAAL-L.jpg



Do you have everything between html tags?


<html>all your page info here</hyml>

Thanks very much, just added <html>&</hyml>, the picture is now showing but the text is all screwed up! what went wrong?

at the bottom of the code
</div> <!-- closes myText div -->
<div class="spacer"></div>
</html>
</hyml>

I removed the </html> part, the text was fine but the photo disappeared again

nickhaigh
May-14-2009, 04:01 AM
Thanks very much, just added <html>&</hyml>, the picture is now showing but the text is all screwed up! what went wrong?

at the bottom of the code
</div> <!-- closes myText div -->
<div class="spacer"></div>
</html>
</hyml>

I removed the </html> part, the text was fine but the photo disappeared again.

nickhaigh
May-14-2009, 10:51 AM
Thanks very much, just added <html>&</hyml>, the picture is now showing but the text is all screwed up! what went wrong?

at the bottom of the code
</div> <!-- closes myText div -->
<div class="spacer"></div>
</html>
</hyml>

I removed the </html> part, the text was fine but the photo disappeared again

bump

nickhaigh
May-14-2009, 04:42 PM
bump

anybody?

denisegoldberg
May-14-2009, 04:51 PM
anybody?
You need to wrap <html> and </html> around any gallery description that contains html, and your <img src statement is html. Once you do that, any formatting you included by simply using including a blank line is not honored. You need to add html formatting commands.

For example...
<br/> is a line break
<b> is bold text
<i> is italics


--- Denise

nickhaigh
May-14-2009, 05:00 PM
You need to wrap <html> and </html> around any gallery description that contains html, and your <img src statement is html. Once you do that, any formatting you included by simply using including a blank line is not honored. You need to add html formatting commands.

For example...
<br/> is a line break
<b> is bold text
<i> is italics


--- Denise


EDIT:
Ok, I get it now!! I may just have the hang of it...thank you ;o)