Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.
Trending News
myspace help?
i want my name on myspace to be backwards.
so i want it to say
bobbi.
but backwards.
not ibbob. i want the letters to be backwards.
is that possible?
1 Answer
- 1 decade agoFavorite Answer
This is only possible in Internet Explorer, so anyone who's viewing your profile in IE will see a backwards name, but Firefox/Safari/Opera users will not.
<style>
{! - flip the nametext cell - works only in IE -!}
table.profileinfo td.text {filter:fliph; text-align:right;}
{!- reverse effect on rest of default table -!}
table.profileinfo table td.text {filter:none; text-align:left;}
</style>