954,606 Members — Technology Publication meets Social Media
Username:
Password:
Lost login information?
Have something to say? Contribute New Article Reply to this Article

Associate image with text.?

So I am making a Drupal website and was wondering what would be the best way of auto-adding images in front of certain phrases. like if someone types "press start" it will automatically add an image in front, like the Microsoft tutorials. No, I am not making a site for Windows support. Just want to know the best way of going about doing such things.

Is this post miscategorized? I didn't know where to post something like this. It's kinda a design thing.

epicrevolt
Junior Poster in Training
94 posts since Oct 2010
Reputation Points: 16
Solved Threads: 6
 
$message = str_replace("press start", "<img src='start.jpg'/>press start", $message);
MagicMedia
Junior Poster
149 posts since Jul 2010
Reputation Points: 20
Solved Threads: 35
 

Thank you! I knew it was probably something simple. I was just over-analyzing it a lot.

epicrevolt
Junior Poster in Training
94 posts since Oct 2010
Reputation Points: 16
Solved Threads: 6
 

This question has already been solved

Post: Markdown Syntax: Formatting Help
You
View similar articles that have also been tagged: