Wordpress Themes - WP Forum at BFA
There will be no more development for Atahualpa (or any other theme), and no support. Also no new registrations. I turned off the donation system. I may turn the forum to read only if it gets abused for spam. Unfortunately I have no time for the forum or the themes. Thanks a lot to the people who helped in all these years, especially Larry and of course: Paul. Take care and stay healthy -- Flynn, Atahualpa developer, Sep 2021

Wordpress Themes - WP Forum at BFA » WordPress Themes » Atahualpa 3 Wordpress theme » Sidebars & Widgets »

[SOLVED] How to remove border from an image?


  #1  
Old Mar 24, 2009, 05:59 AM
Nefeli
 
18 posts · Feb 2009
[SOLVED] How to remove border from an image?

I've been adding images mainly .jpg - photos, an image of hand written signature, and also animated .gif flags.

My problem is that a grey border outline is showing up which I really don't want. These same images work fine in normal html page so why not on WP?

I'm sure I read somewhere here in the forum about putting borders around images but cannot find the thread - there are so many of them!

Help please!
  #2  
Old Mar 26, 2009, 11:05 AM
Nefeli
 
18 posts · Feb 2009
Well, I managed to solve the problem all on my own.

With the help of firebug - you should all be using it - I was able to see the code related to the image and realized I'd seen these details before. I then went to Appearances>At.theme options>images and lo and behold there was formatting there for images in posts etc. Once removed my problems was solved and now the images are showing as they should.

You really need to keep going back time and again through the different options to learn what you can and can't do.

Great theme!
  #3  
Old Mar 26, 2009, 01:38 PM
Shepherd Jim's Avatar
Shepherd Jim
 
301 posts · Feb 2009
Bristol, midcoast Maine USA
Quote:
Originally Posted by Nefeli
...<snip>...

You really need to keep going back time and again through the different options to learn what you can and can't do.

...<snip>...
WOW! Thank you! I must admit that I'd convinced myself that those "paper print photo"-like borders were being applied somewhere in WordPress as some sort of WP default standard and that modifying or removing them was going to be a big php-amending project. Like you, I'd either missed or just skimmed over the "Images" option button amongst Atahualpa's options

Gotta say, Nefeli, you are becoming quite the WP/Atahualpa expert!!

TTFN Jim
  #4  
Old Apr 3, 2009, 01:44 AM
aliasfreq
 
5 posts · Apr 2009
Sydney
Is there a way to remove the border from a single image? I tried style="border: 0pt none;" but it didn't work.

What I'd also like is to be able to remove the border from page images, but keep the border on post images. Perhaps this is possible via a CSS insert?

Thanks to anyone who can help!
  #5  
Old Apr 3, 2009, 06:44 AM
Shepherd Jim's Avatar
Shepherd Jim
 
301 posts · Feb 2009
Bristol, midcoast Maine USA
Quote:
Originally Posted by aliasfreq
Is there a way to remove the border from a single image? I tried style="border: 0pt none;" but it didn't work.

What I'd also like is to be able to remove the border from page images, but keep the border on post images. Perhaps this is possible via a CSS insert?

Thanks to anyone who can help!
I'm still working on adjusting things on "single" images.

And I was going to tell you that WP Dashboard: Appearance/Atahualpa Theme Options/Images would solve your second problem, but you're right, only "Posts" are mentioned though the formatting choices made there also affect images on Pages.

Flynn??
  #6  
Old Apr 3, 2009, 10:00 AM
bcorrigan
 
85 posts · Feb 2009
At the risk of bringing "divititis" to your site,

you can create some special CSS for your posts, put them in the HTML/CSS inserts,

then in your posts, edit them in HTML Mode and add div tags to wrap the content. Here's some snippets of how I am using this:

in my posts, I put this wrapper:
<div class="bioContent">
--- post content here ---
</div>

in the html/css inserts, I put:

.bioContent H3 {
color:#666;

}

.bioContent table{
border-collapse: collapse;
width: auto;
margin-left: 1em;
}

table .education {
width: 50em;
}

etc.

so you could stylize your images this way.

Bookmarks

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
[SOLVED] Rounded sidebar with border? ssoszka Sidebars & Widgets 14 Nov 27, 2009 07:04 PM
Image border causing page not to validate... Tarzanna77 Atahualpa 3 Wordpress theme 1 Jun 26, 2009 05:02 PM
Remove blog title text add image benw Header configuration & styling 4 Apr 28, 2009 03:50 PM
how to remove header image from homepage only? SoftDux Header configuration & styling 1 Mar 30, 2009 07:26 AM
How to remove rotating image area? joe hark Header configuration & styling 3 Mar 17, 2009 03:45 PM


All times are GMT -6. The time now is 09:17 AM.


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