Page 1 of 1

Attachment in portal.

Posted: 3. October 2012 05:34
by scorpio
Is there any chance to show attachment images in the block of portal.

Re: Attachment in portal.

Posted: 3. October 2012 15:43
by archivar
You can view pictures in their own block.
Are they trying to change this code for yourself.

Code: Select all

<a href="http://www.your site" target="_blank"><img style="width: 100%" src="http://www.your site/images/your picture" alt=""/></a>

Re: Attachment in portal.

Posted: 5. October 2012 16:38
by scorpio
it is showing only a blank picture.

Re: Attachment in portal.

Posted: 5. October 2012 16:53
by Kirk
You have to replace the here http://www.your site through your domain,
at http://www.your site / images / your picture puts you clean the address of the image.

Re: Attachment in portal.

Posted: 6. October 2012 18:49
by scorpio
Address of the picture I want to use is www.aquapetz.com /FishProfiles /FProfile /photo/angel.jpg

How will I use it.

Re: Attachment in portal.

Posted: 6. October 2012 19:20
by Kirk
Example

Code: Select all

<a href="http://www.aquapetz.com" target="_blank"><img style="width: 100%" src="http://www.aquapetz.com/FishProfiles/FProfile/photo/angel.jpg" alt=""/></a>

Re: Attachment in portal.

Posted: 6. October 2012 19:23
by scorpio
Thanks.

It is showing a hand sign. How can I give a link for the picture so that user can jump on given topic by clicking it.

Re: Attachment in portal.

Posted: 6. October 2012 19:57
by Kirk
Replace this link http://www.aquapetz.com with your Topic Link

Re: Attachment in portal.

Posted: 11. October 2012 18:35
by scorpio
I have make some .jpg files of width 150 pixels. Now I want to display these files in a single row. But they are the block shows one picture in one line and also shows bigger pictures. How can I show 5 pictures in a single row with actual dimensions?

Re: Attachment in portal.

Posted: 11. October 2012 19:08
by Kirk
Example

Code: Select all

<a href="your Link" target="_blank"><img src="image link" alt=""/><img src="image link" alt=""/></a>