Jump to content
  • 0

Thor patch problem


donkeyg

Question


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

why it is a white color blank on my thor patcher there?? whats wrong? , i have to select all to see all the words...

post-2303-0-51918500-1383559254_thumb.png

 

 

<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>

 

 

 

Link to comment
Share on other sites

5 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  125
  • Topics Per Day:  0.03
  • Content Count:  361
  • Reputation:   10
  • Joined:  12/30/11
  • Last Seen:  

do you have a background in your patch url? i mean, the background that was intended for that thor patcher?

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

Hello,

 

Check your style.css. take a look for the colors. and this shall be your html problem.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  344
  • Topics Per Day:  0.08
  • Content Count:  1060
  • Reputation:   1
  • Joined:  02/13/12
  • Last Seen:  

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??

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  94
  • Reputation:   4
  • Joined:  01/29/13
  • Last Seen:  

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.

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  22
  • Topics Per Day:  0.00
  • Content Count:  1479
  • Reputation:   172
  • Joined:  12/14/11
  • Last Seen:  

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

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...