Search results

  1. J

    PHP: Trimming the text in a link?

    Hello yahoo answers. PHP noob here. I am building a webpage and would like to trim how big the links for forum post are... I am displaying recent forum post on my side bar, but sometimes, the titles are too long and need trimming. For example... A titles post like: Hey guys I love yahoo...
  2. J

    CSS class in a PHP link?

    Hello there. I'm trying to edit the style in a PHP code, can someone offer any help? The code is: "<a href=\"$urlPath/viewtopic.php?f=$row[forum_id]&t=$row[topic_id]&p=$row[post_id]#p$row[post_id]\" TARGET=\"_blank\">" . $row["topic_title"] . "</a> I would like to have the equivalent...
Back
Top