The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Can some1 make me that HTML

+3
kirk
dfxteam
Emilio
7 posters

Go down

Can some1 make me that HTML Empty Can some1 make me that HTML

Post by Emilio January 15th 2010, 6:57 pm

I want this Wix Frontpage ; www.wix.com/graphixxx/gta
Into my homepage from this forums
; www.gta-sanadreas.darkbb.com
can someone make me that html code?
for homepage
avatar
Emilio
Forumember

Male Posts : 496
Reputation : 17
Language : Dutch , English ( Learning French & Spanish)

http://www.graphilicious.forumotion.com

Back to top Go down

Can some1 make me that HTML Empty Re: Can some1 make me that HTML

Post by dfxteam January 15th 2010, 7:22 pm

First off, go to moduels, html mangement and click creat new html page, put this code in
Code:
<html>
<head>
<!-- app6 -->
 
 
<link rel="shortcut icon" href="http://static.wix.com/footer/favicon.ico"

      type="image/png"/>
 
 
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<META NAME="Keywords" content=" ,Gta,Blank Website,Graphixxx,Wix site builder,website"/>
<META NAME="Description" content="Gta San Andreas Community "/>
<META HTTP-EQUIV="Cache-Control" content="no-cache"/>
<meta name="google-site-verification" content="" />
<link rel="stylesheet" type="text/css" href="http://static.wix.com/footer/footer2.css" media="screen"/>
<title>Gta San nadreas community 
</title>
 
<script type="text/javascript">
 
    function openUrl(url) {
        var win = window.open(url, '_blank');
        win.focus();
        return true;
    }
 
    var screenW = 640, screenH = 480;
    if (parseInt(navigator.appVersion) > 3) {
        screenW = screen.width;
        screenH = screen.height;
    }
    else if (navigator.appName == "Netscape" && parseInt(navigator.appVersion) == 3 && navigator.javaEnabled())
    {
        var jToolkit = java.awt.Toolkit.getDefaultToolkit();
        var jScreenSize = jToolkit.getScreenSize();
        screenW = jScreenSize.width;
        screenH = jScreenSize.height;
    }
 
    function openUrlNoMenu(url) {
        var win = window.open(url, '_blank', "resizable=yes,menubar=no,status=no,titlebar=no,toolbar=no,channelmode=yes,width=" + screenW + ",height=" + screenH);
        win.focus();
        return true;
    }
 
    //this function should call both the wix googlitics and the users (if the user have one)
    function doGooglitics(fakeUrl) {
        pageTracker._trackPageview(fakeUrl);
   
    }
 
    //this function should call only the wix googlitics
    function doGoogliticsWix(fakeUrl) {
        pageTracker._trackPageview(fakeUrl);
    }
 
    //this function should call only the yser goglitics (if the user doesnt have one the function should be empty
    function doGoogliticsUser(fakeUrl) {
   
    }
 
    function thisMovie(movieName) {
        var isIE = navigator.appName.indexOf("Microsoft") != -1;
        return (isIE) ? window[movieName] : document[movieName];
    }
 
    function onScreenResize()
    {
        var winW = 630, winH = 460;
        if (navigator.appName.indexOf("Microsoft") != -1) {
            winW = document.body.offsetWidth;
            winH = document.body.offsetHeight;
        } else {
            winW = window.innerWidth;
            winH = window.innerHeight;
        }
        var mov = thisMovie('app')
        if (mov != null) {
            mov.onScreenResize(winW - 47, winH - 60);
        }
    }
    function setSize(wdth, hght)
    {
        var mov = thisMovie('app');
        mov.width = wdth + 1;
        mov.height = hght + 1;
        if (fh) fh.setWidthEnd(wdth + 1); // set footer width
    }
 
    function getScreenSize()
    {
        var winW = 630, winH = 460;
        if (navigator.appName.indexOf("Microsoft") != -1) {
            winW = document.body.offsetWidth;
            winH = document.body.offsetHeight;
        } else {
            winW = window.innerWidth;
            winH = window.innerHeight;
        }
        return (winW - 47) + "," + (winH - 60);
    }
 
    function setTitle(title) {
        document.title = title;
    }
 
    function disappearDiv() {
        var obj = document.getElementById('searchable_text');
        if (obj != null) {
            obj.style.display = 'none';
        }
    }
 
    function setHistoryFrame(adress, additionalInfo)
    {
 
        try {
            var page_name = adress.substr(8, adress.indexOf(',') - 8);
            if (additionalInfo != null && additionalInfo.length > 0) {
                page_name = page_name + '_' + additionalInfo;
            }
            page_name = page_name + '.html';
 
            var ifrm = document.getElementById("historyframe");
            if (ifrm != null) {
                ifrm.src = "/siteBackFiles/siteBack.html?adress=" + adress + '&additionalInfo=' + additionalInfo;
            }
        } catch(ex) {
            var ifrm = document.getElementById("historyframe");
            if (ifrm != null) {
                ifrm.src = "/siteBackFiles/siteBack.html?adress=" + adress + '&additionalInfo=' + additionalInfo;
            }
        }
    }
 
    function onHistoryFrameLoaded(adress, additionalInfo)
    {
        var mov = thisMovie('app');
        if (mov != null)
        {
            try {
                mov.onHistoryFrameLoaded(adress, additionalInfo);
            } catch(e) {
            }
        }
    }
 
 
