Mail.ru does not have the ability to add flash objects to an entry in the community. But if you can not, but really want, then you can.
For unknown reasons, a code for inserting information from the site
iii.ru/login passes on
mail.ru. In addition to the mail you can download the same flash mail card with an address that begins on
http://images.cards.mail.ruCode to insert a flash drive:
()

-, mail.ru, . , - mail.ru.
How to make a table cell fill colorSometimes it seems that mail.ru lives according to its own laws known only to him. And the HTML language is also his own, different from that adopted on other sites. The tags allowed on mail.ru can be seen
here , and there are very few of them. As for the other working tags, they are determined experimentally. For example, it is known that you can add an HTML table to mail.ru. The
background attribute (fill the table with a picture) on mail.ru works, and the attributes
bgcolor (fill color) and
bordercolor (frame color) do not work.
In order to be able to apply a color to a cell in a table, we use styles.
Code:
,
, .
Displayed as:

This code indicates and can be changed:
border: 3px - the width of the frame;
double - frame type (other values:
inset, outset, dotted, dashed, double, groove, ridge, solid );
# A2B5CD - frame color;
background: # F8F8FF - background color;
width: 400px - width;
padding: 8px - the distance from the frame to the text.
When we made the community menu, we set ourselves the task: to make it as easy as possible so that it loads quickly even at low Internet speeds (for some community members, the Internet is simply deadly slow). And they did, of course. This
menu is a clean code and two tiny pictures, weighing 2.5 and 0.3 KB, respectively. At the same time, it looks no worse than fancy menus from pictures that are used in communities on mail.ru, and weighs a hundred times less and loads instantly.
How to remove spacing in the table between rowsAbout two years ago, an unpleasant feature appeared on mail.ru: gaps between rows of a table, a pixel width of four. They are displayed even with the directly specified parameters:
border = "0" cellpadding = "0" cellspacing = "0" and it is impossible to remove them in the usual way, because they should not be.
The community menu turned into a lined drawing:

The problem has so far been solved by setting the table background (attribute
background ) to some image that served as a background, so that the gaps between the cells are not so noticeable.
But it turns out that these gaps can be completely eliminated.
The usual code for a picture placed in 4 cells of a 2x2 table looks like this:




If you add this code to an entry in the community, a white bar appears between the rows of the table:

And this is what the table code looks like without spaces between the lines:

Perhaps, from the point of view of specialists, these life hacks for mail.ru look primitive and naive, the explanations seem too simple, and errors have crept into the codes. Only by education and occupation, I have nothing to do with computers, programming and technology in general. I know everything I know about computers and the Internet on mail.ru and thanks to mail.ru.
Notice, I do not idealize mail.ru. This site has flaws, and I know about them, probably more than anyone else. But a social network that makes you think and look for ways to solve problems is a lot.
If you know other undocumented features of the mail.ru site, tell us about them, please, - very interesting.
If you do not use mail.ru (or do not dare to admit it) - tell me if there are undocumented features in the Habré.
I wonder if gentlemen know geeks about their site as much as mail.ru users know about theirs.
UPD : and another mail brings character. So the post in the drafts will not clean. But I would like to see the comments.