User Profile

Collapse

Profile Sidebar

Collapse
rotorio
rotorio
Last Activity: Jan 2 '09, 11:25 PM
Joined: Dec 26 '08
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • rotorio
    replied to css hover inside html tags
    It works with all the other css styles. I just need it:)

    An example of random css styles inside html tag, try it. It works.

    Code:
    <html>
    <body>
    <p style="color: red; font-weight: bold; margin-left: 50px;">Some words</p>
    </body>
    </html>
    See more | Go to post

    Leave a comment:


  • rotorio
    started a topic css hover inside html tags

    css hover inside html tags

    Hi, i have a little problem. I can't make it work:
    Code:
    <a href="blabla.php" style="hover:color:red;">blablabla</a>
    How to type this hover property inside html tag correctly?
    Yes I know how it works in stylesheets but in this case I must use it without stylesheets.

    Thanks in advance.
    See more | Go to post

  • rotorio
    replied to word wrapping in php comment script
    in PHP
    Is there any possibility to make a limit of charackters for every word?
    See more | Go to post

    Leave a comment:


  • rotorio
    replied to word wrapping in php comment script
    in PHP
    I have tried to use this function before:

    Code:
    <?php
    $text = "A very long woooooooooooord.";
    $newtext = wordwrap($text, 8, "\n", true);
    
    echo "$newtext\n";
    ?>
    But it worked not properly. The result was messy. The text was wrapped but the original text which was not wrapped was still here. Also it was wrapped in the wrong line. Besides, every line...
    See more | Go to post

    Leave a comment:


  • rotorio
    replied to word wrapping in php comment script
    in PHP
    I must have wrong described my problem. I mean if the word is very long that it runs out of div width, I want it to be wrapped to the next line. To be cut in two pieces. Yes it wraps short words automatically:)
    See more | Go to post

    Leave a comment:


  • rotorio
    started a topic word wrapping in php comment script
    in PHP

    word wrapping in php comment script

    Hi, I am new to php and I am trying to edit one free comment script to fit my needs. The last thing left is to make a word wrapping in comment <div>. It musn't be hard but because I lack understanding in it i have failed to do it myself. I have tried to use many functions but any of them did a job. I must have used them in the wrong way. This is the link of full script code: Comment Form Script Tutorial (It's free too!)

    Here...
    See more | Go to post
No activity results to display
Show More
Working...