Witaj Gościu! ( Zaloguj | Rejestruj )

Forum PHP.pl

> Jak rozciągnąć linki?
lukaschemp
post
Post #1





Grupa: Zarejestrowani
Postów: 2
Pomógł: 0
Dołączył: 1.09.2006

Ostrzeżenie: (0%)
-----


Jak rozciągnąć linki w jednej linii na całą długość by były w równych odstępach?

Mam tak w pliku:

  1. <?php
  2. $info_box_contents = array();
  3. $info_box_contents[] = array('text' => BOX_HEADING_INFORMATION);
  4.  
  5. new infoBoxHeading($info_box_contents, true, true);
  6.  
  7. $info_box_contents = array();
  8. $info_box_contents[] = array('text' => '<a href="' . tep_href_link(FILENAME_SHIPPING) . '"> ' . BOX_INFORMATION_SHIPPING . '</a>' .
  9.  '<a href="' . tep_href_link(FILENAME_PRIVACY) . '"> ' . BOX_INFORMATION_PRIVACY . '</a>' .
  10.  '<a href="' . tep_href_link(FILENAME_CONDITIONS) . '"> ' . BOX_INFORMATION_CONDITIONS . '</a>' .
  11.  '<a href="' . tep_href_link('loyalty.php', '', 'NONSSL') . '" > Program Lojalnościowy</a>' .
  12.  '<a href="' . tep_href_link(FILENAME_CONTACT_US) . '"> ' . BOX_INFORMATION_CONTACT . ' </a>');
  13.  
  14. new infoBox($info_box_contents);
  15. ?>
Go to the top of the page
+Quote Post

Posty w temacie


Reply to this topicStart new topic
2 Użytkowników czyta ten temat (2 Gości i 0 Anonimowych użytkowników)
0 Zarejestrowanych:

 



RSS Aktualny czas: 23.08.2025 - 18:31