ULX

Author Topic: ULX MOTD text blacked out  (Read 3202 times)

0 Members and 1 Guest are viewing this topic.

Offline joshh20

  • Newbie
  • *
  • Posts: 11
  • Karma: 1
ULX MOTD text blacked out
« on: February 16, 2014, 01:41:14 PM »
Hello, I am experiencing a text rendering issue I believe, however, I am unsure as to the proper way to fix it. All of the text in my MOTD is bordered by black blocks which make the black text impossible to read and the rest of it quite ugly. I was wondering if anyone knew of a solution to this problem if you have encountered it before. Thank you -Josh

Here is a screenshot showing what I mean: http://gyazo.com/1edcc935a418293811eaac84a8ff41ba

Offline Neku

  • Hero Member
  • *****
  • Posts: 549
  • Karma: 27
Re: ULX MOTD text blacked out
« Reply #1 on: February 16, 2014, 01:42:17 PM »
Restart your game.

If that doesn't work, change the font.
Out of the Garry's Mod business.

Offline joshh20

  • Newbie
  • *
  • Posts: 11
  • Karma: 1
Re: ULX MOTD text blacked out
« Reply #2 on: February 16, 2014, 01:59:18 PM »
Thank you for the reply, but multiple users have seen this issue and I have tried switching the font to no avail.

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX MOTD text blacked out
« Reply #3 on: February 16, 2014, 02:35:26 PM »
Please attach your motd here.
Not sure what you're doing, but some formatting of the text/font in your HTML is likely causing the issue.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline joshh20

  • Newbie
  • *
  • Posts: 11
  • Karma: 1
Re: ULX MOTD text blacked out
« Reply #4 on: February 16, 2014, 03:39:18 PM »
I would post the entire thing, but is rather long, so instead you can view it at my website, just view source.

http://jcraft.us/rules

Offline JamminR

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 8096
  • Karma: 390
  • Sertafide Ulysses Jenius
    • Team Ulysses [ULib/ULX, other fine releases]
Re: ULX MOTD text blacked out
« Reply #5 on: February 16, 2014, 03:51:21 PM »
For starters, just try testing NOT using any font style.
Helvetica, I think, is a Microsoft font, and I think Gmod html engine only has some basic fonts.
"Though a program be but three lines long, someday it will have to be maintained." -- The Tao of Programming

Offline joshh20

  • Newbie
  • *
  • Posts: 11
  • Karma: 1
Re: ULX MOTD text blacked out
« Reply #6 on: February 16, 2014, 04:15:47 PM »
Ok, I have changed that at this time, however I was getting the same issue even when I had not specified a font. I changed it now because Neku had recommended it.

Offline joshh20

  • Newbie
  • *
  • Posts: 11
  • Karma: 1
Re: ULX MOTD text blacked out
« Reply #7 on: February 18, 2014, 02:03:13 PM »
Would you have further recommendations to fix this issue?

Offline Megiddo

  • Ulysses Team Member
  • Hero Member
  • *****
  • Posts: 6214
  • Karma: 394
  • Project Lead
Re: ULX MOTD text blacked out
« Reply #8 on: February 18, 2014, 05:08:49 PM »
Strip it down to plain text and add each change to it incrementally to see what breaks it.
Experiencing God's grace one day at a time.

Offline joshh20

  • Newbie
  • *
  • Posts: 11
  • Karma: 1
Re: ULX MOTD text blacked out
« Reply #9 on: February 23, 2014, 02:15:12 PM »
Ok, I changed the background color to RosyBrown, and that seems to have fixed it, thank you guys for helping.

If anyone else encounters this issue, try this code in your HTML

Code: [Select]
<body bgcolor="RosyBrown"></body>