HTML Enter page problem Hitskin_logo Hitskin.com

This is a Hitskin.com skin preview
Install the skinReturn to the skin page

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

    HTML Enter page problem

    avatar
    Hydroxux
    Forumember


    Posts : 74
    Reputation : 5
    Language : i dont know

    Solved HTML Enter page problem

    Post by Hydroxux April 18th 2012, 12:39 am

    <div style="text-align: center;">
    <div class="h-buttons">General Chat</div><br />
    <div class="h-description">Welcome to General Chat</div><br />
    <a href="http://www.generalchat.forummotion.com/portal"><img src="https://2img.net/h/oi40.tinypic.com/jju5g1.jpg" /></a>
    </div>

    is the code i used.when i use it as a homepage,i click Enter Site,and it takes me to the portal like i want it to.but when i then hit "Home" it takes me back to the Enter Site page.
    whenver i set it to Redirect to the homepage,it just takes me back to the Enter site page
    etisalat
    etisalat
    Forumember


    Male Posts : 85
    Reputation : 2
    Language : English , Arabic
    Location : Dubai

    Solved Re: HTML Enter page problem

    Post by etisalat April 18th 2012, 12:43 am

    Try this

    Code:
    <div style="text-align: center;">
    <div class="h-buttons">General Chat</div><br />
    <div class="h-description">Welcome to General Chat</div><br />
    <a href="http://www.generalchat.forummotion.com/forum"><img src="http://i40.tinypic.com/jju5g1.jpg" /></a>
    </div>
    avatar
    Hydroxux
    Forumember


    Posts : 74
    Reputation : 5
    Language : i dont know

    Solved Re: HTML Enter page problem

    Post by Hydroxux April 18th 2012, 12:46 am

    it works!thank you!