Main
Index
Search
Posts
Who's
Online
Log
In

Home: Discontinued/Classic Products: Article Manager 2:
font size $article.attachments$

 

 


Kimber
User

Apr 1, 2009, 6:47 AM

Post #1 of 4 (2190 views)
Shortcut
font size $article.attachments$ Can't Post

I would like to make the download file font larger. I tried <font size="4" face="Arial">$article.attachments$</font> which did not work and looked at the CSS sheet but see nothing that says font size of article.attachments.

How can I make the link a bigger font?

thanks


Donna
Staff / Moderator


Apr 2, 2009, 2:18 PM

Post #2 of 4 (2161 views)
Shortcut
Re: [Kimber] font size $article.attachments$ [In reply to] Can't Post

Hi Kimber,

Take a look in the attachments templatecell instead -- you can modify exactly what appears right in there. :)

Donna

--
support@interactivetools.com


Kimber
User

Apr 3, 2009, 1:33 AM

Post #3 of 4 (2155 views)
Shortcut
Re: [Donna] font size $article.attachments$ [In reply to] Can't Post

Hi;

I can't get this to work. I tried several ways but when I save, I get an error codes on the web site. Am I looking in the right place and where do I put the font codes <font face="Verdana" size="5"></font>

Here are the codes.

<!-- templateIf : $article.attachments$ ne "" --><br style="clear: both;" />

<!--templateInsert :<img border="0" src="http://www.momsbreak.com/free_printable_icon.gif" width="48" height="48" align="left">
&nbsp;&nbsp;&nbsp;&nbsp;$article.attachments$<br>

<!-- /templateIf -->

Thanks
Kimberly


Donna
Staff / Moderator


Apr 3, 2009, 11:18 AM

Post #4 of 4 (2144 views)
Shortcut
Re: [Kimber] font size $article.attachments$ [In reply to] Can't Post

Hi Kimber,

You've added code into the template insert -- can't do that, as I think you've noticed. The template insert just says "This is where we want the code from the templatecell to show up."

You're looking for the templatecell. It'll look something like this:

<!-- templatecell : article.attachments.row -->
...a bunch of code that you can modify...
<!-- /templatecell : article.attachments.row -->

This is where Article Manager actually gets the code to print for each attachment. The template insert & placeholder is just where it shows up.

I hope this helps. :)

Donna

--
support@interactivetools.com