• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!
  • 2026 staff recruitment is open! Check it out and consider applying!

MyACC Background delete

henkas

Well-Known Member
Joined
Jul 8, 2015
Messages
1,067
Solutions
5
Reaction score
63
Hi. How to delete that yellow background? Cant find where is it made.
Untitled.png

There is pastebin
[HTML] <div class="TableContainer"> <table class="Table4" cellpadding="0" cells - Pastebin.com
 
Solution
You need to remove this from some divs:
Code:
style="background-image:url(images/global/content/table-shadow-rm.gif)"
You can see the file name in source/debuging in ff/chrome; can you link the web page?

Also you should get web developer tools for your browser it will help you a lot.
 
You can see the file name in source/debuging in ff/chrome; can you link the web page?

Also you should get web developer tools for your browser it will help you a lot.
Cant see anything. It's a localhost i cant link. Web developer tools? what is that?
 
its a addon to web browser (Firefox/Chrome) that gives you more tools to debug website.
 
once you get into your browser simply click on the menu added go to images > view image information

This will show you exact images and where they are located from client side - then once you have name of the image you are interested you can go and find it in your folders.
 
once you get into your browser simply click on the menu added go to images > view image information

This will show you exact images and where they are located from client side - then once you have name of the image you are interested you can go and find it in your folders.
"Simply click on the menu" where is that menu, wtf?
 
inside web developer tools; I use older version but i think currently its on right side of your address/search bar.
Web Developer – Add-ons for Firefox


if you cannot deal with that;

Try pressing F12 in your browser and select 'Inspector' tab, and look through it.
(you can try using network tab, but it may not show you the element.)
 
inside web developer tools; I use older version but i think currently its on right side of your address/search bar.
Web Developer – Add-ons for Firefox


if you cannot deal with that;

Try pressing F12 in your browser and select 'Inspector' tab, and look through it.
(you can try using network tab, but it may not show you the element.)
People still use firefox? :D
 
inside web developer tools; I use older version but i think currently its on right side of your address/search bar.
Web Developer – Add-ons for Firefox


if you cannot deal with that;

Try pressing F12 in your browser and select 'Inspector' tab, and look through it.
(you can try using network tab, but it may not show you the element.)
Cant see anything that i can find in code and delete. One think i know it might be called"table" but there is over 100 words related with word table. So we still stuck with zero information
Untitled.png
 
Back
Top