| If you wish, you can publish photographs of www.fotoma.com.ar
in your web site, for free.
All you have to do is to copy and paste the following code portion in
the place in wich you want to show the image:
<iframe width=100% height="180"
src="http://www.fotoma.com.ar/iframe.php?la=ingles"
frameborder="no"
marginwidth="0"
marginheight="0"
scrolling="AUTO">
</iframe>
|
This will make that in your site an aleatory chosen photo will be shown;
it will look in this way:
This code can be configured to adapt it to the design of your site:
1 - Change of language: if you wish the english text, replace this portion
of code:
src="http://www.fotoma.aca/iframe.php?la=caste"
with this:
src="http://www.fotoma.aca/iframe.php?la=ingles"
2 - Also you have the chance to change the colors of border, background,
links and texts, as shown in the following example:
src="http://www.fotoma.aca/iframe.php?la=caste&borde=ff0000&fondo=00ff00&text=0000ff&link=000000"
In this way, the frame will be red (ff0000), the backround will be green
(00ff00), the text will be blue (0000ff) and the links, black (000000).
3 - Width and Height: where it says width=100%
height="130", you can write the sizes that you need (porcentual
or in pixel). In this way you can adjust the frame to adjust it to the
space you have in your site. |