Community @ The Turning Gate

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.

  • New user registrations are disabled.
  • Users cannot create new topics.
  • Users cannot reply to existing topics.

You are not logged in.

#1 2017-11-18 05:36:42

peter
Member
Registered: 2012-09-26
Posts: 271

After uploading an image, how do you add it to a page?

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

#2 2017-11-18 05:40:46

charlie.choc
Member
From: Marietta, GA
Registered: 2014-01-09
Posts: 359
Website

Re: After uploading an image, how do you add it to a page?

Look under designer > uploaded images and click on the image name and you will see the URL to use listed.

Offline

#3 2017-11-18 06:05:46

peter
Member
Registered: 2012-09-26
Posts: 271

Re: After uploading an image, how do you add it to a page?

(**** 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

#4 2017-11-18 06:13:35

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: After uploading an image, how do you add it to a page?

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

#5 2017-11-18 06:14:45

peter
Member
Registered: 2012-09-26
Posts: 271

Re: After uploading an image, how do you add it to a page?

Offline

#6 2017-11-18 06:14:50

charlie.choc
Member
From: Marietta, GA
Registered: 2014-01-09
Posts: 359
Website

Re: After uploading an image, how do you add it to a page?

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)

Offline

#7 2017-11-18 06:19:19

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: After uploading an image, how do you add it to a page?

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

#8 2017-11-18 06:23:04

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: After uploading an image, how do you add it to a page?

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

#9 2017-11-18 06:27:55

peter
Member
Registered: 2012-09-26
Posts: 271

Re: After uploading an image, how do you add it to a page?

rod barbee wrote:

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

#10 2017-11-18 06:31:25

rod barbee
Moderator
From: Port Ludlow, WA USA
Registered: 2012-09-24
Posts: 17,830
Website

Re: After uploading an image, how do you add it to a page?

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

#11 2017-11-18 06:31:33

charlie.choc
Member
From: Marietta, GA
Registered: 2014-01-09
Posts: 359
Website

Re: After uploading an image, how do you add it to a page?

add width="nn" inside the src tag.

Offline

Board footer

Powered by FluxBB