</script>
<script language="javascript">
    AC_FL_RunContent = 0;
    var requiredMajorVersion = 9;
    var requiredMinorVersion = 0;
    var requiredRevision = 0;
</script>
 
<script src="http://static.wix.com/client/AC_RunActiveContent.js"

        language="javascript"></script>
<script type="text/javascript">
    //<![CDATA[
    var FooterHandler = {
        widthStart : 1000,
        widthEnd : 1000,
        footerEl : null,
 
        elWidths : {mu:0, tl:0, wl:0, tb:0, fb:0, tr:0},
 
        $ : function(id) {
            return document.getElementById(id);
        },
 
        setWidthEnd : function(width) {
            this.widthEnd = width;
            this.footerEl.style.width = width + 'px';
 
            if (this.elWidths.tl == 0) this.calcWidths();
            if (this.elWidths['mu'] + this.elWidths['tl'] + this.elWidths['wl'] + this.elWidths['tb'] + 30 > width) {
                this.$('tl').style.display = 'none';
            }
        },
 
        getStyle : function(node) {
            if (!node) return null;
            var cs = null;
            if (node.currentStyle) {
                cs = node.currentStyle;
            } else if (document.defaultView && document.defaultView.getComputedStyle) {
                cs = document.defaultView.getComputedStyle(node, null);
            }
            if (!cs && node.style)cs = node.style;
            return cs;
        },
 
        init : function() {
            this.footerEl = this.$('wf');
            if (!this.footerEl) return;
            this.footerEl.style.width = this.widthEnd + 'px';
            this.footerEl.style.display = 'block';
 
            this.calcWidths();
            this.footerEl.style.width = this.widthStart + 'px';
        },
 
        calcWidths : function() {
            var key, cs, node, w;
            for (key in this.elWidths) {
                node = this.$(key);
                if (!isNaN(parseInt(node.clientWidth))) {
                    this.elWidths[key] = parseInt(node.clientWidth);
                } else {
                    cs = this.getStyle(node);
                    if (cs && cs.width) this.elWidths[key] = parseInt(cs.width);
                }
            }
        }
    };
    var fh = FooterHandler;
    //]]>
</script>
</head>
<body TOPMARGIN="0" LEFTMARGIN="0" MARGINHEIGHT="0" MARGINWIDTH="0" onLoad="disappearDiv();"

      onResize="onScreenResize();" bgColor="#019aff">
