ID:2845193
 
Resolved
BYOND Version:514
Operating System:Windows 10 Home 64-bit
Web Browser:Firefox 108.0
Applies to:DM Language
Status: Resolved

This issue has been resolved.
Descriptive Problem Summary:

The CSS attribute, vertical-align, is said to be recognized within the output element, and supports the values bottom, middle, and top. However, no matter what I do, it is never recognized, and any attempt to align images fails.

Numbered Steps to Reproduce Problem:

Send an image to the output element with a style='vertical-align: middle;'.

Expected Results:

The image will be aligned vertically to the middle of the text line.

Actual Results:

The image remains unchanged in its position.

Does the problem occur:
Every time? Or how often? Everytime
In other games? I guess so
In other user accounts? Who knows?
On other computers? I only have one, so... probably

When does the problem NOT occur?

Never

Did the problem NOT occur in any earlier versions? If so, what was the last version that worked? (Visit http://www.byond.com/download/build to download old versions for testing.)

I'm not hunting that down.

Workarounds:

Accept the failure.
Lummox JR resolved issue
This is actually a mistake in the documentation. The output control doesn't support the vertical-align attribute. Grids and maptext do. I've corrected the reference for the next release.