Great Theme – A few questions about tables, and justification
-
My site: blog.noisegate9.com
I love this theme with it’s many customizations as I am a novice. I am trying to customize my posts to have justified text. Option not in the text options (align).
Also, can someone please explain to me how to remove the tables on this page?
http://blog.noisegate95.com/photos
I want the grey border around all my pictures, just don’t want to see the tables.
Thank you.
Mod
First hint: use Firebug.
Second hint:
Try this in your child theme style sheet or custom CSS:
table#kpg-albums tr, table#kpg-albums td {
border: 0 none;
}Mod
Oops…forgot this:
I love this theme with it’s many customizations as I am a novice. I am trying to customize my posts to have justified text. Option not in the text options (align).
This code should help:
.entry-content p {
text-align: justify;
text-justify:inter-word;
}Keep in mind that justified text can be harder to read (especially on screen) and that not all browsers handle it well. These articles might interest you:
http://www.css3.com/css-text-justify/
http://stackoverflow.com/questions/315845/should-i-avoid-using-text-align-justify
Both worked perfect. Thanks for the great help.
Ooops. Well close. I really do not wan the tables anywhere. They came off the main photos page, but still remain on the individual galleries. http://blog.noisegate95.com/photos?album=DoverSept2004
Mod
I’m not sure which plugin you are using. You may have to edit the page, take out all the image links, and redo them without tables.
Viewing 6 posts - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.