CssClass is the attribute to use. ASP.NET will convert this to a class
attribute when it renders the HTML.
Jachin Sheehy
http://strangepants.com
On 12/2/06, Pk <[EMAIL PROTECTED]> wrote:
> I wish to use the same style for all my datagrids. I think I need to use a
> class, but my c
The problem occurs because you are floating the linkblock.
If you add "clear:both;" to your selector for h2, the heading will
return to it's normal flow in the document.
Regards,
Jachin
On 9/27/05, Angus at InfoForce Services <[EMAIL PROTECTED]> wrote:
> At http://infoforce-services.com/guidedog
;
width: 100%;
text-align: left !important;
clear: both;
height: 15px;
}
Seems to do what you are after. A little more tweaking and you'll get there...
Regards,
Jachin Sheehy
Senior Web Developer
InternetFiji
On 6/30/05, Marty Martin <[EMAIL PROTECTED]> wrot
centering
happens (and it validates). Might be what you're after.
Regards,
Jachin Sheehy
Senior Web Developer
InternetFiji
On 6/30/05, Jack Keller <[EMAIL PROTECTED]> wrote:
> I followed the methodology from quirksmode.org on obtaining the
> centered layout, but my problem is this, wit
The ampersands in the urls need to be escaped properly (&).
Regards,
Jachin
Senior Web Developer
InternetFiji.com
On 6/9/05, Jeanne Prine <[EMAIL PROTECTED]> wrote:
> Hello everyone,
>
> Hope this isn't off-topic. I just finished a
> subsite as part of a larger redesign. The CSS
> validates bu