I'm using the LINKS widget to display some Products and model numbers, so that they can be altered by someone with no html experience.
I have an image logo and some model numbers after it, all working fine, but I need a line space before the next link displays, which is another logo and model numbers.
Here is the code thats shows on the displayed page `
-
<!------------------------------------------------------------>
- <img src="http://cyclonekit.com/test/wp-content/themes/drikatruujelly11w/jelly271/images/korg-logo.jpg" alt="KORG Model A Model B Model C" title="Model A Model B Model C" /> KORG
Model A Model B Model C - <img src="http://cyclonekit.com/test/wp-content/themes/drikatruujelly11w/jelly271/images/orla-keyboards.jpg" alt="ROLAND ABCDE FGRTY VGFRTY" title="ABCDE FGRTY VGFRTY" /> ROLAND
ABCDE FGRTY VGFRTY - <img src="http://cyclonekit.com/test/wp-content/themes/drikatruujelly11w/jelly271/images/Kohler-logo.jpg" alt="Thomas T123456 Thunderbird T98978766" title="T123456 Thunderbird T98978766" /> Thomas
T123456 Thunderbird T98978766
<li id="linkcat-3" class="widget widget_links"><h2 class="widgettitle">Product Links</h2>
<ul class='xoxo blogroll'>
<!------------------------------------------------------------->
`
I can alter the class xoxo and/or blogroll but only change the font colour.
margin-top:1em; doesn't work
as a test so that I will see when it works I am using margin:50px;
I have tried
ul.blogroll
.blogroll ul li
and about ten other ways to identify the li's created under the class blogroll - I don't know what the class xoxo does but have tried all my variations on it as well.
I am using a test site just to work on this problem, not the site it will eventually be used on. This test site will be constantly changing as I experiment with this problem and others
(a href="http://cyclonekit.com/test/">
The links widget is titled Product Links. The stylesheet doesn't mention blogroll or xoxo so they must be somewhere else and I can only guess they are loaded AFTER the stylesheet?