PassMark Logo
Home » Forum

Announcement

Collapse
No announcement yet.

Where are the CSS classes?

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Where are the CSS classes?

    Hi,

    I'm using the .NET and I don't know if I'm doing this is right.

    <form id="form1" runat="server" >
    <ZoomASPX:ASPXSearch id="ASPXSearch" runat="server" />
    </form>


    After executing it, I viewed the source code in HTML from the browser and I don't see any CSS classes.
    I'm not able to add some style sheets as described in the documentation.

    What should I do to generate those CSS classes?

    Please help!




  • #2
    They would have been defined in your original search_template.html file. Which you may have emptied out except for the <!--ZOOMSEARCH--> tag, which is normal for ASP.NET

    In any case you can specify (in search.aspx) inline CSS with <style>...</style> tags or use the <link> tag to link to a CSS file.

    You can copy and paste the CSS from the default search_template.html file. A new one would be generated if you Output your index to a new folder.

    Another way is to simply copy the references from the FAQ here or in the Users Guide.


    --Ray
    Wrensoft Web Software
    Sydney, Australia
    Zoom Search Engine

    Comment

    Working...
    X