Trouble in Center aligning the fyneworks star rating widget
Hi all,
i am using the fyneworks start rating widget in my application. I am trying to center align it in a table's td.. but unfortunately the widget is always left aligned.. below is my existing code:
- <td style="border: solid 1px red;width:206px" align="center">
- <a href="/ProductDetail.aspx?pid=123">
- <img height="100px" width="80px" src="path" alt="tooltip" />
- </a>
- <b><a href="/ProductDetail.aspx?pid=123">Test item</a></b>
- <div>
- <input name="star_1" type="radio" class="star" disabled="disabled" />
- <input name="star_2" type="radio" class="star" disabled="disabled" />
- <input name="star_3" type="radio" class="star" disabled="disabled" />
- <input name="star_4" type="radio" class="star" disabled="disabled" />
- <input name="star_5" type="radio" class="star" disabled="disabled" />
- <br />
- </div>
- <h6>Test item</h6>
- <div class="action">
- <a href="/add.aspx?pid=123">add</a>
- <a href="/delete.aspx?pid=123">delete</a>
- <a href="/edit.aspx?pid=123>modify</a>
- </div>
- </td>
i tried changing the style of div in order to get it properly aligned..can anybody please direct me to the solution for this problem?
thanks in advance,
Abdel Olakara