Jump to content

dcart

New Members
  • Posts

    5
  • Joined

  • Last visited

    Never

Profile Information

  • Gender
    Not Telling

dcart's Achievements

Newbie

Newbie (1/5)

0

Reputation

  1. awesome! Thank you! I hate to do this again but what about making the title bigger. How can I change the font size?
  2. [!--quoteo(post=379226:date=Jun 1 2006, 10:16 PM:name=poirot)--][div class=\'quotetop\']QUOTE(poirot @ Jun 1 2006, 10:16 PM) [snapback]379226[/snapback][/div][div class=\'quotemain\'][!--quotec--] I'd need to know how this title is stored in the database or whatever it is its storing method to give you an answer. Anyways... To change it's color, you must use normal HTML/CSS, like: <a style="color: white"... [/quote] The code for title that you gave me works very nicely, it displays exactly what I wanted. As to the color, can I use the folowing? (I would like to use a color numbe #660000) echo "<a style="color: #660000" href='$PHP_SELF?id=$therow[id]'>Read $therow[title]</a>..."; Thank you so much for your help!
  3. One more question, how can make that title to be a certain color? (different than everything else on the site) Thank you! echo "<a href='$PHP_SELF?id=$therow[id]'>$therow[title]</a>...";
  4. Thank you for such a prompt asnwer! I'm sorry for not being too detailed, I'm really clueless with PhP. I wanted the title to have the same link as the "Read.." Is that what the code you just gave me will do? The title is a title of an article. Thank you!
  5. I have the following code and I would like the title to be a link not only the "Read.." section but I can't seem to get it work. Is it doable? Thank you in advance! { echo "<b>"; printf($therow["title"]); echo "</b><br><i>"; printf($therow["date"]); echo "</i><br>"; printf($therow["summary"]); echo "<br><a href=\"$PHP_SELF?id="; printf($therow["id"]); echo "\">Read</a>..."; echo "<br><br>"; }
×
×
  • 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.