ta100
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: adjusting tag sizes in tag cloudthanks, alchymyth. I guess I need a plugin or something.
Forum: Plugins
In reply to: cbnet Ping Optimizer: confusing options/settingsNobody knows? I even posted the question on the developer’s site, which said “there are no dumb questions,” and haven’t had a reply there yet either.
Forum: Plugins
In reply to: cbnet Ping Optimizer: confusing options/settingsPlease note that the following is stated at the top of the options page:
The following services will automatically be pinged when you publish new posts or drafts. Not when you publish future posts or edit previously published posts, as WordPress does by default.
Forum: Fixing WordPress
In reply to: making larger breaks than just one space – ugh!Imagine this is the first picture.
Imagine this blockquote doesn’t exist, and is just a blank space of background. This is what I am asking to do, how to make spaces of any varying length as I decide is aesthetically pleasing ONLY where I want it – not written in the css for all spacing between all lines or all paragraphs, or all pics. Only just as much space as I decide I want and where I want it in a post.
Imagine this is the second picture.
Forum: Fixing WordPress
In reply to: making larger breaks than just one space – ugh!Does anyone have any idea how to achieve this simple thing?
Forum: Fixing WordPress
In reply to: making larger breaks than just one space – ugh!In short, this is an example of what I am trying to do. Instead of the regular spaces you see between paragraphs, I would like bigger spaces sometimes between pics and banners that I post. So I am looking to make double, triple, or as much space as I want. But in WP, no matter in visual or html mode, I cannot find how to do this.
Forum: Fixing WordPress
In reply to: making larger breaks than just one space – ugh!NOTE: The code above is supposed to have no space before the “/”
The space you see was added by the WP forum system when I pressed “post.” This means the code I used on my site to make the spaces had no space before the “/”Anyhow, I went back to my site and tried the code WITH the space as shown in the first post. That did NOT work. I tried it using only “br” between the brackets and that did not work. So the only code that did make the desired spaces in the post/page was the code in the first post but WITHOUT the space before the “/” But again, worked only temporarily as I described in my first post.
Forum: Fixing WordPress
In reply to: text width doesn’t line up with pic widthMe too, with your help! Thanks very much, R Voodoo. I will check into that list of css and play with it.
Forum: Fixing WordPress
In reply to: text width doesn’t line up with pic widthI’d be happy to hear anything more anyone says about this thread.
I consider the problem “resolved,” but haven’t checked that in case for some reason it prevents any more posts being made to this thread.
Forum: Fixing WordPress
In reply to: text width doesn’t line up with pic widthI just took that .align center css out. W3C CSS Validator said it was an error. As the code was orignally for the alignment classes, CSS validator said it was fine.
I know what you are saying, though, I think.
Forum: Fixing WordPress
In reply to: text width doesn’t line up with pic widthJust read your reply t310s_ after I wrote my last reply.
I addded the following under “alignment classes” in my css. This by itself did not correct the problem. But just put it there for good measure, if you say it needs to be there.
.aligncenter,
div.aligncenter {
display: block;
margin-left: auto;
margin-right: auto;
}Forum: Fixing WordPress
In reply to: text width doesn’t line up with pic widthjust read your reply t310s_ after I wrote my last reply, will check into that.
Forum: Fixing WordPress
In reply to: text width doesn’t line up with pic widthThanks, RVoodoo. These are the changes I made to the padding in p, dl , and to width in #main. My question now is, while it looks OK, is everything worked out so the pic is properly within its containing element, and the sidebar and everything else is properly positioned so nothing is thrown off, busting out where it isn’t supposed to be? Hard to explain but simply asking if “everything is OK” now with the code, even though it looks OK on the site. Thanks for your time.
p, dl { padding: 10px 0px 10px 10px;
#main { width: 561px;
Forum: Fixing WordPress
In reply to: text width doesn’t line up with pic widthThe text is justified. Please look at the site, thanks.
Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] Blog Title and Tagline confusionThanks, E, so much for responding. I will definitely check out that forum!