Jump to content
  • 0

Thor patch problem


Question

Posted

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>

 

 

 

5 answers to this question

Recommended Posts

Posted

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

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

Posted
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

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.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...