[Pro] Showcase Gallery Borders

Is there a way to add “style” to the borders (for example: “ridge”) on the Showcase Gallery? I have attempted this editing the the html script but without any success. The html file is always overwritten.


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

You can add a ‘style’ into the before end head section of Page>HTML Markup - you just have to determine what the style is called that affects that particular attribute.

Post a link to a page with a single image that has the style you want to apply and we will see what we can offer as a solution.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

I have attached the link so you can see what I’m looking for. I stated my first request incorrectly, should have said ‘Showcase Slideshow’ not gallery. Anyhow, as you can see the slideshow has only solid gray borders on the images and I would like to implement ‘rigid’ borders in their place.

403 Forbidden file/test.html

Thanks for the quick response
Greg


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Greg - a couple of things

1 Be careful to avoid the use of file names with spaces in them. Your link doesn’t work because of it! Stick to underscores and hyphens to break up words.

2 What exactly do you mean by a ‘rigid’ border? I may just being thick but it is a holiday after all.

David


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

David,

I knew about the ‘space’ in the link, was in a bit of a hurry and didn’t take the time to correct that, sorry.

I have added a image at the bottom of the page with the border affect I am looking for. The border style is ‘ridge’ not rigid, once again, I should check my spelling.

Anyhow this is what I am referring to:

403 Forbidden file/test.html

Thanks,
Greg


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Like this? http://www.deltadesign.co/odds/showcase5.html

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

Your one in million. That’s exactly what I was looking for. Thanks for taking the time on this one. I will insert the code and carry on.

Thanks again,
Greg


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options

And for the benefit of others the following was added in Page>HTML Markup in the before end head position

<style type="text/css">
.fwShowcase_main img {
border:ridge #999 8px !important;
}
</style>

D


freewaytalk mailing list
email@hidden
Update your subscriptions at:
http://freewaytalk.net/person/options