Jump to content
  • 0

How To Remove Border Of Notice Box In Thor Patcher?


Dean

Question


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   3
  • Joined:  05/24/12
  • Last Seen:  

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
Link to comment
Share on other sites

7 answers to this question

Recommended Posts


  • Group:  Members
  • Topic Count:  18
  • Topics Per Day:  0.00
  • Content Count:  68
  • Reputation:   2
  • Joined:  03/10/12
  • Last Seen:  

i suggest you try to ask Aeomin about it. He's the one to introduce THOR to eA as well as rAthena~

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

use this on the notice.html or what ever you use

<style>
html,body{margin:0px;border0px;}
</style>

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   3
  • Joined:  05/24/12
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  379
  • Reputation:   304
  • Joined:  11/10/11
  • Last Seen:  

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
Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   3
  • Joined:  05/24/12
  • Last Seen:  

Not Working :s

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  9
  • Topics Per Day:  0.00
  • Content Count:  554
  • Reputation:   70
  • Joined:  04/04/12
  • Last Seen:  

working fine with me...

vo5zxv.png

Link to comment
Share on other sites


  • Group:  Members
  • Topic Count:  1
  • Topics Per Day:  0.00
  • Content Count:  14
  • Reputation:   3
  • Joined:  05/24/12
  • Last Seen:  

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