You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be nice to have the possibility to add a profile picture on the left of the name and short description.
I managed to get an okay result with the following:
<imgsrc="../profile-picture.jpg"style="width: 170px; float: left; border-radius: 2px;"/>
My Name
=======---> Some description---
<divstyle="clear: left;"></div>
...
The text was updated successfully, but these errors were encountered:
For anyone stumbling on this one, there is a stupidly simple work around for this, you just Ctrl+p in your browser. It will keep the pictures but also the colors
It would be nice to have the possibility to add a profile picture on the left of the name and short description.
I managed to get an okay result with the following:
The text was updated successfully, but these errors were encountered: