Open main menu
Home
Random
Recent changes
Special pages
Community portal
Preferences
About Wikipedia
Disclaimers
Incubator escapee wiki
Search
User menu
Talk
Dark mode
Contributions
Create account
Log in
Editing
Incubator escapee wiki:Extended image syntax
(section)
Warning:
You are not logged in. Your IP address will be publicly visible if you make any edits. If you
log in
or
create an account
, your edits will be attributed to your username, along with other benefits.
Anti-spam check. Do
not
fill this in!
===The many-floating-objects problem=== {{shortcut|WP:MFOP}} {{See also|WP:STACKING}} There is a floating issue in HTML/CSS that prevents certain images (or other floating objects) from floating above others. It occurs only if: * there are multiple floating objects on one side of the page * the floating object on the other side of the page comes '''after''' the other ones in the source code The first floating object on the latter side of the page won't float above the last floating object on the former (see examples below). Solutions include alternating between left and right in aligning images or other floating objects (not shown); setting to "none" the alignment of the one that won't float above the others (as demonstrated on the population table [[Rochefort, Charente-Maritime|here]]); and using a gallery tag for large numbers of images in a single section. Per [[MOS:ACCESS#FLOAT]], images should be inserted in the relevant section (i.e. do not place the markup above the section headline), even if that can cause them to float into the next section. Problematic code: <syntaxhighlight lang="wikitext">
Edit summary
(Briefly describe your changes)
By publishing changes, you agree to the
Terms of Use
, and you irrevocably agree to release your contribution under the
CC BY-SA 4.0 License
and the
GFDL
. You agree that a hyperlink or URL is sufficient attribution under the Creative Commons license.
Cancel
Editing help
(opens in new window)