Author Topic: Picture in backround of MOTD.  (Read 4308 times)

0 Members and 1 Guest are viewing this topic.

Seige

  • Guest
Picture in backround of MOTD.
« on: December 30, 2007, 07:42:24 AM »
Where would i put the html code so it would be in the backround. an someone give me an example?  ???

Offline louis

  • Newbie
  • *
  • Posts: 43
  • Karma: 0
Re: Picture in backround of MOTD.
« Reply #1 on: December 30, 2007, 08:49:58 AM »
This

Code: [Select]
<img src="http://blahblah.jpg">

Seige

  • Guest
Re: Picture in backround of MOTD.
« Reply #2 on: December 30, 2007, 10:51:42 PM »
This

Code: [Select]
<img src="http://blahblah.jpg">


No crap. Im not a newb. I wanna know where in the MOTD to put it to make it the backround, not the code.

Offline MrPresident

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 2728
  • Karma: 430
    • |G4P| Gman4President
Re: Picture in backround of MOTD.
« Reply #3 on: December 30, 2007, 10:59:25 PM »
<body background="imagefilename.jpg">

the image you link to will need to be hosted on a web server though. I dont believe that the HTML parser supports local image pathing.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: Picture in backround of MOTD.
« Reply #4 on: December 31, 2007, 04:42:05 PM »
Zakap, correct. Any image would need to be hosted on a webserver, and directly accessable.


Moving to Off-Topic. HTML tutorial ~= ULX/ULib chat, help or support.


"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming