Is it possible to add a link to a site that had its template developed with Photoshop?
I know back in the day you would develop the template in Photoshop and then use a tool like Dreamweaver to add the links. I didn't think it was possible to add it through PHP dynamically.
Am I correct in this or have things changed? I ask because I have recently began a web development job and told my boss he could not add a link dynamically using PHP because his template was already designed in Photoshop.
Please help me clarify.
PS. I'm pretty sure some of you may down vote me or whatever but I am seriously inquiring.
It is definitely possible. I don't know what do you mean by template developed in Photoshop. Do you have an actual HTML code, or just use some cut of images? Using just images is really a bad idea. Site will take longer to load, users won't be able to copy text from your site, neither search engines would. And editing becomes a pain. But even in this case you can add links to an image, just using position:absolute;
for them.
But normally what you want to do is take a Photoshop file, cut the necessary images and use them for manually writing HTML and CSS. This is how many of the sites are created nowadays.