donkeyg Posted November 4, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Share Posted November 4, 2013 why it is a white color blank on my thor patcher there?? whats wrong? , i have to select all to see all the words... <html> <head> <title></title> </head> <link rel="stylesheet" href="style.css" type="text/css"> <body> <tr valign="top"> <td> <div style="height:250px; width:100%;"> <table border="0" width="100%" cellspacing="4" cellpadding="4"> <tr> <td width="100%"><span class="header">Welcome to Passion Ragnarok Online!</span> <div class="content"> <ul> <li><b>WEBSITE: http://passion-ro.com</b></li> <li>FACEBOOKL http://facebook.com/passionragnarokonline</li> </ul> </div> </td> </tr> </table> </div> </td> </tr> </body> </html> Quote Link to comment Share on other sites More sharing options...
Dvrstle Posted November 4, 2013 Group: Members Topic Count: 125 Topics Per Day: 0.03 Content Count: 361 Reputation: 10 Joined: 12/30/11 Last Seen: January 3, 2016 Share Posted November 4, 2013 do you have a background in your patch url? i mean, the background that was intended for that thor patcher? Quote Link to comment Share on other sites More sharing options...
Winz Posted November 4, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted November 4, 2013 Hello, Check your style.css. take a look for the colors. and this shall be your html problem. Quote Link to comment Share on other sites More sharing options...
donkeyg Posted November 4, 2013 Group: Members Topic Count: 344 Topics Per Day: 0.07 Content Count: 1060 Reputation: 1 Joined: 02/13/12 Last Seen: November 14, 2016 Author Share Posted November 4, 2013 Hello, Check your style.css. take a look for the colors. and this shall be your html problem. body { font-size: 11px; font-family: Tahoma, Arial; padding: 10px; color: #ffffff; margin: 0px; border: 0px; background: transparent url(bg.jpg) no-repeat; background-attachment: fixed; } .header { font-size: 120%; } .content { padding: 5px; } do you have a background in your patch url? i mean, the background that was intended for that thor patcher? what do u mean by back ground in my patch url?? Quote Link to comment Share on other sites More sharing options...
chriser Posted November 4, 2013 Group: Members Topic Count: 9 Topics Per Day: 0.00 Content Count: 94 Reputation: 4 Joined: 01/29/13 Last Seen: August 11, 2020 Share Posted November 4, 2013 body { font-size: 11px; font-family: Tahoma, Arial; font-color: #000; padding: 10px; color: #ffffff; margin: 0px; border: 0px; background: transparent url(bg.jpg) no-repeat; background-attachment: fixed; } .header { font-size: 120%; } .content { padding: 5px; } try this, or add a background called bg.jpg to the location where the css is. Quote Link to comment Share on other sites More sharing options...
Winz Posted November 4, 2013 Group: Members Topic Count: 22 Topics Per Day: 0.00 Content Count: 1479 Reputation: 174 Joined: 12/14/11 Last Seen: November 21, 2016 Share Posted November 4, 2013 body { font-size: 11px; font-family: Tahoma, Arial; padding: 10px; color: #ffffff; <<<<< HERE <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< margin: 0px; border: 0px; background: transparent url(bg.jpg) no-repeat; background-attachment: fixed; } There. the color #FFFFFF resolves white. and the "color" refers to font-color. you can use #000000 as "Black" ref: http://www.w3schools.com/tags/ref_colorpicker.asp Quote Link to comment Share on other sites More sharing options...
Question
donkeyg
why it is a white color blank on my thor patcher there?? whats wrong? , i have to select all to see all the words...

Link to comment
Share on other sites
5 answers to this question
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.