[SOLVED] Change font size at 'browse' for attachment button ?
akm Offline
Member
***
Posts: 115
Joined: Nov 2011
Post: #1
Question [SOLVED] Change font size at 'browse' for attachment button ?
Tried all kinds of things, mostly around template: post_attachments_new.

Adding 'font size=' (may not have used correct code, but tried most that know) etc.

Assume if change font size will make button height greater ?

Where to look ?

post_attachments_new...

Code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<tr>
<td class="trow1" width="1">
<img src="{$theme['imgdir']}/paperclip.gif" alt="" />
</td>

<td class="trow1" style="white-space: nowrap">
<strong>{$lang->new_attachment}</strong> 

<!-- browse input field, size=# of characters, not height -->

<input type="file" name="attachment" size="40" class="fileupload" />
</td>

<td class="trow1" align="center">
{$attach_update_options} 
<input type="submit" class="button" name="newattachment" value="{$lang->add_attachment}"  tabindex="13" />
</td>
</tr>


Please excuse the 'comments' to myself.



Attached File(s) Thumbnail(s)
   

Thanks again for your help !
(This post was last modified: 03-23-2012 03:57 PM by akm.)
03-23-2012 03:35 AM
Find all posts by this user Quote this message in a reply

« Next Oldest | Next Newest »

Messages In This Thread
[SOLVED] Change font size at 'browse' for attachment button ? - akm - 03-23-2012 03:35 AM

 Standard Tools
Forum Jump: