Link to home
Start Free TrialLog in
Avatar of Louise
Louise

asked on

bullets appearing outside table

Hi,

For some reason bullet points in my table are appearing outside the table I want them to.
eg
http://www.lowgiweightloss.com/index-working2.html
whether I have the <ul></ul> within each td or not.

Can anyone see how I cas fix this so that the bullets stay within the inner table (and therefore inside the border) please?

Cheers
<table style="text-align: left; width: 80%;"
 align="center" border="1" cellpadding=""
 cellspacing="0">
  <tbody>
    <tr>
      <td>
      <table
 style="width: 550px; height: 130px; text-align: center;"
 align="center" border="0" cellpadding="1"
 cellspacing="1">
        <tbody>
          <tr style="color: rgb(0, 0, 0);"
 align="left">
            <td
 style="font-size: 14px; color: rgb(0, 0, 0);">
            <ul>
              <li>Why <span
 style="font-weight: bold;">diets
DON'T work</span> long-term. </li>
            </ul>
            </td>
          </tr>
          <tr style="color: rgb(0, 0, 0);"
 align="left">
            <td
 style="font-size: 14px; color: rgb(0, 0, 0);">
            <li>How you
can <span style="font-weight: bold;">say
goodbye to counting&nbsp;calories </span><span
 align="center">or&nbsp;points<span
 style="font-weight: bold;"> </span>forever.
              </span></li>
            </td>
          </tr>

Open in new window

ASKER CERTIFIED SOLUTION
Avatar of UnexplainedWays
UnexplainedWays

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
SOLUTION
Avatar of Dave Baldwin
Dave Baldwin
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Louise
Louise

ASKER

thanks, both valid!