How does one add a caption to an image?
(Edit: Other questions...can you make an image smaller on the Wiki? Or do you have to edit the image on your computer first?)
Need to do some for the Tony Smith page! (Check it out - when you can!)
Thanks! ;D
To have the wiki resize the image, put a "?HeightxWidth" at the end of the filename.
Example:
{{the_marquette_ticket_project:1993_ncaa.jpg?200x400}}
A caption is appended to the end with a pipe, although it may not be what you expect, as IIRC, it shows up as a tool tip, not a caption.
{{the_marquette_ticket_project:1993_ncaa.jpg?200x400|This is the caption}}
And for the heck of it, left and right justify can be done by putting a space before or after the whole thing.
Right align:
{{ the_marquette_ticket_project:1993_ncaa.jpg?200x400}}
^ notice the space
Left align:
{{the_marquette_ticket_project:1993_ncaa.jpg?200x400 }}
You can also cheat on the height and width - if you only give the height, then the wiki will magically resize the image to have the right scaled width, like:
{{the_marquette_ticket_project:1993_ncaa.jpg?200}}
Thanks guys!!! Having fun with it!!!