How can I put an image in the Connection notice (MOTD)?

Post Reply
User avatar
Vanderburg
Former staff
Former staff
Posts: 1253
https://www.youtube.com/channel/UC40BgXanDqOYoVCYFDSTfHA
Joined: Sat Nov 13, 2010 7:27 am
Location: Dallas, TX

How can I put an image in the Connection notice (MOTD)?

Post by Vanderburg »

The HTML available in the Connection notice uses a subset of HTML, called Richtext HTML. For the image to show up, you'll need to make sure you not only "Allow HTML messages" (An option on the Easy Setup tab of your control panel), but also specify a height and width in the img tag for the image. For example:

Code: Select all

<img src="http://www.site.com/myimage.png" alt="" height="60" width="60" />
Post Reply