Customizing embedded images

lorenzofernandez / 2010-01-03 16:24:26   

Hi! I'm want to embed images instead of uploading from files, to avoid having duplicated files on the web.
I would like to apply styles to the embed material. I would I do it?
Here is the link to the page with the linked images from flickr:

http://www.meetoo.tv/index.php?/photos/brussel/

This is another page with uploaded images with the style i want:

http://www.meetoo.tv/index.php?/projects/lor/

Thank you in advance.

Happy new year!!

lorenzofernandez / 2010-01-04 17:43:11   

I'm still struggling with this!
Anyone can help?

I'm using the horizontal plug-in probably I have to change something there too. Right?

Thanks, happy new year.

Lorenzo

arsondpi / 2010-01-04 23:41:51   

it's more complex -if I understood right you want indexhibit to load your images from flickr.
To do this automatically you gotta learn how to code with php.
To do this manually then you have to code it in html...

  1. <div style="frame_styled"><img src="http://farm1.static.flickr.com/........" /></div>

Obviously frame_styled is a css style that you have to set...

lorenzofernandez / 2010-01-05 00:28:39   

Ok thank you, at least I know where to go now.

This thread has been closed, thank you.