<center>
       
 
    <table valign="middle" align="middle" width="100%" height="100%">
        <tr valign="middle" align="middle">
            <td valign="middle" align="middle">
                <script language="javascript">
                    if (AC_FL_RunContent == 0 || DetectFlashVer == 0) {
                        alert("This page requires AC_RunActiveContent.js.");
                    } else {
                        disappearDiv();
                        var hasRightVersion = DetectFlashVer(requiredMajorVersion, requiredMinorVersion, requiredRevision);
                        if (hasRightVersion) {  // if we've detected an acceptable version
                            disappearDiv();
                            AC_FL_RunContent(
                                    'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,115,0',
                                    'width', '250',
                                    'height', '250',
                                    'src', 'http://static.wix.com/client/app11',
                                    'quality', 'high',
                                    'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
                                    'align', 'middle',
                                    'valign', 'middle',
                                    'play', 'true',
                                    'loop', 'true',
                                    'scale', 'noScale',
                                    'devicefont', 'false',
                                    'id', 'app',
                                    'bgcolor', '#019aff',
                                    'name', 'app',
                                    'menu', 'true',
                                    'base', 'http://static.wix.com',
                                    'allowFullScreen', 'true',
                                    'allowScriptAccess', 'always',
                                    'movie', 'http://static.wix.com/client/app11',
                                    'salign', 'tl',
                                    'FlashVars', '&embedFormat=wix&pageId=MGIZb;5QNTo-a&is_public=true&partner_id=WMGs4POB1ko-a&partner_name=wix&gu_id=8012ed3f-2e8c-45c6-aa63-ca7c91911966&experiment_id=null&show_wix_logo=0&abtesting=&app=app6'
                                    ); //end AC code
                        } else {  // flash is too old or we can't detect the plugin
                            document.location = 'http://static.wix.com/client/noFlash.html';
                        }
                    }
                </script>
                <noscript>
                    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"

                            codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0"

                            width="250" height="250" id="app" align="middle">
                        <param name="allowScriptAccess" value="always"/>
                        <param name="allowFullScreen" value="true"/>
                        <param name="base" value="http://static.wix.com"/>
                        <param name="movie"

                              value="http://static.wix.com/client/app11.swf"/>
                        <param name="src"

                              value="http://static.wix.com/client/app11.swf"/>
                        <param name="quality" value="high"/>
                        <param name="bgcolor" value="#019aff"/>
                        <PARAM NAME="FlashVars"

                              VALUE="&embedFormat=wix&pageId=MGIZb;5QNTo-a&is_public=true&partner_id=WMGs4POB1ko-a&partner_name=wix&gu_id=8012ed3f-2e8c-45c6-aa63-ca7c91911966&experiment_id=null&show_wix_logo=0&abtesting=&app=app6"/>
                        <embed src="http://static.wix.com/client/app11.swf"

                              base="http://static.wix.com"

                              quality="high"

                              FlashVars="&embedFormat=wix&pageId=MGIZb;5QNTo-a&is_public=true&partner_id=WMGs4POB1ko-a&partner_name=wix&gu_id=8012ed3f-2e8c-45c6-aa63-ca7c91911966&experiment_id=null&show_wix_logo=0&abtesting=&app=app6"

                              bgcolor="#019aff"

                              width="250"

                              height="250"

                              name="app"

                              align="middle"

                              allowScriptAccess="always"

                              allowFullScreen="true"

                              type="application/x-shockwave-flash"

                              pluginspage="http://www.macromedia.com/go/getflashplayer"/>
                    </object>
                    <img src="http://static.wix.com/media/f62b8afb5b6e2313fe7553110ff2facf.wix_mp" alt="logo" /><img src="http://static.wix.com/media/60ceb1c090d86eac4d3aab94112cbdc9.wix_mp" alt="cooltext445944724" /><a href="www.google.be" target="_blank" rel="nofollow"><img src="http://static.wix.com/media/586ef2e3c1486ac28d4734514b78c336.wix_mp" alt="cooltext445945098" /></a><a href="http://gta-sanandreas.darkbb.com/index.htm" target="_self" rel="nofollow"><img src="http://static.wix.com/media/701c47338cc8739c8175c10a321f87a3.wix_mp" alt="cooltext445945047" /></a>
                   
                </noscript>
                <br/>
                <!-- empty document footer --><!-- document footer will be here -->
                <div id="wf" style="display:none;">
