YowlingCat wrote:
Yes, the subject line and poll contents contain only plain text, and you would post in bbcode, but the markup behind the bb code can be changed to allow the posting of photos. The only word that needs substituting is ""gensmall" for "gen". Alex could do that.
not really
this is the class gen small:
.gensmall {font-size:10px}
It specifies the font size is 10 pixels
mark up that is delivered to the client is essentially static. That's without taking into account javascript effects/AJAX/plugins
You can make an image superficially small using styling, but it isn't really physically smaller. You'd either have to require the user to reduce the file size themselves, host the image reducing it when they up load, or have the server get the image on the fly and output it at a reduced size (if the user is prepared to wait a little extra, and you don't mind about the extra load)
There is no way anyone sensible would allow standard hypertext to be inputted by users on their forum, it is a security risk.