Can CSS tags be dynamic?

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default Can CSS tags be dynamic?

    Would CSS tags stored in a database be "processed" AFTER retrieval through
    ASP.net or does the processing that applies their format to data occur prior
    to data retrieval?

    I know it's a break from the typical data/presentation separation, but I'm
    looking way ahead and considering options for enabling users to personalize
    forum formatting.

    Thanks!
    Bill



    Bill C Guest

  2. Similar Questions and Discussions

    1. Dynamic image alt tags
      Hei Another topic for some help. I built dynamic articles with dynamic images. Then I dynamically "bind" image alt tags to the dynamic images...
    2. Inspector Property: Dynamic tags
      Hi, I am working on an extension for Dreamweaver, currently on an Inspector. So what I understand is, that if you use the following tag: <!--...
    3. Problem displaying dynamic meta tags
      Hello I am trying to display dynamic meta tags throughout my website but I am unable to get the data to display anything. Can someone take a look...
    4. HTML tags and dynamic text
      I am new to flash...so i could be wrong...but I think even Flash MX only supports a limited number (basic) set of HTML tags...some will wok and...
    5. html tags in dynamic textbox
      Hi everyone I read a lot of messages here regarding problems approaching mine... but no solution. I have a dynamic textbox, whose variable name...
  3. #2

    Default Re: Can CSS tags be dynamic?

    Start studying ASP.NET 2.0 skins and themes. Even while you are using 1.1
    you learn how to design for future implementations.

    --
    <%= Clinton Gallagher
    METROmilwaukee "Regional Information Services"
    NET csgallagher AT metromilwaukee.com
    URL [url]http://clintongallagher.metromilwaukee.com/[/url]



    "Bill C" <macromedianewsgroup@nobsysRemoveThisAndThis.net > wrote in message
    news:d3c8id$5eq$1@forums.macromedia.com...
    > Would CSS tags stored in a database be "processed" AFTER retrieval through
    > ASP.net or does the processing that applies their format to data occur
    > prior
    > to data retrieval?
    >
    > I know it's a break from the typical data/presentation separation, but I'm
    > looking way ahead and considering options for enabling users to
    > personalize
    > forum formatting.
    >
    > Thanks!
    > Bill
    >
    >
    >

    clintonG Guest

  4. #3

    Default Re: Can CSS tags be dynamic?

    > Would CSS tags stored in a database be "processed" AFTER retrieval through
    > ASP.net or does the processing that applies their format to data occur
    prior
    > to data retrieval?
    Not sure what you mean by 'CSS tag'.

    Any server-side variables are converted prior to the page being sent to the
    browser, if that's what you are asking.

    -Darrel


    darrel Guest

  5. #4

    Default Re: Can CSS tags be dynamic?

    Any server side language is processed first, before the page is sent to the
    browser. So CSS tags can contain dynamic data without any problems.


    --
    Gareth - TMM Dreamweaver
    [url]http://www.dreamweavermxsupport.com/[/url]
    [url]http://www.garethdp.com/[/url]

    PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.
    [url]http://www.phploginsuite.co.uk/[/url]

    Co-Author: Dreamweaver MX: Instant Troubleshooter - Apress
    Co-Author: Practical Intranet Development - Apress
    Co-Author: Dreamweaver MX: Advanced PHP Web Development - Apress
    Co-Author: Dreamweaver MX: PHP Web Development - Wrox


    gareth Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139