Jump to content
  • 0

How To Remove Border Of Notice Box In Thor Patcher?


Question

Posted (edited)

Hi!

I'm new in this forum... Some time ago I created a skin for thor patcher based on Ragnarok Online 2 Gate of the World updater.

thorb.png

I need to remove the edge of the notice box to can not see difference between patcher skin and notice page. I need to remove the edge painted in red as in the following picture.

dibujoie.png

Sorry my poor english. Translate by Google.

Edited by Dean

7 answers to this question

Recommended Posts

Posted (edited)

Ah sorry, I miss writing that I have tried all CSS properties border and margin but still appears. I try using what you have written but does not work.

Translate by Google.

Edited by Dean
Posted

I had this problem in the past. It's not related to the patcher !

It's a IE problem (yeah IE sux lol).

You can fix it with a CSS rule, but I don't remember the code lol.

Try to do :

body, html {
margin: 0;
padding: 0;
border: none;
}

  • Upvote 1
Posted (edited)

Finally found the solution. The problem was that in the HTML document was written before the head

<! DOCTYPE html PUBLIC "- / / W3C / / DTD XHTML 1.0 Transitional / / EN" "http://www.w3.org/TR...ransitional.dtd">

Delete it and the edge disappeared LoL!

Translate by Google.

Edited by Dean
  • Upvote 1

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