
Kimber
User
Jan 5, 2010, 2:22 PM
Post #1 of 2
(2197 views)
Shortcut
|
|
check box help needed
|
Can't Post
|
|
Hello, I am using checkboxes to make it much faster for me to add text to my Article Managers but have hit a problems. See http://www.momsbreak.com/printable/cardmaking/free-balloons-card.shtml for an example. On foxfire it looks fine but on IE the text goes all the way to the white edge and make it hard to read. if I add text in the content box it is fine but the check box text goes our to far to the left. You can see the difference http://www.momsbreak.com/printable/birthday-activities/free-princess-game.shtml in the text position. These are the codes I am using: <!-- templateIf : $article.personalizing$ eq "Yes" --> <b>*** Personalizing Tips:</b> You can type your letter using Microsoft Word, or other word processing software, along with setting font type, size, and color, and then copy and paste the text from the word processor into the personalization area of the free stationery. This lets you control the look of your letter. <br> <!-- /templateIf --> Any thoughts on how to get the check box text in line up with the content box text? Thank you Kimberly ----- added ------ I found the answer and figured I would post it in case anyone happened to have the same problem. I had to add the <div class="content"> </div> <!-- templateIf : $article.personalizing$ eq "Yes" --> <div class="content"> <b>*** Personalizing Tips:</b> You can type your letter using Microsoft Word, or other word processing software, along with setting font type, size, and color, and then copy and paste the text from the word processor into the personalization area of the free stationery. This lets you control the look of your letter. <br> </div> <!-- /templateIf -->
(This post was edited by Kimber on Jan 6, 2010, 6:25 AM)
|