<a href="http://www.wix.com" id="fl" title="free web design">
<span id="mu"></span>
<span id="tl">This website was created using &nbsp;</span>
<span id="tb">Wix.com</span>
<span id="fb"><span id="fbt">GO!</span></span>
<span id="tr">Make your own website – it's free</span>
</a>
</div>
<script type="text/javascript">fh.init();</script>
<!-- partner footer will be here -->
            </td>
        </tr>
    </table>
 
 
    <iframe src="/siteBackFiles/siteBack.html?adress=docName:,userNick:,pageNum:0,docId:MGIZb;5QNTo-a,pageId:"

            id="historyframe" name="historyframe" frameborder="NO" width="0" height="0" style="display:none"></iframe>
 
 
    <script type="text/javascript">
        /*
        Inserts GA using DOM insertion of <script> tag and "script onload" method to
        initialize the pageTracker object. Prevents GA insertion from blocking I/O!
 
        As suggested in Steve Souder's talk. See:
        http://google-code-updates.blogspot.com/2009/03/steve-souders-lifes-too-short-write.html
        */
 
        function gaSSDSLoad(acct) {
            //if (pageTracker != null)
                //return;
            //alert("About to generate GA");
            var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www."),
                    pageTracker,
                    s;
            s = document.createElement('script');
            s.src = gaJsHost + 'google-analytics.com/ga.js';
            s.type = 'text/javascript';
            s.onloadDone = false;
            function init() {
                pageTracker = _gat._getTracker(acct);
                pageTracker._trackPageview();
 
           
            }
 
            s.onload = function () {
                s.onloadDone = true;
                init();
            };
            s.onreadystatechange = function() {
                if (('loaded' === s.readyState || 'complete' === s.readyState) && !s.onloadDone) {
                    s.onloadDone = true;
                    init();
                }
            };
            document.getElementsByTagName('head')[0].appendChild(s);
        }
 
        function encodeURL(decodedURL){
            var encodedInputString=escape(decodedURL);
            encodedInputString=encodedInputString.replace("+", "%2B");
            while(encodedInputString.indexOf("/") != -1)
            {
                encodedInputString=encodedInputString.replace("/", "%2F");
            }
            return encodedInputString;
        }
 
        function marinLoad() {
 
       
        }
 
        /* and run it later... */
        setTimeout("marinLoad()", 5000);
        gaSSDSLoad('UA-2117194-1');
 
    </script>
       
</body>
</html><a href="http://www.forumotion.com" target="_blank">forumotion.com</a>

click set this as homepage "yes"
avatar
dfxteam
Forumember

Posts : 28
Reputation : 0
Language : <HTML><css><Javascript<not english>

Back to top Go down

Can some1 make me that HTML Empty Re: Can some1 make me that HTML

Post by Emilio January 15th 2010, 7:27 pm

Wow Dude thanks!Can you tell me or lear me how you do that?
avatar
Emilio
Forumember

Male Posts : 496
Reputation : 17
Language : Dutch , English ( Learning French & Spanish)

http://www.graphilicious.forumotion.com

Back to top Go down

Can some1 make me that HTML Empty Re: Can some1 make me that HTML

Post by kirk January 15th 2010, 9:26 pm

look like it tells you at the bottom of the page.
www.wix.com free web maker Smile

