[PHP/HTML] HTML is in the source, but not rendering

Results 1 to 6 of 6
  1. #1
    Grand Master xSilv3rbullet is offline
    Grand MasterRank
    Apr 2009 Join Date
    1,226Posts

    [PHP/HTML] HTML is in the source, but not rendering

    http://infuser.co.cc/simplephp/forum...hp?do=new&id=1

    If you view the source, you can see the html, but why isn't it working?

    It works on my Google Chrome, but not on any other browsers on my computer or on my other computers.


  2. #2
    Sorcerer Supreme Forgiven is offline
    Member +Rank
    Jul 2008 Join Date
    CanadaLocation
    301Posts

    Re: [PHP/HTML] HTML is in the source, but not rendering

    Its probably an internal error in simpleBB.. thats all I can think of

  3. #3
    Grand Master xSilv3rbullet is offline
    Grand MasterRank
    Apr 2009 Join Date
    1,226Posts

    Re: [PHP/HTML] HTML is in the source, but not rendering

    Well, it also works on Safari, probably since they both share the same DOM.

  4. #4
    :-) s-p-n is offline
    DeveloperRank
    Jun 2007 Join Date
    Next DoorLocation
    2,097Posts

    Re: [PHP/HTML] HTML is in the source, but not rendering

    Quote Originally Posted by your source
    <script type="text/javascript" src="js/bbcode.js" />
    Must be two tags,
    Code:
    <script type="text/javascript" src="js/bbcode.js"></script>
    And, You need to close your <html> & <body> tags, sir!
    Last edited by s-p-n; 20-12-09 at 09:07 AM.

  5. #5
    Grand Master xSilv3rbullet is offline
    Grand MasterRank
    Apr 2009 Join Date
    1,226Posts

    Re: [PHP/HTML] HTML is in the source, but not rendering

    Quote Originally Posted by s-p-n View Post
    Must be two tags,
    Code:
    <script type="text/javascript" src="js/bbcode.js"></script>
    And, You need to close your <html> & <body> tags, sir!
    You are so freaking awesome.
    But I thought that in XHTML you could use />?

  6. #6
    Elite Member Zeillinger is offline
    Member +Rank
    Aug 2009 Join Date
    110Posts

    Re: [PHP/HTML] HTML is in the source, but not rendering

    Quote Originally Posted by xSilv3rbullet View Post
    You are so freaking awesome.
    But I thought that in XHTML you could use />?
    <script> tag is an exception.



Advertisement