Hello There, Guest! Login Register
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
GameOne
#6
Try this

Go to: images/gameone/editor.js

Find:

Code:
    // Add ID to iframe

    $("iframe").attr('id','frame1');
    
    var iframe = $(".sceditor-container iframe").contents().find("head");                
    $(iframe).append($("<link/>",
     { rel: "stylesheet", href: imagepath + "/theme_stylesheet.php", type: "text/css" }

    ));



Add below:
Code:
    // No BG

    $("#frame1").contents().find("body").css("background","none");
Reply


Messages In This Thread
GameOne - BadgeR - 4th Apr, 04:00 am
RE: GameOne - Tan - 4th Apr, 06:42 am
RE: GameOne - Tan - 4th Apr, 07:00 am
RE: GameOne - BadgeR - 4th Apr, 07:05 am
RE: GameOne - BadgeR - 4th Apr, 07:44 am
RE: GameOne - Tan - 4th Apr, 05:57 pm
RE: GameOne - BadgeR - 5th Apr, 04:31 pm
RE: GameOne - Tan - 5th Apr, 06:12 pm
RE: GameOne - BadgeR - 7th Apr, 06:53 am
RE: GameOne - Tan - 7th Apr, 05:54 pm
RE: GameOne - BadgeR - 7th Apr, 09:38 pm
RE: GameOne - Tan - 8th Apr, 06:30 pm
RE: GameOne - BadgeR - 8th Apr, 06:49 pm
RE: GameOne - Tan - 8th Apr, 06:54 pm
RE: GameOne - BadgeR - 8th Apr, 07:05 pm
RE: GameOne - BadgeR - 8th Apr, 09:52 pm
RE: GameOne - Tan - 8th Apr, 09:54 pm



Users browsing this thread: 1 Guest(s)