I'm trying to add a column or two of images on a page.
I've tried using tables, but they have a background color and so do the images in my tables. Does anybody know how I remove the color?
Is there a better way to display a column or two of images?
Thanks!
Cameron
Have you had a look at the gallery shortcode? It allows you to specify the number of columns. Just upload some images to a post - on the post/page edit screen, right below the title you can click on "Upload image" (or similar) - and add this to your page's content [gallery columns="2"].
I forgot to mention I'm using the Atahualpa theme.
My theme is located here:
http://www.trentstudios.com/wp-content/themes/atahualpa/style.css
To clarify, I'm wanting to remove the light grey background colors in the tables or tds and imgs. See http://www.trentstudios.com/portfolio/identity
Thanks!
Cameron
in the tables or tds
In your HTML's header there's ".post table tr.alt td" and ".post table tr.over td". Those set the background color - remove them. You can find it inside the file header.php.
and imgs
Again, somewhere inside header.php you'll find ".post img" - remove the line saying "background-color" or change its value to something different.