Question
"InnerHTML" in PHP?
How would I use PHP to copy the filename into the alt
attribute? For
example,
<img
src="a-really-long-filename-that-I-also-want-to-use-without-hyphens.jpg"
alt="<?php echo("WHATTHEHECKGOESHERE?"); ?>">
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
example,
<img
src="a-really-long-filename-that-I-also-want-to-use-without-hyphens.jpg"
alt="<?php echo("WHATTHEHECKGOESHERE?"); ?>">
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================
