صفحة 2 من 2

?????? ??????? ?? ??? ???? ???? ???? ??????? ??? ???????

مرسل: الجمعة أغسطس 22, 2008 10:38 pm
بواسطة بدووي
???? ?????

?????? ??????? ??? ????? ??

??? ??? ???? ???????

????

????????????????????????????????????

?? ???? ?????

??? ???

12344545555775556835454354573745

????? ??? ???? ????? ???? ??? ???????? ??? ????

<<<<<<<<<<????? ??? ??

??? ????? ?? ???? subsilver2,?????? ??????? ???? ??? ???????

مرسل: الجمعة أكتوبر 03, 2008 10:43 am
بواسطة (M)
?? ????? ????? ???? ?? ???? ????? ?? ???

??? ????? ?? ???? subsilver2,?????? ??????? ???? ??? ???????

مرسل: الجمعة أكتوبر 03, 2008 7:55 pm
بواسطة TheIlluminative
??? ?????? ???? ???? ??? viewtopic_body.html? ???? ??:

كود: تحديد الكل

						<div class="postbody">{postrow.MESSAGE}</div>
??????? ??:

كود: تحديد الكل

						<div class="postbody" style="overflow: auto; max-width: 1000px;">{postrow.MESSAGE}</div>
?????? 1000 ??????? ???? ??????. ?? ?? ?????? ??????? ?? ???? ?????? ????????? ??? ? ?????? ???????.

??? ????? ?? ???? subsilver2,?????? ??????? ???? ??? ???????

مرسل: السبت أكتوبر 04, 2008 12:13 am
بواسطة (M)
??? ?? ???? ???? ???? ???? ??? ??? ???? ???? ????? ???

????? ??? ???? ????? ????? ????? ?? ??????? ????? ??????? ?????
http://www.phpbbarabia.com/community/vi ... 26#p158926

?????? ???? ????? ?????? ???? ??? ????? ??? ?? ???? ???? ????? ???? ?? ?????? ??

صورة
????? ?? ?????? ?? ????? ?????? ???? ????? ?? ?????? ??
http://www.w3schools.com/Css/pr_pos_overflow.asp
??????? ???? ??? ??????? ????? ???????

??? ???? ???? ???? ?? ?????? ?????? ??????? ?? ?????? ??? ?????? ?????? ?????? ?? ?????? ??? ??? ???????
??? ?????? ???? ????? ?????? ????
http://www.w3schools.com/PHP/func_string_wordwrap.asp

???? ?????? ?????

كود: تحديد الكل

<?php
  $String = "???? ?? ??? ??? ???? ?? ?? ???? ???????? ?? ??? ??? ???????
??? ??? ???? ???? ????? ???? ?????? ?? ?????"; /// ???? ?????? ???
  $text_length = 80; // ??? ?????? ?????? ??????
  if (strlen($String) > $text_length) {
  // ??? ??? ??? ???? ???? ?? ???? ?????? ????? ??? ??????
  $String = substr($String, 0, $text_length);
  // ?? ?? ???? ?????? ?? ??? ????? ?? ??????? ????? ???? ?????? ?????? ??????
  $String .= " ...";
  // ??? ??? ???? ??? ?????? ??? ??????
  }
  echo $String;
  // ???? ?????
  ///  ??????
  /// ???? ?? ??? ??? ???? ?? ?? ???? ???????? ?? ??? ??? ??????? ??? ??? ???? ???? ? ...
?> 
?????? ???

كود: تحديد الكل

// ???? ?????? ???? 
 function wordwrap2( $str, $width = 75, $break = '\n', $cut = true ) { 
  $str = html_entity_decode( $str ); 
  $out = wordwrap( $str, $width, $break, $cut ); 
  $out = htmlentities( $out ); 
  $out = str_replace( htmlentities( $break ), $break, $out ); 
  return $out; 
} 
$xx =9;// ??? ?????? ?? ?? ??? 
$str1 = "Examples of output for the average algorithm"; //???? ?????? ??????? 
$str =' <br /> '; // ??? ???? 
$str1 = wordwrap2($str1,$xx," $str" );// ????? ????? ??? ???? 
echo $str1; // ????? ???????  
??? ???? ???? ?? ??? ?? ???? ???????? ?? ?? ???????? ?? ?? ?? ????? ????? ???

????? ???? ?? ???

??? ????? ?? ???? subsilver2,?????? ??????? ???? ??? ???????

مرسل: السبت أكتوبر 04, 2008 9:23 am
بواسطة TheIlluminative
???? ??? ????? ????? ????? ???? ?????? ?? ???? ????? ??? ???? ?? word-wrap ??? ??? ??????? ?? ????? ? ?? ???? ???? ???? ?? ???? ?? ??????? ????. ?? ????? ?? ???? ??? ???? ???? ?????? ???? ?? ??? ??????.

?? ???? ????? ?????? ?

??? ????? ?? ???? subsilver2,?????? ??????? ???? ??? ???????

مرسل: السبت أكتوبر 04, 2008 12:02 pm
بواسطة (M)
????? ???? ?????? ????? ?????? ??? ??? ???????? ???????? ?? ???? ???? ?????? ????? ????? ?? ???? ?????? ??????

??? ???? ??? ???? ??? ?????? ??? ??? ??? ?? ???? ??? ?? ???? ????? ?????? ???????? ?? ?????? ????

???? ?? ??? ??????? ?? ???? ????? ??? ?? ????? ????? ??? ???? ??? ?? ???? ?????? ???? ?????? ??????? ??? ????? ???????? !

??? ????? ????? ???? ?? ?????? ??????? ?????? ??? ???? ?? ???? ??? ????? ?????? ??? ???? ??? ?? ??????
???? ??? ???? ???? ??? ???????? ??? ?? ???? ??????? ??? ???????.

??? ?? ????? ???? ??? ????? ?? ????? ?????? ??????? ???? ??????? ??? ???? ?? ?? ???? ???? ?? ??? ?????
?? ???????? ?? ?? ?? ????? ???? ??? ????? ??? ???? ???? ????? ???????? .

????? ????????

??? ????? ?? ???? subsilver2,?????? ??????? ???? ??? ???????

مرسل: السبت أكتوبر 04, 2008 4:48 pm
بواسطة TheIlluminative
???? ?????? ???? ??? ?????? ?? ??? ?????? ??? ?? ?????? ? ?????? ??? ??????. ???? ??? ?? ???? ???????? ????? ? ???? ????? ??? . ???? ??????? ???? ??????? ?

??? ????? ?? ???? subsilver2,?????? ??????? ???? ??? ???????

مرسل: السبت أكتوبر 04, 2008 10:50 pm
بواسطة (M)
????? ??? ?? ??? ??????? ???? ????? ???? ???? ?? ???? ??????? ??? ?? ???? ????? Raimon ?? ?????? ?????? ??????

???? ?? ???? ??????? ????
http://www.phpbb.com/community/viewtopi ... &t=1222205

????? ????? ????? ??? ????? ??? ???? ?????? ????? ??? ??????? ?? ??????? ??

??? ????? ?? ???? ??? ??? ???? ???? ?? ??????? ??????? ... ???? ?? ??? ????