Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Center area post/pages (http://forum.bytesforall.com/forumdisplay.php?f=32)
-   -   [SOLVED] Remove image borders on one post, not all (http://forum.bytesforall.com/showthread.php?t=6246)

pkmillikin Mar 11, 2010 01:49 PM

[SOLVED] Remove image borders on one post, not all
 
I am running the Podpress plugin to display a video on a post. The preview player, however, displays incorrectly. I think it may be due to the default borders, padding, etc. of images that are set in place for all images by Atahualpa.

How can I remove image formatting for this one post?

juggledad Mar 11, 2010 03:50 PM

what version of Atahualpa and WP?
What is the url pointing an the issue?

pkmillikin Mar 15, 2010 04:48 AM

Atahualpa 3.4.5
WP 2.9.2

Here is an example post...
http://www.packyandsteph.com/2010/03...rocious-beast/

You can see how the player does not display correctly when the page first loads. None of the player border images line up.

I have set up a CSS insert that looks like this....
/* Optional images with no borders */
.customImage img {
padding: 0px;
border: 0px;
-moz-border-radius: 0px;
-khtml-border-radius: 0px;
-webkit-border-radius: 0px;
border-radius: 0px;
}

With this inserted into the post...
<div class="customImage"> POST CONTENT </div>

This has gotten me closer but still not quite there.

juggledad Mar 15, 2010 06:33 AM

try adding this to CSS Inserts
HTML Code:

div.post div.podPress_content table td {
padding:0px 0px;
background-color:#ffffff;
border-bottom:1px solid #dddddd;
text-align:left
}


pkmillikin Mar 15, 2010 09:59 AM

I don't know who you are but you are indeed The Man! Thanks a ton! Your code worked perfectly!


All times are GMT -6. The time now is 09:32 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.