Support community for TTG plugins and products.
NOTICE
The Turning Gate's Community has moved to a new home, at https://discourse.theturninggate.net.
This forum is now closed, and exists here as a read-only archive.
You are not logged in.
If I upload an image using Designer/Template/Uploaded Images, using the fol. html:
<img src= "Marla-Watermark25_2.png">
Doesn't produce the image.
Do I need a path? If so what is the path (I couldn't find it). If not, what is the correct way?
Thanks
Offline
Look under designer > uploaded images and click on the image name and you will see the URL to use listed.
Charlie
www.stalkinglight.com
Offline
(**** this forum logging me out before I finish my typing!!!!!!!)
Ok so I am not seeing the image in the website, just the text.
I feel dumb because it's probably something obvious to a web designer,
My code is:
Let's get together over a cup o' joe!
<img src="http://www.marlajenkinsphotography.com/test/backlight/designer/?a=view_image&p1=8">
The image can be seen when I post the address in a browser though
Offline
can you post a link to the page too?
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
Offline
my uploaded images are of the form "/backlight/designer/?c=page&a=image&p1=xx"
but I'm no web designer so I don't know what the significance of the difference in format is.
Last edited by charlie.choc (2017-11-18 06:17:00)
Charlie
www.stalkinglight.com
Offline
you don't need the opening and closing html tags when you write html in page copy. Try removing those.
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
oh, and the image url should be:
http://www.marlajenkinsphotography.com/test/backlight/designer/?c=page&a=image&p1=8
it looks like you've copied it from the browser address window.
in Backlight > Designer > Uploaded Images, just click on the name of the image. Then on the resulting page, scroll down below the image and copy the url. Don't copy it from the browser's address window
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
oh, and the image url should be:
http://www.marlajenkinsphotography.com/test/backlight/designer/?c=page&a=image&p1=8
it looks like you've copied it from the browser address window.
in Backlight > Designer > Uploaded Images, just click on the name of the image. Then on the resulting page, scroll down below the image and copy the url. Don't copy it from the browser's address window
That did it!
Thanks guys, another step in the right direction - just need to resize that puppy!
Offline
you can resize it in the html:
<img src="http://www.marlajenkinsphotography.com/test/backlight/designer/?a=view_image&p1=8" width="200">
Rod
Just a user with way too much time on his hands.
www.rodbarbee.com
ttg-tips.com, Backlight 2/3 test site
Offline
add width="nn" inside the src tag.
Charlie
www.stalkinglight.com
Offline