mergs Posts:16
 |
| 01/22/2007 12:15 PM |
|
I have checked the Portfolio checkbox in the Templates line(Layout section). This makes the picture I have on the page clickable. Unfortunately when I click it goes to an invalid URL. Can I turn this off? I don't need to have the picture linked to anything, because I am not using the Details page. If I uncheck it, it throws a " target=""> in my Rich Editor field, where I have text links. |
|
|
|
bcasson Posts:88
 |
| 01/23/2007 10:36 AM |
|
| Are you using either [IMAGESRC] or [IMAGESRCDETAILS] to display the image? The former displays the image thumbnail, while the latter displays the full size image, without the link. |
|
|
|
mergs Posts:16
 |
| 01/23/2007 6:34 PM |
|
I am using the DEFAULT Portfolio template. (which has IMAGESRC) See below: href="[URL]">[IMAGESRC]</a></td> <!-- to web site or page --> I would rather see the picture NOT linked to anything and don't show a MORE link either. This is the only page they need to see. What I'd like to do is UNCHECK any layout (this gives me the desired page), but when I do that is puts a " target=""> in the employee field, where I am linking to an employee page. |
|
|
|
bcasson Posts:88
 |
| 01/23/2007 7:43 PM |
|
Templates will allow you to layout the information in a format that suits your needs. With that in mind, edit the Default template for the Portfolio layout, or replace the template with the following: <table width="100%" cellpadding="3" cellspacing="2"> <tr> <td colspan="2" class="wildPFNormalBold">[EDIT][TITLETEXT]</td> </tr> <tr> <td align="center" valign="middle">[IMAGESRC]</td> <td> <table width="100%" cellpadding="0" cellspacing="0"> <tr> <td class="wildPFNormalBold" width="25%">[BRIEFLABEL]</td> <td class="wildPFNormal" width="75%">[BRIEFTEXT]</td> </tr> <tr> <td class="wildPFNormalBold">[FULLLABEL]</td> <td class="wildPFNormal">[FULLTEXT]</td> </tr> <tr> <td class="wildPFNormalBold">[AUTHORLABEL]</td> <td class="wildPFNormal">[AUTHORTEXT]</td> </tr> <tr> <td class="wildPFNormalBold">[DATELABEL]</td> <td class="wildPFNormal">[DATETEXT]</td> </tr> <tr> <td class="wildPFNormalBold">[USERLABEL1]</td> <td class="wildPFNormal">[USERTEXT1]</td> </tr> <tr> <td class="wildPFNormalBold">[USERLABEL2]</td> <td class="wildPFNormal">[USERTEXT2]</td> </tr> <tr> <td class="wildPFNormalBold">[USERLABEL3]</td> <td class="wildPFNormal">[USERTEXT3]</td> </tr> <tr> <td class="wildPFNormalBold">[USERLABEL4]</td> <td class="wildPFNormal">[USERTEXT4]</td> </tr> <tr> <td class="wildPFNormalBold">[USERLABEL5]</td> <td class="wildPFNormal">[USERTEXT5]</td> </tr> </table> </td> </tr> </table> I've removed the MORE link and the URL link. |
|
|
|
mergs Posts:16
 |
| 01/24/2007 7:17 AM |
|
Perfect! That is the result I wanted.... THANKS!!! |
|
|
|