Design and CSS styles
Version 3.x > Design and CSS styles > <fieldset> tag View modes: 
User avatar
Member
Member
jason.hau-triad.co - 6/16/2009 5:00:35 AM
   
<fieldset> tag
I'm trying to use a bizform to recreate a simple form for a client. The basic html that they sent is:
<fieldset>
<legend>About You</legend>
Name: <input type="text" id="name" />
Title: <input type="text" id="title" />
...
</fieldset>

which, when converted to a bizform is:

<fieldset>
<legend>About You</legend>
Name: $$input:name$$
Title: $$input:title$$
...
</fieldset>


in the form design viewer, this nicely generates the greyed, rounded box around the inputs but when used on the site, the styles are removed completely.

User avatar
Kentico Developer
Kentico Developer
kentico_helenag - 6/16/2009 6:18:56 AM
   
RE:<fieldset> tag
Hello,

The design of fieldset depends on CSS stylesheet. You should style it in your stylesheet so that it looks like you want on live site.

It is possible that it looks differently in CMSDesk as it uses a special stylesheets. The live site depends fully on your current stylesheet (CMSSiteManager -> Development -> CSS stylesheets).

Best regards,
Helena Grulichova