2009/11/19 Gary Stainburn <gary.stainburn@xxxxxxxxxxxxxx>: > I'm creating a tree-view using a table and three images. The logic is working > fine for generating the html, but I cannot get the css right to eliminate the > gaps between the images. I don't know if it's the table or the images that > generate the gaps. Not really a Fedora problem... > .teeview img { > margin: 0px; > border: 0px; > padding: 0px; > hspace: 0px; > vspace: 0px; > width: 20px; > height: 20px; > } Although you don't list your HTML, I would think that this should be: .treeview img { ... } Otherwise it won't match the .treeview class. -- Sam -- fedora-list mailing list fedora-list@xxxxxxxxxx To unsubscribe: https://www.redhat.com/mailman/listinfo/fedora-list Guidelines: http://fedoraproject.org/wiki/Communicate/MailingListGuidelines