Links don't work on HTML page 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.
4 posters

    Links don't work on HTML page

    avatar
    firestormX19
    New Member


    Male Posts : 12
    Reputation : 0
    Language : English

    Solved Links don't work on HTML page

    Post by firestormX19 Sun 11 Sep - 1:19

    Hello I made a blank page and find a layout on W3 schools website. My problem is when i add a link to it. The link will not work. Heres what the page looks like http://multicon.forumotion.com/h3-test-page heres the HTML code i'm using.
    Code:
    <html>
    <body>

    <div id="container" style="width:500px">

    <div id="header" style="background-color:#FFA500;">
    <h1 style="margin-bottom:0;">Main Title of Web Page</h1></div>

    <div id="menu" style="background-color:#FFD700;height:200px;width:100px;float:left;">
    <b>Menu</b>

    HTML

    CSS

    JavaScript</div>

    <div id="content" style="background-color:#EEEEEE;height:200px;width:400px;float:left;">
    Content goes here</div>

    <div id="footer" style="background-color:#FFA500;clear:both;text-align:center;">
    Copyright © 2011 W3Schools.com</div>

    </div>

    </body>
    </html>

    I just find this today. But wanted to use something to post gaming news other then the forum page and thought this would work great. But like i said can't get links to work. Any help would be great
    Light Elf
    Light Elf
    Forumember


    Posts : 144
    Reputation : 11
    Language : English

    Solved Re: Links don't work on HTML page

    Post by Light Elf Sun 11 Sep - 1:42

    What links man? You dont have any link in code. Link look like this:

    Code:
    <a href="URL of website">Google</a>
    avatar
    firestormX19
    New Member


    Male Posts : 12
    Reputation : 0
    Language : English

    Solved Re: Links don't work on HTML page

    Post by firestormX19 Sun 11 Sep - 1:57

    Light Elf wrote:What links man? You dont have any link in code. Link look like this:

    Code:

    Oh, sorry about that. But if you look at the page you can see there was a link because how it shows up. this is what i had
    Code:
    [url=URL]link[/url]
    Oh that codes works on HTML pages weird. Why doesn't that same code you posted work on thread posts I have to use the link button to post a working link. Ok, problem solved. But one other question is there a way to add a column to the right side like the one on the left? It just looks weird to me without a right column.
    Empire_1
    Empire_1
    Active Poster


    Male Posts : 1391
    Reputation : 125
    Language : English, Spanish, Mandarin, C++
    Location : Summoner's Rift

    Solved Re: Links don't work on HTML page

    Post by Empire_1 Sun 11 Sep - 2:37

    this is what i had
    Code:
    [url=URL]link[/url]
    Oh that codes works on HTML pages weird. Why doesn't that same code you posted work on thread posts I have to use the link button to post a working link.

    This code
    Code:
    [url=URL]link[/url]
    is for posts because it's a BBcode. It's not HTML. You can select the option to allow HTML in your posts if you want, however.

    In a HTML page, BBcode doesn't work because BBcode isn't HTML.

    Hope this helps you in your work Wink
    Light Elf
    Light Elf
    Forumember


    Posts : 144
    Reputation : 11
    Language : English

    Solved Re: Links don't work on HTML page

    Post by Light Elf Sun 11 Sep - 2:51

    Its because in forum U use BBcodes and while making html pages U use html codes. What column you want?
    avatar
    firestormX19
    New Member


    Male Posts : 12
    Reputation : 0
    Language : English

    Solved Re: Links don't work on HTML page

    Post by firestormX19 Sun 11 Sep - 6:18

    Light Elf wrote:Its because in forum U use BBcodes and while making html pages U use html codes. What column you want?
    Oh ok nevermind the column i find out how to chance it. it was the purple column from the left side and chance it so it was on the right side. So I think I can take it form here. Thanks for the help both of you. This may now be locked
    Nera.
    Nera.
    Energetic


    Female Posts : 7078
    Reputation : 2017
    Language : English
    Location : -

    Solved Re: Links don't work on HTML page

    Post by Nera. Sun 11 Sep - 7:56

    Solved > Locked