dk4210 Posted October 27, 2006 Share Posted October 27, 2006 Hello Everyone,I have tried to duplicate the css font and font size that is on the following page[see linik] page, but I have been unable to. Could some one give me a sample css that would make my text look like this? Here is the link to the site.. Its the main text area.http://keyetv.com/topstories/topstories_story_299113124.htmlThanks, Dan Quote Link to comment Share on other sites More sharing options...
aebstract Posted October 27, 2006 Share Posted October 27, 2006 [code]#storysandbox{ margin-top:2em; }#storysandbox ul, #storysandbox ol { margin-bottom:1em; }#storysandbox ul li { list-style-type:disc; display:list-item; margin-left:20px; font-size:1.1em; line-height:1.2em; }#storysandbox ol li { list-style-type:decimal; display:list-item; margin-left:25px; font-size:1.1em; line-height:1.2em; }#storysandbox hr { display:block; visibility:visible; color:#ccc; border:1px solid #ccc; margin-bottom:1em; }#storysandbox h2 { padding-left:0; background-image:none !important; }#storysandbox p pre { font-size:1.1em; }[/code]should do it Quote Link to comment Share on other sites More sharing options...
redbullmarky Posted October 27, 2006 Share Posted October 27, 2006 the large font used for the headers is 'Georgia'.have a look at their CSS, should give you an idea of the sizes/fonts used straight from the horses mouth:http://static.viacomlocalnetworks.com/css/screen.css Quote Link to comment Share on other sites More sharing options...
dk4210 Posted October 27, 2006 Author Share Posted October 27, 2006 Thanks guys I will try it.. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.