Jump to content
Sign in to follow this  
erick

difficulties in editing a page

Recommended Posts

erick

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">xxx.jpg</td> <td width="400px"><div style="vertical-align:text-top"> text text text text</div></td> <td width="280px">xxx.jpg</td> </tr> </tbody> </table> link: http://ipjesuscristo.ch/v2/igrejas

Share this post


Link to post
Share on other sites
catrina

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

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">igreja.jpg</td> <td style="vertical-align: text-top;" width="400px"> <div style="vertical-align: text-top;">xxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxx</div> </td> <td width="280px">google.jpg</td> </tr> </tbody> </table>

Share this post


Link to post
Share on other sites
erick

sorry! <table border="0" cellpadding="0" cellspacing="0" style="width: 940px;"> <tbody> <tr> <td width="240px">xxx.jpg</td> <td style="vertical-align: text-top;" width="400px"> <div style="vertical-align: text-top;">xxxxxxxxxxxxxxxxxxxx xxxxxxxxxxxxxxxxxxxx</div> </td> <td width="280px">xxx.jpg</td> </tr> </tbody> </table>

Share this post


Link to post
Share on other sites
Andrew

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

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

ok, thanks... just change it to: `

`

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

Sign in to follow this  

×