Try moving the images to a web server. Since the clients are acting as
web browsers when they see the image tag they will do an http request
for the image.

In my case I just redirect the client to the web server using:

<!DOCTYPE HTML PUBLIC -//W3C//DTD HTML 4.01 Transitional//EN
http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd>
<head>
<meta HTTP-EQUIV="Refresh" CONTENT="0;
URL=http://www.yourweb.com/index.html";>
</head>
</body>

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Bryon Hughes
Sent: Friday, August 20, 2004 11:40 AM
To: [EMAIL PROTECTED]
Subject: RE: [hlds] Display Web page on MOTD?

Yes the images files are inside of the server directory

-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of Shane Robinett
Sent: Friday, August 20, 2004 9:34 AM
To: [EMAIL PROTECTED]
Subject: Re: [hlds] Display Web page on MOTD?


I assume /images/planb.jpg is within your game server?

You might want to try

<img src="images/planb.jpg" width="432" height="185">
----- Original Message -----
From: "Bryon Hughes" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, August 20, 2004 11:22 AM
Subject: RE: [hlds] Display Web page on MOTD?


> Is it possible to get an example of how to load images in the motd.  I

> have tried everything.  Here is currently what I have and its just not

> working.
>
> <img src=images/planb.jpg width="432" height="185"><br>
> <font size="5"><strong>Enjoy yourself.</strong></font><br> <li>Try to
> watch your language</li>;<br> <li>6 Team Kills and its have a nice
> day</li>;<br> <li>No Racism!!! Leave that for the KKK
> Meeting</li>;<br> <li>NO SPAWN CAMPING</li>;<br>
> <li>OBSCENE SPRAYS = lifetime ban</li>; <br>
> <li>I reserve the right to kick you because I can</li>;<br>
> <li>Good Luck, Have Fun</li>
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of David Fencik
> Sent: Thursday, August 19, 2004 2:06 PM
> To: [EMAIL PROTECTED]
> Subject: RE: [hlds] Display Web page on MOTD?
>
>
> Edit the motd.txt file so that there is only a single line of text:
> the hyperlink that you'd like to be displayed.
>
> Dave
>
> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED] On Behalf Of TSM Samurai
> Sent: Wednesday, August 18, 2004 11:19 PM
> To: [EMAIL PROTECTED]
> Subject: [hlds] Display Web page on MOTD?
>
> This is a multi-part message in MIME format.
> --
> [ Picked text/plain from multipart/alternative ]
> Hey All,
>              Can anyone tell me how to setup the MOTD file so I can
> display my webpage when someone joins my server.
> --
>
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,

> please visit: http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,

> please visit: http://list.valvesoftware.com/mailman/listinfo/hlds
>
>
>
> _______________________________________________
> To unsubscribe, edit your list preferences, or view the list archives,
please visit:
> http://list.valvesoftware.com/mailman/listinfo/hlds
>


_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit: http://list.valvesoftware.com/mailman/listinfo/hlds



_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives,
please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds




_______________________________________________
To unsubscribe, edit your list preferences, or view the list archives, please visit:
http://list.valvesoftware.com/mailman/listinfo/hlds

Reply via email to