Hello Everyone. Brand New User - 1st post. Please be patient :)
Can anyone please help me with my annoying problem? Please!
On my attempted "to be soon" site at http://hpcoupons.com I have a "float: left;" picture in the first accordion entry - "Featured HP Pavilion Notebook" ... Why can't I get it to look correct? At the top of that accordion entry I need to remove the thin grey bar with the bullet - I don't even know how/why it appears either???
Here is my code below:
<div>
<img class="accordion_image" style="float:left;" src="http://www.tqlkg.com/image-2040842-10423979" alt="Pavilion Notebooks" />
<h2>Lorem ipsum dolor site amet</h2>
Here is the Blog Authors code (2nd Accordion Entry) - which works!
<div><img src="<?php bloginfo('template_directory'); ?>/images/img2.gif" class="accordion_image" alt="Image2" align="left"/><h2>Lorem ipsum dolor site amet</h2>
- Whether I align="left" or style="float:left;" makes no difference!
This is the modblogger - news theme
I don't know PHP and am not sure what this entry does - <?php bloginfo('template_directory') - in the author's working accordion entry ???
Thank You for any help you can give me.
