Jump to content
  • 0

border-right [help!]


donkrat
 Share

Question

<table width="900" border="0" align="center" cellpadding="00" cellspacing="0">
<? include("blocks/header.php"); ?>
<tr>
<td width="200" valign="top" style="border-left: 1px solid #000000; border-right: 1px solid #000000;">
<table width="95%" border="0" cellspacing="0" cellpadding="00" align="center">
<? include("blocks/lefttd.php"); ?>
</table></td>
<td width="700" valign="top" style="border-right:1px solid #000000;"><? echo $myrow['text']; ?></td>
</tr>
<? include("blocks/footer.php"); ?>
</table>

Вот такой код. Никакие стили не подключены. Восьмая строка - сама ячейка. Правой границы как будто не существует.

Link to comment
Share on other sites

5 answers to this question

Recommended Posts

  • 0
<table width="900" border="0" align="center" cellpadding="00" cellspacing="0">
<? include("blocks/header.php"); ?>
<tr>
<td width="200" valign="top" style="border-left: 1px solid #000000; border-right: 1px solid #000000;">
<table width="95%" border="0" cellspacing="0" cellpadding="00" align="center">
<? include("blocks/lefttd.php"); ?>
</table></td>
<td width="700" valign="top" style="border-right:1px solid #000000;"><? echo $myrow['text']; ?></td>
</tr>
<? include("blocks/footer.php"); ?>
</table>

Вот такой код. Никакие стили не подключены. Восьмая строка - сама ячейка. Правой границы как будто не существует.

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

Link to comment
Share on other sites

  • 0
Вот такой код. Никакие стили не подключены. Восьмая строка - сама ячейка. Правой границы как будто не существует.

И что нам этот код даст? Какие гениальные выводы мы должны сделать из него?

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