Page 3 of 3 FirstFirst 123
Results 21 to 27 of 27
  1. #21
    Join Date
    Dec 2007
    Posts
    1,683
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by chrisgocrazyH View Post
    dont worry now im making a cms
    Seeing as you couldn't realise what the error was, I highly doubt you'll get past line 1 in your ''CMS''

  2. #22
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Quote Originally Posted by Reconix View Post
    Post your full code please I followed the directions and it worked ;S



    What can I say - I'm starting out, it should be HTML 4.01 Transitional, but I'll check it out, I'll try and revise it tonight and repost a better one.
    Well if you want to revise I suggest you make it so all your varibles like the <td>'s and <tr>'s are in lower case as XHTML disallows capitals in the variable names .

  3. #23
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by chrisgocrazyH View Post
    dont worry now im making a cms
    You wouldn't no where to start..
    Looking for a good desiner to design a social networking template.

    PM me.

  4. #24
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by --ss-- View Post
    Well if you want to revise I suggest you make it so all your varibles like the <td>'s and <tr>'s are in lower case as XHTML disallows capitals in the variable names .
    Why doesnt it allow <img> tags?

    I found that when i tried one..
    Looking for a good desiner to design a social networking template.

    PM me.

  5. #25
    Join Date
    Aug 2005
    Location
    London
    Posts
    9,773
    Tokens
    146

    Latest Awards:

    Default

    Quote Originally Posted by Ini View Post
    Why doesnt it allow <img> tags?

    I found that when i tried one..
    For variables that doesn't have another matching variable to close the element you will have to add a / to end of it ,like the image and new line tags.
    <img src=URL> becomes <img src="URL" alt="text" />
    <br> becomes <br />

    You do not need to add / to things like bold , italic or embed tags as they have matching tags like
    <b> has </b>
    <i> has </i>
    <embed> has </embed>
    etc

    I hope that makes seance

  6. #26
    Join Date
    Sep 2006
    Posts
    2,114
    Tokens
    0

    Latest Awards:

    Default

    Quote Originally Posted by --ss-- View Post
    For variables that doesn't have another matching variable to close the element you will have to add a / to end of it ,like the image and new line tags.
    <img src=URL> becomes <img src="URL" alt="text" />
    <br> becomes <br />

    You do not need to add / to things like bold , italic or embed tags as they have matching tags like
    <b> has </b>
    <i> has </i>
    <embed> has </embed>
    etc

    I hope that makes seance
    Yes it does, thanks
    Looking for a good desiner to design a social networking template.

    PM me.

  7. #27
    Join Date
    Jun 2005
    Posts
    4,795
    Tokens
    0

    Latest Awards:

    Default

    If you are really a MCSD link us to your MCP profile.

Page 3 of 3 FirstFirst 123

Posting Permissions

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