JCBN wrote:Having a hard time finding the id/class i need to put margins to...
You looking for something that you never defined.
The best approach is to enclose your links in <div> tags. For those div you can either define separated id's like this <div id="im1"><a
http://="...."><img src="...." /></a><div> <div id="im2">..........</div>.... Now, you will have the id's for customizing via Custom Styles.
Or, you can set directly in those div's your desired inline styles: <div id="im1" style="width:30px;float:left;text-align:center;"><a
http://="...."><img src="...." /></a><div>.........
Alternative, you can address ALL images with
#text-6 a img "class".