Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. Web Development
  3. A Question about Inline CSS

A Question about Inline CSS

Scheduled Pinned Locked Moved Web Development
htmlcssquestion
4 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • B Offline
    B Offline
    BobInNJ
    wrote on last edited by
    #1

    Please consider the following code:

    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <title>test</title>
    </head>
    <body>
    For more information about

    Wikipedia Article

    </body>
    </html>

    In this case, I am using the div tag with inline CSS to indent the link to Wikipedia. However, it is not working. I am hoping that somebody here can tell me what I am missing. Thanks Bob

    P S 2 Replies Last reply
    0
    • B BobInNJ

      Please consider the following code:

      <html xmlns="http://www.w3.org/1999/xhtml">
      <head>
      <title>test</title>
      </head>
      <body>
      For more information about

      Wikipedia Article

      </body>
      </html>

      In this case, I am using the div tag with inline CSS to indent the link to Wikipedia. However, it is not working. I am hoping that somebody here can tell me what I am missing. Thanks Bob

      P Offline
      P Offline
      Peter_in_2780
      wrote on last edited by
      #2

      I can't find any reference to margin-removed in CSS docco. Try using margin-left instead. In any case, w3schools[^] has a good CSS quick reference[^] where you should be able to find what you want. Cheers, Peter

      Software rusts. Simon Stephenson, ca 1994.

      1 Reply Last reply
      0
      • B BobInNJ

        Please consider the following code:

        <html xmlns="http://www.w3.org/1999/xhtml">
        <head>
        <title>test</title>
        </head>
        <body>
        For more information about

        Wikipedia Article

        </body>
        </html>

        In this case, I am using the div tag with inline CSS to indent the link to Wikipedia. However, it is not working. I am hoping that somebody here can tell me what I am missing. Thanks Bob

        S Offline
        S Offline
        Satheesh1546
        wrote on last edited by
        #3

        Hi, Change the div like this

        Thanks,

        B 1 Reply Last reply
        0
        • S Satheesh1546

          Hi, Change the div like this

          Thanks,

          B Offline
          B Offline
          BobInNJ
          wrote on last edited by
          #4

          Thanks for the response. You solved my problem. The string margin-removed in my earlier post was placed there by this website. I do not understand why. Bob

          1 Reply Last reply
          0
          Reply
          • Reply as topic
          Log in to reply
          • Oldest to Newest
          • Newest to Oldest
          • Most Votes


          • Login

          • Don't have an account? Register

          • Login or register to search.
          • First post
            Last post
          0
          • Categories
          • Recent
          • Tags
          • Popular
          • World
          • Users
          • Groups