Using images with embedded text
Last updated on
30 April 2025
Advanced Forum no longer uses images with embedded text. This makes dealing with multiple languages much easier. Because the CSS was changed drastically to work with the new style of image handling, it no longer works with the old embedded text images. This CSS was suggested by meustrus and is provided here for your convenience. It is not tested nor supported by the Advanced Forum maintainers.
a.reply-button {
display: inline-block;
width: 99px;
height: 17px;
background: url(path/to/image);
}
a.reply-button span {
position: relative;
left: 9999px;
}
Help improve this page
Page status: Not set
You can:
You can:
- Log in, click Edit, and edit this page
- Log in, click Discuss, update the Page status value, and suggest an improvement
- Log in and create a Documentation issue with your suggestion