Jukka K. Korpela wrote: > parameswaran marimuthu wrote: > > >> *<div id="spotlightText"> >> <a class="spotlightTextHeading" >> href="`readMoreURL`">`spotLightTitle`</a><br /><br /> >> <font face="Helvetica" size="3"><p> >> *********************some text here************* >> </p> >> </div> >> > > There is no CSS code in your snippet. On the contrary, it uses > presentational HTML markup for things that are handled in CSS in modern > approach. > > If you think you have a CSS problem, post the URL. If not, try and find > some other discussion forum for the problem. > > Jukka K. Korpela ("Yucca") > http://www.cs.tut.fi/~jkorpela/ > > ______________________________________________________________________ > css-discuss [EMAIL PROTECTED] > http://www.css-discuss.org/mailman/listinfo/css-d > List wiki/FAQ -- http://css-discuss.incutio.com/ > List policies -- http://css-discuss.org/policies.html > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > > If you use CSS the sequence /*<font face="Helvetica" size="3"> */must not be written in you html code... Try in the CSS file someting like: * div#spotlightText{ font: 1.8em Helvetica, sans-serif; }
*You can then change the size (1.8em) in whatever you want... greater, less, or /px(pixels), pt(points)... /Can use this too: http://www.w3.org/TR/REC-CSS2/fonts.html Best regards ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/