Yes Yes, ok your help has been beyond words, I need to be able to contact you anytime, tremendous help. My image keep shrinking for some reason.Y?, Im using a mac and when i just checked it on firefox, its the right size.
<table style=”margin-rightt: 0.2em;” align=”left”>
<tbody>
<tr>
<td><img class=”alignleft size-full wp-image-139″ title=”exercise of the week 250″ src=”http://test.xertionfitness.com/wp-content/uploads/2012/05/exercise-of-the-week-250-.png” alt=”” width=”250″ height=”150″ /></td>
<td style=”width:80%;”><span style=”font-size: 14px;”>Bench Push Ups</span>
<span style=”font-size: 12px;”>Primary Muscles: shoulders</span>
<span style=”font-size: 12px;”> Equipment: None</span></td><td>'[ratings]'</td>
</tr>
</tbody>
</table>
last couple of question and I will leave you alone. Why is my images keep shrinking when i added the rating system?
How would i put a border around the # out of 5 part? so <td> row 3. would i do something like
td {
border-top:1px;groove thin; ?
}
Below is the best plugin for rating… You just have to to install and keep the settings you want and it does all the calculations if ever you need….
Go through it and you will find it really useful
http://wordpress.org/extend/plugins/gd-star-rating/
and if you are looking for post duplicating below is the best plugin
http://wordpress.org/extend/plugins/duplicate-post/
thank ya, ok two questions, on the duplicating post. the only thing that is duplicating is in my activity stream. every time I post something, it duplicate it but not when I post a image or an article
far as the rating system, I want a number rating system showing, not a star one. sorry third question, how would i be able to put a border on my rating system? Im using wp rating and it has numbers but I want to put a border around it.
I tried this code below but it didnt work
ratings {
border-top:groove;
}
You will need to adjust the width of all cells when you add a new cell to the row.
To add a border, give the cell a class and use CSS to style it.
I gave it a post-rating class
post-ratings {
border-top: groove
}
stil didnt work
You gave the class to the span tag which cannot have a border. Assign the class to the td tag.
Im sorry that im slow but I tried td { and .td { and they still didnt work
Code the td tag like this:
<td class="post-ratings">
Then code the CSS like this:
td.post-ratings {
border-top: 5px groove;
}
Thanks for helping me understand the class part but I did that exactly how you wanted me too and it still didint work.
When I look at the source code sent to my browser, the td tags do NOT have the class added, and the style rule is NOT at the end of style.css. I don’t know where you put the code, but it is not in the right place.
here the first image on the page where I put the tag at
<h2>Exercise of the Week</h2>
<table style=”margin-right: 0.2em;” align=”left”>
<tbody>
<tr>
<td><img class=”alignleft size-full wp-image-139″ title=”exercise of the week 250″ src=”http://test.xertionfitness.com/wp-content/uploads/2012/05/exercise-of-the-week-250-.png” alt=”” width=”250″ height=”150″ /></td>
<td style=”width: 70%;”><span style=”font-size: 14px;”>Bench Push Ups</span>
<span style=”font-size: 12px;”>Primary Muscles: shoulders</span>
<span style=”font-size: 12px;”> Equipment: None</span></td>
<td class “post-ratings>'[ratings]'</td>
</tr>
</tbody>
</table>
This is not coded correctly. It needs to be this:
<td class="post-ratings">[ratings]</td>
this is how it look now and still the same and its making my image smaller only on my mac
<td style=”width: 90%;”><span style=”font-size: 14px;”>Bench Push Ups</span>
<span style=”font-size: 12px;”>Primary Muscles: shoulders</span>
<span style=”font-size: 12px;”> Equipment: None</span></td>
<td class=”post-ratings”>[ratings]</td>
</tr>
</tbody>
I keep changing the width but its not doing nothing
look at this
http://test.xertionfitness.com/exercise/