brianbonner
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: html stripping?Actually it just removed the embedded HTML in the posts. I had to go back in an add it back in. it was allot of links too. It turned it back into plain text.
So which is it. can I just turn it off or do I need the plugin?
Forum: Fixing WordPress
In reply to: Validating my pageIt came up as a validation issue. but I think it is because it is a Xhtml validator. It is perfectly good html.
As for the java script. it does cause the display of the right column to delay showing. I am not to pleased with that instance. The NRA script show current NRA news links. It has always worked fine in the past on my other blog. But the validator says it is bad. but then again it says some things i just know is no big deal. Like it was upset I hadn’t added my links yet. Nothing is perfect. It is a good tool. it did point out some typos I missed. But then staring at code for a week I started getting punchy. Especially when accelerator didn’t let me see the changes on refresh. I thought I was loosing my mind.
Forum: Fixing WordPress
In reply to: Validating my page<h4>blogging tools</h4>
<div class="rightsideSection"><p>
<a href="http://www.blogrankings.com"><img src="http://www.blogrankings.com/images/blogrankings.gif" border="0"></a>
<a href="http://www.pingmyblog.com"><img src="http://www.pingmyblog.com/images/pingbutton.gif" border="0"></a></p>
</div>sorry
Forum: Fixing WordPress
In reply to: Validating my page<h4>NRA News:</h4>
<div class="leftsideSection">
<ul>
<script language="Javascript" src="http://www.nraila.org/XML/StickerThin.aspx"></script></ul>
</div>
Ok I got this code from the nra. What is wring with what i am doing with it?<h4>blogging tools</h4>
<div class=”rightsideSection”><img src=”http://www.blogrankings.com/images/blogrankings.gif” border=”0″>
<img src=”http://www.pingmyblog.com/images/pingbutton.gif” border=”0″></div>
This I also got from the companies. what should it look like?Forum: Fixing WordPress
In reply to: Validating my pageI can’t get it to post right it is html links enclosed with the function. But it says it is not valid. Do I have to use the
- and
- to use html links? How do I get 2 links on the same line? They have an image in them. I put 2 links with images between then after the last link
Forum: Fixing WordPress
In reply to: Validating my pageThat did not print right
//
<img src=”http://www.blogrankings.com/images/blogrankings.gif” border=”0″>
<img src=”http://www.pingmyblog.com/images/pingbutton.gif” border=”0″>//
Forum: Themes and Templates
In reply to: global font?I just wanted to say thank you for all the help. I have learned allot in just a short period of time.
Forum: Themes and Templates
In reply to: global font?I refresh every change. I just closed the browser and opened it again and still no change. Wait! I turned off accelerator and now I can see the changes. arg.
Forum: Themes and Templates
In reply to: global font?I just changed that to 20px/20px nothing changed
Forum: Themes and Templates
In reply to: global font?I did because I didn’t know how he was controlling the font size. I took it out. I am trying to find out how to change the size to . I see a p in the style.css, but changing the font px didn’t change it.
this is what is on the css
p {
font: 11px/13px verdana, arial, helvetica, sans-serif;
margin: 0px 0px 0px 0px;
padding: 2px;
}Forum: Themes and Templates
In reply to: global font?Well the validator says that is an open DIV so now what?
Forum: Themes and Templates
In reply to: global font?BTW I tried the codex it is not up to date and allot of things I tried was just plain wrong. Like the string for the comment popup.
Do you know where there is a color chart online? what codes does WP accept? Building things on blogger was allot easier but you could not get at the template. here is my blog
http://uncooperative.blogspot.comthey upgraded their servers and there has been nothing but trouble ever since.
Forum: Themes and Templates
In reply to: global font?I have a week into this one. I am starting to understand there are problems with the theme. The first fewe validatiors didn’t tell me anything. But the doctor did explain what was wrong line by line. Now I get it. I know a bit of html but CCS and php are alian to me. Are there any GUI type editors for this new code? It seems like he did allot of things wrong.
Like <div class=”storycontent”></div>
This is the way he did it all throughout the themeI believe it should be <div> <class=”storycontent”></div>
Is that correct?
I also didn’t know he assigned to all the text in the theme. this is why when I tried to change it using <h5> it didn’t work. I may be able to figure it out yet.
The bad part of all the text using is I have to change all of the text to the same size. Not what I wanted to do. I am going to have to figure out how to re-assign the individual areas their own font size.
I am planning on getting a book. Any suggestions?
For reference this was one of the themes from the contest. The only theme I thought would be easy enough to edit to what I want. It might have been easier to learn the code and build on from scratch. I don’t know how to do the fancy stuff like java script, boxes and cells.
Forum: Themes and Templates
In reply to: global font?what do you mean by validate the html??
Forum: Themes and Templates
In reply to: global font?Iwasn’t clear I just want to change the size right now. I like larger fonts for easy reading. The code I posted is from the style.css it is the only thing that had anything to do with storycontent which is what i wish to change the size in. It appears ewvrything uses the same font and size except the header.
here is the site:
http://uncooperativeblogger.com