Jump to content
  • 0

Из вертикали в горизонталь


styleroom
 Share

Question

Еще раз привет. По этому коду

<div id=recentpost> 
<div id=recentposttitle><h3>Последние сообщения</h3></div>
<ul>
<?php query_posts('showposts=4&offset=1');?>

<?php while (have_posts()) : the_post(); ?>
<li><a href="<?php the_permalink() ?>" rel="bookmark" title=" Перейти к сообщению: <?php the_title(); ?>">
<?php the_title(); ?></a></li>
<?php endwhile; ?>

</ul>
</div>

заголовки последних сообщений выводятся в вертикальном столбике = vertikal.jpg

а как сделать чтобы они отображались вертикально? Рыться в php коде или править CSS-ку?

Link to comment
Share on other sites

9 answers to this question

Recommended Posts

  • 0
так как - пример помог?

я ну специалист - это относительно и верстаю с учебником в свернутом окне по адресу htmlbook.ru )) не все же в голове держать

пока не парюсь - над другим тружусь

Link to comment
Share on other sites

Guest
This topic is now closed to further replies.
 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