Forum Moderators: not2easy
<div id="inclfile">
Click Links Below to View More Styles<br> <a href="javascript:changePhoto('/images/shoes-cb/branded_bella.jpg')">Branded Bella</a> | <a href="javascript:changePhoto('/images/shoes-cb/branded_bella_side.jpg')">Branded Bella Side View</a> | <a href="javascript:changePhoto('/images/shoes-cb/wildflower.jpg')">WildFlower</a> | <a href="javascript:changePhoto('/images/shoes-cb/wildflower_side.jpg')">WildFlower - Side View</a>
</div>
#inclfile a {padding: 0 10px 0 10px;} /*add padding to all a tags */
#inclfile a:first-child {padding-left: 0;} /* remove left padding from first a tag */
#inclfile a:first-child {padding: 0 10px 0 0;} and that did not work, either...
#inclfile br a:first-child {padding: 0 10px 0 0;}
#inclfile > br a:first-child {padding: 0 10px 0 0;}
#inclfile > br > a:first-child {padding: 0 10px 0 0;}
#inclfile br > a:first-child {padding: 0 10px 0 0;}
<div id="inclfile">
Click Links Below to View More Styles<br> <a href="javascript:changePhoto('/images/shoes-cb/branded_bella.jpg')">Branded Bella</a> | <a href="javascript:changePhoto('/images/shoes-cb/branded_bella_side.jpg')">Branded Bella Side View</a> | <a href="javascript:changePhoto('/images/shoes-cb/wildflower.jpg')">WildFlower</a> | <a href="javascript:changePhoto('/images/shoes-cb/wildflower_side.jpg')">WildFlower - Side View</a>
</div>
<div id="inclfile">
Click Links Below to View More Styles<br> <span><a href="javascript:changePhoto('/images/shoes-cb/branded_bella.jpg')">Branded Bella</a> | <a href="javascript:changePhoto('/images/shoes-cb/branded_bella_side.jpg')">Branded Bella Side View</a> | <a href="javascript:changePhoto('/images/shoes-cb/wildflower.jpg')">WildFlower</a> | <a href="javascript:changePhoto('/images/shoes-cb/wildflower_side.jpg')">WildFlower - Side View</a></span>
</div>
a br tag can BE a child, but it can't HAVE a child
#inclfile br a:first-child {padding: 0 10px 0 0;}
#inclfile > br a:first-child {padding: 0 10px 0 0;}
#inclfile > br > a:first-child {padding: 0 10px 0 0;}
#inclfile br > a:first-child {padding: 0 10px 0 0;} #inclfile a:first-child {padding: 0 10px 0 0;}
#inclfile > a:first-child {padding: 0 10px 0 0;} padding: 0 10px 0 0; padding-left: 0 #inclfile br a:first-child {padding: 0 10px 0 0;} #inclfile br + a {padding: 0 10px 0 0;}