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. ASP.NET
  4. Asp.net Master Pages...

Asp.net Master Pages...

Scheduled Pinned Locked Moved ASP.NET
questioncsharpasp-net
4 Posts 4 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.
  • U Offline
    U Offline
    User 4645177
    wrote on last edited by
    #1

    How Can i add color to my content page?

    S M G 3 Replies Last reply
    0
    • U User 4645177

      How Can i add color to my content page?

      S Offline
      S Offline
      Sathesh Sakthivel
      wrote on last edited by
      #2

      You might want to try giving the gridview a cssClass, then in the stylesheet Code: .SomeGridView a {color:#000000;} .SomeGridView a:hover {color: #ff00000;}

      SSK. Anyone who says sunshine brings happiness has never danced in the rain.

      1 Reply Last reply
      0
      • U User 4645177

        How Can i add color to my content page?

        M Offline
        M Offline
        Michael Sync
        wrote on last edited by
        #3

        You can set the style to the element which is available in content page. Normally, there is at least one DIV in content page. so, you can set the style to this div. Hope it helps.

        Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net)

        1 Reply Last reply
        0
        • U User 4645177

          How Can i add color to my content page?

          G Offline
          G Offline
          Guffa
          wrote on last edited by
          #4

          The content page itself is not rendered as an html element, so you can't set any style on the content page at all. You have to set the color on an element outside the content tag (in the master page) or inside the content page.

          Experience is the sum of all the mistakes you have done.

          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