Quote:
Originally Posted by Adam21
1)Ah.sorry,my wrong,that's part of my whole add.css codes i just added.its not necessary for the postbit legacy fields.you can omit that out if you wish
2)tha'ts the color you can change it as you wish.try playing around with it to suit your styles
3)what you mean by align with everything else in the postbit?try add the texts without the brackets [align="left"] after the <div tag and see? you have a screenshot?
|
Hey thanks for your response, I got everything sorted now.
in regards to number 2, "color" didnt seem to do anything as background set the background colour and the border colours were set by the the border attributes.
in regards to number 3, for some reason on mine the tables were indented. I dont know how better to explain it but I got it sorted now by playing with the margin.
Now I want to add a note to this mod. If you want to put your messenger icons in one of these tables, then you will need to add a conditional around the icons div tag that will make the table hidden if the person does not fill out any messengers. I had to do this on mine at least. Here is the conditional.
Code:
<if condition="$post[icqicon] OR $post[aimicon] OR $post[msnicon] OR $post[yahooicon] OR $post[skypeicon]">
So your full messenger part should look like this:
Code:
<if condition="$post[icqicon] OR $post[aimicon] OR $post[msnicon] OR $post[yahooicon] OR $post[skypeicon]"><div class="postdata">$post[icqicon] $post[aimicon] $post[msnicon] $post[yahooicon] $post[skypeicon]</div></if>