MeghanSummers Posted February 28, 2020 Share Posted February 28, 2020 Here's the page: https://potomacadvisors.squarespace.com/evo-1 Scroll down to "Summary Statistics" and you'll see that there is a % on the line before the table. What gives? Thanks in advance for your help. I'm just a layperson, and I've been trying to fix this forever. Driving me nuts! Here's my code: <style type="text/css"> .tg {border-collapse:collapse;border-spacing:0;} .tg td{font-family:Arial, sans-serif;font-size:14px;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;} .tg th{font-family:Arial, sans-serif;font-size:14px;font-weight:normal;padding:10px 5px;border-style:solid;border-width:1px;overflow:hidden;word-break:normal;} .tg .tg-i0og{color:#000000} .tg .tg-stfo{background-color:##2f519a;color:#ffffff;text-align:right} .tg .tg-iuc6{font-weight:bold;background-color:#000000;color:#ffffff;text-align:center} .tg .tg-colo{font-weight:bold;background-color:#2f519a;color:#ffffff;text-align:center} .tg .tg-pror{color:#333333;text-align:right} </style> <table class="tg" style="undefined;table-layout: fixed; width: 403px"> <colgroup> <col style="width: 251px"> <col style="width: 101px"> <col style="width: 101px"> <col style="width: 101px"> </colgroup> <tr> <th class="tg-iuc6">Metric </th> <th class="tg-colo">EVO1 Gross</th> <th class="tg-iuc6">EVO1 Net 2.0%</th> <th class="tg-iuc6">S&P 500 </th> </tr> <tr> <td class="tg-i0og">Annualized Rate of Return </td> <td class="tg-stfo">15.55%</td> <td class="tg-pror">13.22%</td> <td class="tg-pror">8.69%</td> </tr> <tr> <td class="tg-i0og">Cumulative Return</td> <td class="tg-stfo">1170%</td>% <td class="tg-pror">788%</td> <td class="tg-pror">333%</td> </tr> <tr> <td class="tg-i0og">Standard Deviation (mo.) </td> <td class="tg-stfo">4.16%</td> <td class="tg-pror">4.16%</td> <td class="tg-pror">4.05%</td> </tr> <tr> <td class="tg-i0og">Loss Standard Deviation (mo.) </td> <td class="tg-stfo">-2.99%</td> <td class="tg-pror">-2.91%</td> <td class="tg-pror">-3.80%</td> </tr> <tr> <td class="tg-i0og">Sortino Ratio (mo.), (Citi 3 mo.TB)</td> <td class="tg-stfo">0.46</td> <td class="tg-pror">0.38</td> <td class="tg-pror">0.21</td> </tr> <tr> <td class="tg-i0og">Maximum Drawdown</td> <td class="tg-stfo">-23.9%</td> <td class="tg-pror">-25.02%</td> <td class="tg-pror">-51.0%</td> </tr> <td class="tg-i0og">Maximum Drawdown Recovery Period</td> <td class="tg-stfo">17 months</td> <td class="tg-pror">19 months</td> <td class="tg-pror">37 months</td> <tr> <td class="tg-i0og">Up Capture vs. Market</td> <td class="tg-stfo">90.68%</td> <td class="tg-pror">84.21%</td> <td class="tg-pror">100%</td> </tr> <tr> <td class="tg-i0og">Down Capture vs. Market </td> <td class="tg-stfo">47.16%</td> <td class="tg-pror">51.68%</td> <td class="tg-pror">100%</td> </tr> <tr> <td class="tg-i0og">Alpha vs. Market</td> <td class="tg-stfo">10.77%</td> <td class="tg-pror">8.42%</td> <td class="tg-pror">0%</td> </tr> <tr> <td class="tg-i0og">Beta vs. Market </td> <td class="tg-stfo">0.47</td> <td class="tg-pror">0.48</td> <td class="tg-pror">1.00</td> </tr> </table> Link to comment
Jolsonphotography Posted February 28, 2020 Share Posted February 28, 2020 Hey there, it almost looks like the "%" before the table is in it's own text block, have you tried removing it from the page using the edit tools? Here's the code I'm seeing when I inspect it: Link to comment
tuanphan Posted February 28, 2020 Share Posted February 28, 2020 Add to Home > Design > Custom CSS to remove % div#block-yui_3_17_2_1_1579144196023_14532>div { visibility: hidden; } div#block-yui_3_17_2_1_1579144196023_14532>div style, div#block-yui_3_17_2_1_1579144196023_14532>div table { visibility: visible; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
margaretamartin Posted May 1, 2020 Share Posted May 1, 2020 There's an extra "%" sign on a line of code. It's in the line after "Cumulative Return": <td class="tg-i0og">Cumulative Return</td> <td class="tg-stfo">1170%</td>% Remove that and the errant percent before the table will be gone! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.