holy shiiii!!!!! hahah wow that site kicks but i like it Smile it's free
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Can some1 make me that HTML Empty Re: Can some1 make me that HTML

Post by dfxteam January 15th 2010, 9:33 pm

i thought i keeping thier footer sinice they mak good things, Very Happy you can remove tthe footer by removing the bottom
avatar
dfxteam
Forumember

Posts : 28
Reputation : 0
Language : <HTML><css><Javascript<not english>

Back to top Go down

Can some1 make me that HTML Empty Re: Can some1 make me that HTML

Post by TR January 15th 2010, 10:02 pm

I'm pretty sure you can get the direct source code by going to your browser tools. Go to View > "View Source" and copy and paste that code. Very Happy
TR
TR
Forumember

Posts : 399
Reputation : 0
Language : English, Gamer

Back to top Go down

Can some1 make me that HTML Empty Re: Can some1 make me that HTML

Post by kirk January 15th 2010, 10:44 pm

actually this is flipped out.. how did you get the code above i just made a test one and i got an embed code.. you can remove everthing that you dont want in there from them in the template/css code above.. but i was not able to remove there lil app thing they have in the embed code.. if you take that out then it dont work... lol
but everthing else i was able to remove.. but with the code above then you can remove everthing you dont want in there from the company/site.. unless you pay and forget that... hahaha.

like for instance this.. you dont need this in there.

Code:
<a href="http://www.wix.com" id="fl" title="free web design">
<span id="mu"></span>
<span id="tl">This website was created using &nbsp;</span>
<span id="tb">Wix.com</span>
<span id="fb"><span id="fbt">GO!</span></span>
<span id="tr">Make your own website – it's free</span>

i do know one thing by useing this site you can create some pretty cool stuff and a lot easier then how i created some html pages in the past.. i'll use that thing for now on.. well depending what i am doing too.. but they make it pretty easy for you rock
kirk
kirk
Forumaster

Male Posts : 11037
Reputation : 653
Language : English,Vulcan,Klingon, Romulan,& Gorn

Back to top Go down

Can some1 make me that HTML Empty Re: Can some1 make me that HTML

Post by Emilio January 15th 2010, 10:59 pm

Thanks man ;D
avatar
Emilio
Forumember

Male Posts : 496
Reputation : 17
Language : Dutch , English ( Learning French & Spanish)

http://www.graphilicious.forumotion.com

Back to top Go down

Can some1 make me that HTML Empty Re: Can some1 make me that HTML

Post by Publisher January 15th 2010, 11:34 pm

Excuse me, but how to get the HTML code that I've created on this page?
Publisher
Publisher
New Member

Male Posts : 15
Reputation : 0
Language : English, a little French and Macedonian
Location : Home

http://www.checkthisout.forumotion.com

Back to top Go down

Can some1 make me that HTML Empty getting html code from wix editor

Post by Gonzalo January 20th 2010, 5:58 am

Can someone tell me how to find and remove the little wix logo (that appears in the upper right side of all web pages made with wix/// "Flavicon and "Grab it"text and link to Wix site) in the HTML code

thanks
avatar
Gonzalo
New Member

Posts : 2
Reputation : 0
Language : Spanish

Back to top Go down

Can some1 make me that HTML Empty plzz replyy! urgentlyy!

Post by jatinrawal January 28th 2011, 4:47 pm

Hi,
i have seen many good posts by very good techii'eez on this forum.If you can help me out please make me a html file of http://wix.com/jatinrawal07/1421
or a flash file of this without bottom footer..

if possible remove that side bar logo and wix logo on left bottom.

Thanxx n Regards,
Jatin Rawal[url=x.com/jatinrawal07/1421]www.wix.com/jatinrawal07/1421[/url]
avatar
jatinrawal
New Member

Posts : 1
Reputation : 0
Language : english

Back to top Go down

Back to top


 
Permissions in this forum:
You cannot reply to topics in this forum