erick 0 Report post Posted January 7, 2011 I have difficulties in editing a page, I created a html and <td> central text does not line up top. I've used valign = "top", marggem-top ... Here is the code: <table border="0" cellpadding="0" cellspacing="0" style="width: 940px;"> <tbody> <tr> <td width="240px"></td> <td width="400px"><div style="vertical-align:text-top"> text text text text</div></td> <td width="280px"></td> </tr> </tbody> </table> link: http://ipjesuscristo.ch/v2/igrejas Share this post Link to post Share on other sites
catrina 103 Report post Posted January 7, 2011 Try adding this: <td valign="top" width="400"> (instead of <td width="400px"><div style="vertical-align:text-top">) Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
erick 0 Report post Posted January 7, 2011 Hello, I added what you told me, still has a problem, as I made the following html. Thanks link: http://ipjesuscristo.ch/v2/igrejas <table border="0" cellpadding="0" cellspacing="0" style="width: 940px;"> <tbody> <tr> <td width="240px"></td> <td style="vertical-align: text-top;" width="400px"> <div style="vertical-align: text-top;">xxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxx</div> </td> <td width="280px"></td> </tr> </tbody> </table> Share this post Link to post Share on other sites
erick 0 Report post Posted January 7, 2011 sorry! <table border="0" cellpadding="0" cellspacing="0" style="width: 940px;"> <tbody> <tr> <td width="240px"></td> <td style="vertical-align: text-top;" width="400px"> <div style="vertical-align: text-top;">xxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxx</div> </td> <td width="280px"></td> </tr> </tbody> </table> Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 7, 2011 Erick, We have your code, but we don't have an idea of what you're going for. Don't expect us to spend time guessing. Please simplify this, and ask very specific questions, so we can answer them. Share this post Link to post Share on other sites
erick 0 Report post Posted January 7, 2011 Sorry Andrew Powers, the following would be the middle column that will contain a text, add the text when it is at the bottom of the column and not at the top. I've tried every way using CSS to force the text to start at left and top. The site link above is in error and the html code, you can see that there is in the CSS source code. Please if it is not clear the error, I explain in more detail. Thanks Share this post Link to post Share on other sites
Andrew 207 Report post Posted January 8, 2011 ok, thanks... just change it to: `` Share this post Link to post Share on other sites
erick 0 Report post Posted January 8, 2011 ok, thanks... Share this post Link to post Share on other sites