How To Get Widget Styles to Match?


Author Message
BrianMI

Posted: 6/30/2009
Quote message 

I'm working on a theme for a local fence company. I'm creating a page for each area served and then creating a manual menu of links to each page in the left sidebar.

For some reason, as soon as I drop the text widget into the left sidebar, it seems to forget all of the styles.

Text color, line height and spacing, as well a a bullet image all are no present for the widget links.

How can I get the links in a text widget to match the styles of the default layout?

The test site is at http://veterans.briankurtz.com for reference.
 
Bob

Posted: 6/30/2009
Quote message 

Are you saying that the lists in the text boxes should be links? Looking at the page source code they don't show as links. As for the bulleted lists it looks like all the items are <ul>your link</ul> Need <li> your link</li> between <ul> </ul> for each of the list items to be bulleted.
 
Bob

Posted: 6/30/2009
Quote message 

In Artisteer under Blocks Click on the Text Icon there is a bunch of options for formating the text in a Block (or Widget) under font options. Line spacing, character spacing, indents and other things.
 
Garry

Posted: 7/1/2009
Quote message 

I think you are assigning the styles for your text widget in some css file, try inserting style directly in you text widget box(inline styles)

Inline styles come directly to browser overriding all other styles, your site is not sending any styles regarding your text widget to browser