Ulysses

Ulysses Stuff => General Chat & Help and Support => Topic started by: Destructio on June 12, 2013, 10:10:12 AM

Title: ULX MOTD
Post by: Destructio on June 12, 2013, 10:10:12 AM
Hello, I recently opened a listen server in Garry's Mod.
   -Now after 'Steam Pipe'

I have the SVN (133) of ULX and ULiB and I have customized the MOTD to my liking, although when I try to put an image in the background, the image tiles and I have tried many resolutions but it seems the picture just re-sizes then tiles again.  I do have major knowledge of HTML but I did make text and such.

Example:



If there is no resolve or just no reason for a resolve, I was wondering if it was possible to have materials as backgrounds.
Title: Re: ULX MOTD
Post by: Megiddo on June 12, 2013, 12:47:52 PM
What do you want it to look like?
Title: Re: ULX MOTD
Post by: Destructio on June 12, 2013, 02:25:43 PM
I guess now that I look at it it isn't necessary, before I made more rules it was smaller and more fitting. Is it possible to make the background a colour or material background (Carbon Fibre, Grass). I have tried but it just tiles and actually looks bad even as a material  >:(
Title: Re: ULX MOTD
Post by: LuaTenshi on June 18, 2013, 10:41:26 AM
I guess now that I look at it it isn't necessary, before I made more rules it was smaller and more fitting. Is it possible to make the background a colour or material background (Carbon Fibre, Grass). I have tried but it just tiles and actually looks bad even as a material  >:(

Sounds like your looking for some thing like this...

Code: [Select]
body
{
background-image:url('smiley.gif');
background-repeat:no-repeat;
background-size:contain;
}
Source: http://www.w3schools.com/cssref/playit.asp?filename=playcss_background-size&preval=contain