your code is very strange ….
It looks like it was “combined” from several bits.
I do not understand why it is inside a ul or li
tag, and even if it is, you have several of them that are closed and never opened andd viceversa.
You also have a closing </u> tag (??)
So if you will fix these problems, it might work for you.
<ul class="side_bar_items">
<h2>Thank you</h2>
</ul>
This should work … but than again, you have so many code errors there , that i am not sure anymore…
Okay, thanks, that worked….and yes, there was an extra </u>
How can I make it so that the writing above the paypal button is spaced from the paypal button itself?
and by the way…I’m not very good at this, the reason everything is a little messed up is because I’ve been messing with it trying to get these things to work…I’m not very familiar with code, I’m just trying my best. haha
just the same :
<ul class="side_bar_items">
<h2>Please help support John Morgan's campaign:</h2>
</ul>
and put it OUTSIDE the li tag of the paypal
Maybe you should remove the XHTML validation icon and link until your page WILL validate ..
Right now it is doing you a bad service 🙂
it says in my theme editor, “do not remove this line”
so i didn’t remove it. lol.
Nevermind .. 🙂
Just click it and see what happens.
(And you can remove it with no problem..)
wow..that’s weird.
i think i will remove it, lol.
thanks again!
Since I have you here lol…one more thing.
I’m trying to add back buttons to some pages, and I’m adding them the way I would add a picture:
<img src=”http://www.johnmorgan.ca/administrator/images/back.png” />
and then linking them to the page I want them to go to.
Is there any other way to do this? A border goes around the back button when I link it.
I do not know which pages you are talking about (posts??,pages??), but in general, there are plenty of ways to do so .
one simple way is javascript.
<A HREF="javascript:javascript:history.go(-1)">Click here to go back to previous page .. or which ever text you want</A>
which you can customise the way you wish, also using some WordPress template tags or functions.