cmd button?

if you guys want this, I need someone to create images for the editor (gif/png with transparent background color), as I my photoshop/gimp skills are very limited.
 
danger@ said:
if you guys want this, I need someone to create images for the editor (gif/png with transparent background color), as I my photoshop/gimp skills are very limited.

How about these (as simple as possible):
file.gif
cmd.gif
 
Looks nice, I would also change [ code ] and [ php ] images into these:
html.png
code.png


... so they would look good on every background, not only on white one.
 
@danger

Just an idea, maybe it will be just as simple as that (but dirty way):
# find vBdir -name code.gif -exec mv code.png {} ';'
 
Usually "$" for non-root commands, "#" for root commands, or " " if it doesn't matter (all without the quotes).
 
Interesting, the few times I've used , I put the first word of the command as the arg, then the rest of the command before the closing . Will make a mental note not to do that anymore ;).
 
Back
Top