It would be useful to have a thumbnail creator for avatars to fit our design, or at least, and I'm just throwing this one out there, wouldn't exactly know how to put it, an <?if($IMG_EXCEEDS='500px & 200px')?> <style type="text/css"> avatar-container {width:500px;height:200px;} avatar-container img {width:100%;} </style> <?else?> <style type="text/css"> avatar-container {width:500px;height:200px;} avatar-container img {width:auto;text-align:center;} <?endif?> So basically, if the image exceeds the value width and/or height you choose, then it automatically, like all if/else statements, parses your design specifications, and if it doesnt exceed your design specs then it ...well keeps it the same size + centers it. In other words, executes your css. It would be really useful, especially for the Personal Page (or profiles). the first value would be the width and the second would be the height. Oh and, this is completely irrelevant but it would be much more convenient for the comment forms to be like tinymce. Just an opinion, but the difference is you don't see the code (i.e. [b], [i], [u]). Instead of having the "close all opened codes". Just another suggestion. :]
Message edited by heysupp - Thursday, 2009-07-02, 9:10 Pm |