Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: All the coding going into the title?  (Read 4472 times)

0 Members and 1 Guest are viewing this topic.

simplyTechy100

    Topic Starter


    Rookie

    Thanked: 1
    • Experience: Expert
    • OS: Windows 7
    All the coding going into the title?
    « on: May 31, 2013, 09:48:54 PM »
    I have been very tired here with this.
    It is a HTML problem.
    It happens all the time with an HTML.
    I used even my HTML pack, guaranteed to work, it didn't work.
     ???
    Coding:
    Code: [Select]
    <html>
     <head>
    <title>OSaction Thanks for Embedding Page<title/>
     <head/>
    <body>
    <b>Thanks for embedding OSaction!<b/>
     <body/>
    <html/>
    As you see, all it has is some simple bold text. All it.
    It is for the XDos PowerPoint OS, that I have been working hard on.


    [recovering disk space, attachment deleted by admin]

    BC_Programmer


      Mastermind
    • Typing is no substitute for thinking.
    • Thanked: 1140
      • Yes
      • Yes
      • BC-Programming.com
    • Certifications: List
    • Computer: Specs
    • Experience: Beginner
    • OS: Windows 11
    Re: All the coding going into the title?
    « Reply #1 on: May 31, 2013, 09:53:46 PM »
    tags are closed with </tag> not <tag/>.
    I was trying to dereference Null Pointers before it was cool.

    Geek-9pm


      Mastermind
    • Geek After Dark
    • Thanked: 1026
      • Gekk9pm bnlog
    • Certifications: List
    • Computer: Specs
    • Experience: Expert
    • OS: Windows 10
    Re: All the coding going into the title?
    « Reply #2 on: May 31, 2013, 11:09:10 PM »
    For experts that do not remember HTNL, use and editor like Opera. Use the WYSIWYG mode to make something, then look at the HTML source to see how it was done.   ;D

    simplyTechy100

      Topic Starter


      Rookie

      Thanked: 1
      • Experience: Expert
      • OS: Windows 7
      Re: All the coding going into the title?
      « Reply #3 on: June 02, 2013, 06:15:35 PM »
      One time it kept opening Media Player on my dad's computer and it kept doing it even when I uninstalled it. It took 2 months for it to rid itself. I don't trust it anymore.

      simplyTechy100

        Topic Starter


        Rookie

        Thanked: 1
        • Experience: Expert
        • OS: Windows 7
        Re: All the coding going into the title?
        « Reply #4 on: June 27, 2013, 04:17:31 PM »
        Wrong:
        For experts that do not remember HTNL, use and editor like Opera. Use the WYSIWYG mode to make something, then look at the HTML source to see how it was done.   ;D
        Right:
        For experts that do not remember HTML, use and editor like Opera. Use the WYSIWYG mode to make something, then look at the HTML source to see how it was done.   ;D