Page 2 of 10 FirstFirst 123456 ... LastLast
Results 11 to 20 of 98
  1. #11
    RedCrisps Guest

    Default

    Quote Originally Posted by iGOboy View Post
    Please go away. I do something nice and all you can do is find immature and negative comments. This is how I learnt to code with stylesheets. If you don't like it, get out of my thread and code a better tutorial with your expert coding.
    i didn't say i was an expert coder i just sed learn how to code agen:rolleyes:

  2. #12
    Join Date
    Feb 2008
    Location
    Plymouth
    Posts
    1,073
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by RedCrisps View Post
    i didn't say i was an expert coder i just sed learn how to code agen:rolleyes:
    Look, my coding works and I've just proved it. It may not be simple but it's the way I have personally learnt it. Aslong as it works I'm happy with the outcome.

  3. #13
    RedCrisps Guest

    Default

    Quote Originally Posted by Invent View Post
    I understand that's the way you learnt and I respect you for trying to help others.

    But you are teaching people to use bad coding practise by using tables and marquees. (Incase you didn't know marquees aren't valid xhtml).
    so like how do you code them so they are xhtml valid?

  4. #14
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    so like how do you code them so they are xhtml valid?
    You can't.

    Marquee's were added by Microsoft and were never accepted by the W3C and so it doesn't count as valid xhtml.

    You could acheive the same effect using javascript I guess.

  5. #15
    RedCrisps Guest

    Default

    Quote Originally Posted by Invent View Post
    You can't.

    Marquee's were added by Microsoft and were never accepted by the W3C and so it doesn't count as valid xhtml.

    You could acheive the same effect using javascript I guess.
    oh, thought it was sumin like JS or CSS to make it valid

  6. #16
    Join Date
    Feb 2008
    Location
    Plymouth
    Posts
    1,073
    Tokens
    0

    Latest Awards:

    Default

    Nah as Invent said marquee isn't valid

  7. #17
    RedCrisps Guest

    Default

    Quote Originally Posted by iGOboy View Post
    Nah as Invent said marquee isn't valid
    As he sed, they can be coded using javascript :|

  8. #18
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    There are workarounds to keep your page valid and still use marquees. Such as:

    HTML Code:
    <script type="text/javascript">
    document.write("<marquee>");
    </script>
    lols
    <script type="text/javascript">
    document.write("</marquee>");
    </script>

  9. #19
    Join Date
    Aug 2006
    Location
    Manchester, UK
    Posts
    2,016
    Tokens
    141
    Habbo
    florx

    Latest Awards:

    Default

    Simon, you used about 5 marquees on HabboLake.com .....

  10. #20
    Join Date
    May 2005
    Location
    San Francisco, CA
    Posts
    7,160
    Tokens
    2,331

    Latest Awards:

    Default

    Simon, you used about 5 marquees on HabboLake.com .....
    Was HabboLake valid xhtml? Am I telling people to use marquees?..

    I don't get your point..

Page 2 of 10 FirstFirst 123456 ... LastLast

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •