(03-23-2012 11:55 AM)leefish Wrote: You may well be able to adjust the button css so that it looks bigger and with a bigger font.
(03-23-2012 12:01 PM)ZiNgA BuRgA Wrote: From your link:Quote:the input field width
In other words, 'size' has nothing to do with font size - it affects the width.
Like with everything else, you should be using CSS to control font-sizes.
Thank you for the input (npi).
Am not sure how the type="button" works with type="file".
Am assuming the controlling template code for the browse click (per the previously attached scrnshot) is...
Quote:<input type="file" name="attachment" size="40" class="fileupload" />
</td>
...and the css class 'style' is "fileupload" ?
Have tried to find such a class in *.css files, but with no luck.
So, assume need to use an 'in-line' style along with the template html quoted above ?
Will ramp up the learning curve in that direction... make sense ?
Am grasping (at straws) in right direction, or am totally off course ?
Ps:
Btw, from an intuitive standpoint, its interesting how the browse textbox, looks/acts like a textbox with the cursor, but it is not possible to enter text into it. Guess its just a mybb thing, to be able to see what you 'select' ?
Plus, the input got from Firebug is...
...and assume need to add that (with forms.css some sort of online source of info) to the learning curve as well ?