vazash Posted May 3, 2006 Posted May 3, 2006 Hi guys, I have a site in which I have a banner with links (image links) one below the other. Something similar to the website templates that are out there. My problem is that I do not know how to go about slicing the images, calling them in a file and linking them to various pages. Can someone help me out please. This is very urgent.!! Thanks
rhodgkiss2001 Posted May 3, 2006 Posted May 3, 2006 I've only done it a couple of times but, you need software like, fireworks or photoshop to do things like that.. Frontpage may even do it.
vazash Posted May 6, 2006 Author Posted May 6, 2006 I've only done it a couple of times but, you need software like, fireworks or photoshop to do things like that.. Frontpage may even do it. I got all the software, but how do i go about doing it. Thanks
rhodgkiss2001 Posted May 10, 2006 Posted May 10, 2006 i used the tutorials which were very good and easy to follow. http://www.adobe.com/support/fireworks/tutorial_index.html
vazash Posted May 12, 2006 Author Posted May 12, 2006 i used the tutorials which were very good and easy to follow. http://www.adobe.com/support/fireworks/tutorial_index.html Hi Basically, I got how to slice up the images and save them separately, where i am stuck is calling them and linking into the php page. How do i do that?? Thanks
spax Posted May 12, 2006 Posted May 12, 2006 You can use the <?php echo tep_image(); ?> function to call them, just check any code where an image is called to see how. If you want to wrap them in an anchor tag, check the code from your header.php to see how to do that. If you want them set as a background, you need to make a new rule(s) in your stylesheet and call for it in the table you want them.
Recommended Posts
Archived
This topic is now archived and is closed to further replies.