Regarding Formatting Web Pages of Project

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • BHTanna
    New Member
    • Aug 2008
    • 31

    Regarding Formatting Web Pages of Project

    Dear All Experts,

    I m new to .net..

    I wanted to apply same type of format settings like font size, font type, background color etc to each page of my project...

    Is it possible to do by some option or i have to do it manually??? Pls guide...
  • cloud255
    Recognized Expert Contributor
    • Jun 2008
    • 427

    #2
    I take it that this is an ASP.NET project, you just use CSS (cascading style sheets)

    Comment

    • BHTanna
      New Member
      • Aug 2008
      • 31

      #3
      Can you pls guide how to use CSS? I m new....

      Thanks for your help..

      Comment

      • cloud255
        Recognized Expert Contributor
        • Jun 2008
        • 427

        #4
        Originally posted by BHTanna
        Can you pls guide how to use CSS? I m new....

        Thanks for your help..

        Well this forum isn't really for that kind of stuff, but try here

        Comment

        • Curtis Rutland
          Recognized Expert Specialist
          • Apr 2008
          • 3264

          #5
          You should look at using a MasterPage in conjunction with a CSS style sheet.

          Comment

          Working...