Fri, 2004-02-13 05:42
Is it possible to define within CSS for a specific tag (let's say h2 text) to replace the individual characters of text with specific graphics?
I want to create a versitile collection of single character images that I want CSS to automatically equate to the text characters like this
IN HTML:
<h2>test<h2>
IN OUTPUT (pseudo)
<h2>{image-t.gif}{image-e.gif}{image-s.gif}{image-t.gif}<h2>
Am I grasping at a capability that are beyond the scope of CSS?
TIA
Sean Shrum
Fri, 2004-02-13 16:56
#1
Re: Text -> Text graphic replacement; Possible?
s_shrum wrote:
Am I grasping at a capability that are beyond the scope of CSS?
Yep! PHP or CGI scripting would work do that quite happily though.