Re: Adding <body style="padding: 3px"> tag automatically

  •  10-07-2008, 1:18 AM

    Re: Adding <body style="padding: 3px"> tag automatically

    I just tried the demo, put in a 3x2 table with text in each cell. it added padding upon hitting save
     
    here is the html is produced:
     
    <html>
        <head>
        </head>
        <body style="padding: 3px;">
            <table width="500" border="0" cellpadding="2" cellspacing="2">
                <tbody>
                    <tr>
                        <td> fdsg fdsgfd<br />
                        </td>
                        <td> sdf g<br />
                        </td>
                        <td>fdsgfd <br />
                        </td>
                    </tr>
                    <tr>
                        <td>  gfds gfds<br />
                        </td>
                        <td>  gfds<br />
                        </td>
                        <td>  sgfds<br />
                        </td>
                    </tr>
                </tbody>
            </table>
        </body>
    </html>    
       
        

    I have also just installed cute editor on another website and it is adding the padding on there too.
     
    Sorry I have taken so long to reply but I have been busy and the client has been away, therefor not looking at the site ;)
     
    Thanks Adam.
View Complete Thread