doushou9028 2013-10-01 02:42
浏览 54

添加指向使用photoshop开发的网站的链接

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.

  • 写回答

1条回答 默认 最新

  • drtppp75155 2013-10-01 03:29
    关注

    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.

    评论

报告相同问题?

悬赏问题

  • ¥15 基于卷积神经网络的声纹识别
  • ¥15 Python中的request,如何使用ssr节点,通过代理requests网页。本人在泰国,需要用大陆ip才能玩网页游戏,合法合规。
  • ¥100 为什么这个恒流源电路不能恒流?
  • ¥15 有偿求跨组件数据流路径图
  • ¥15 写一个方法checkPerson,入参实体类Person,出参布尔值
  • ¥15 我想咨询一下路面纹理三维点云数据处理的一些问题,上传的坐标文件里是怎么对无序点进行编号的,以及xy坐标在处理的时候是进行整体模型分片处理的吗
  • ¥15 CSAPPattacklab
  • ¥15 一直显示正在等待HID—ISP
  • ¥15 Python turtle 画图
  • ¥15 stm32开发clion时遇到的编译问题