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. Increasing the Size of the webpage

Increasing the Size of the webpage

Scheduled Pinned Locked Moved ASP.NET
3 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.
  • N Offline
    N Offline
    NET India
    wrote on last edited by
    #1

    Hello Friends, I've to increase the size of the webpage as one click on + link as shown in the url given http://www.postbank.de/[^]

    M A 2 Replies Last reply
    0
    • N NET India

      Hello Friends, I've to increase the size of the webpage as one click on + link as shown in the url given http://www.postbank.de/[^]

      M Offline
      M Offline
      Manas Bhardwaj
      wrote on last edited by
      #2

      You will need to assign a different Css class on the click of it. This Css will have a bigger font size. This is the simpest solution you can have.

      Manas Bhardwaj Please remember to rate helpful or unhelpful answers, it lets us and people reading the forums know if our answers are any good.

      1 Reply Last reply
      0
      • N NET India

        Hello Friends, I've to increase the size of the webpage as one click on + link as shown in the url given http://www.postbank.de/[^]

        A Offline
        A Offline
        Abhishek Sur
        wrote on last edited by
        #3

        Create CSS classes like

        .fs12
        {
        font-size : 12px;
        ...
        }
        .fs14
        {
        font-size : 14px;
        ...
        }

        Now when you load apply one default settings. And use javascript to change the class of each.:rose:

        Abhishek Sur


        My Latest Articles **Create CLR objects in SQL Server 2005 C# Uncommon Keywords Read/Write Excel using OleDB

        **Don't forget to click "Good Answer" if you like to.

        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