Jump to content
  • 0

Как прижать блок к правому краю страницы, а текст в блоке выровнять по левому краю


ХОЛОДный
 Share

Question

Добрый день. У меня есть таблица:

<html>
<body>
<table style="width:100%">
<tr>
<td style="width:33%"></td>
<td style="width:33%"></td>
<td style="width:33%">
<div><!--Надо прижать к правому краю страницы-->
<p>Привет,</p>
<p>Вася Пупкин, чемпион по хтмл!</p>
<p><img src="lol.jpg"/> вот твоя картинка</p>
</div>
</td>
</tr>
</table>
</body>
</html>

Мне надо сделать так, чтоб блок прижался к правому краю, а текст выровнялся по левому краю своей самой длинной строки.

Что делать?

Получилось, надо ДИВу написать:

<div style="clear: both;float:right;">

,

обернуть в еще один ДИВ и сказать ему float:left;

Link to comment
Share on other sites

2 answers to this question

Recommended Posts

  • 0

вроде как-то так!

td.right{

text-alight: right;

}

div#to_left{

text-alight: left;

}

<td style="width:33%" class="to_right">
<div id="to_left"><!--Надо прижать к правому краю страницы-->
<p>Привет,</p>
<p>Вася Пупкин, чемпион по хтмл!</p>
<p><img src="lol.jpg"/> вот твоя картинка</p>
</div>
</td>

Link to comment
Share on other sites

  • 0

Мне надо сделать так, чтоб блок прижался к правому краю, а текст выровнялся по левому краю своей самой длинной строки.

Что делать?

Получилось, надо ДИВу написать:

<div style="clear: both;float:right;">

,

обернуть в еще один ДИВ и сказать ему float:left;

text-align:left;

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy