Fitness.com
Advertisement
Go Back   Sports Forum > Community > Graphics > General Photoshop Board

General Photoshop Board

Topics cover anything to do with Photoshop outside of those forums below.


» Current Poll
Best 5 club teams in history of Football:
Liverpool 1977-1978 - 100.00%
1 Vote
Real Madrid 1956-1960 - 0%
0 Votes
Juventus 1985 - 0%
0 Votes
Milan 1989-1990 - 100.00%
1 Vote
Ajax 1971-1973 - 0%
0 Votes
Santos 1962-1963 - 0%
0 Votes
Torinho 1940's - 100.00%
1 Vote
Ajax 1995 - 0%
0 Votes
Flamengo 1981 - 100.00%
1 Vote
Benfica 1961-1962 - 100.00%
1 Vote
Total Votes: 1
You may not vote on this poll.
» Stats
Members: 48,616
Threads: 84,986
Posts: 1,031,252
Top Poster: Rindalik (4,430)
Welcome to our newest member, kucoco
If you register for free, you will be able to post threads, vote on polls and lots more. If you have problems with the registration or logging in, please contact the administrator.

Reply
 
LinkBack Thread Tools Display Modes
Old 11-22-2003, 06:23 PM   Going from Photoshop to Dreamweaver... Post #1
Junior Member
 
Join Date: Nov 2003
Posts: 3
Rep Power: 0
optvision is on a distinguished road
Default Going from Photoshop to Dreamweaver...

Does anyone have a prefered method from going from Photoshop (save for web) to Dreamweaver and still maintain some sort of table layout? I can slice and dice my designs in Photoshop, but after I import the HTML file into Dreamweaver, there is no sort of table structure. Sure the HTML file displays the page and images, but I can't really do much with any text data on the page. Should I assume at this point that you must then create all of your tables? I keep hearing that it's easier to code straight HTML, but I spend so much time designing the page, that this can be very tedious, plus the learning curve. I know some template companies provide the PSD and the HTML, but I'm not sure if they are hand-coding the HTML. I would like to know the correct way to do this or how professional web designers accomplish this. Please Help!
optvision is offline   Reply With Quote
Old 11-22-2003, 09:10 PM   Going from Photoshop to Dreamweaver... Post #2
Senior Member
 
Join Date: Jun 2003
Posts: 230
Rep Power: 7
tranquil222 is on a distinguished road
Send a message via AIM to tranquil222
Default Going from Photoshop to Dreamweaver...

Hi, I use the save for web feature to save sliced .psds for my company's website. It's not a straightforward/easy method but here's what I do:
Slice up my image in Photoshop
Save for web
-Make sure that when you save, you say to save as .html and images
-Make sure that you have it create DIV tags
-Then save it in a folder in your web directory
Open the page in Dreamweaver and select all and copy
Paste it into your desired page
-What this is doing for you is creating the complex layout table that will house all of your images. Depending on how far or short in the directory structure is, all of your image links will be broken. To solve this, move all of your images where you want them and then get them to link.
Here is the easy way to get them to link
all of your images in your tables will be referencing /images/xxx.jpg. click on one of these images and find the correct source for it by dragging the crosshairs to the image in your site panel. It should show up in the table. So now you have in your code a correct link. If your layout is small, then you can do this for all of your slices. If not, do this:
Find and Replace. What you need to find is the directory structure that all of your images are referencing, most likely /images , and then replace that in the code with the correct directory structure, maybe ../images , or flowers/images . I personally do not like coding myself so what I do is this:

in code view, find the directory structure of a wrongly referenced image(ie, if you have /flowers/images/rhododendron.jpg and /flowers/images/beargrass.jpg, only copy ' /flowers/images/ ' and not the filename)
copy the code before that
put that in the "find" box in the find and replace box
in code view , find the directory structure of a correctly referenced image(ie, if you have /flowers/images/nwflowers/rhododendron.jpg and /flowers/images/nwflowers/beargrass.jpg, only copy '/flowers/images/nwflowers/ ' and not the filename)
copy the code before that
put that in the replace box in find and replace

this should fix your problem. hope this helped. i created the top banner of this website using this technique: www.vf-law.com
please ask anymore questions
tranquil222 is offline   Reply With Quote
Old 11-22-2003, 09:31 PM   Going from Photoshop to Dreamweaver... Post #3
Senior Member
 
Join Date: Jun 2003
Posts: 230
Rep Power: 7
tranquil222 is on a distinguished road
Send a message via AIM to tranquil222
Default Going from Photoshop to Dreamweaver...

I would say that getting to know a little HTML is going to be worth your while, because in Dreamweaver you're able to find and replace code or text in your entire site. For me this has proven an extremely useful tool.
tranquil222 is offline   Reply With Quote
Old 11-22-2003, 10:50 PM   Going from Photoshop to Dreamweaver... Post #4
Junior Member
 
Join Date: Nov 2003
Posts: 3
Rep Power: 0
optvision is on a distinguished road
Default Going from Photoshop to Dreamweaver...

Thanks allot for the information. When you refer to DIV tags, is that the information that you are copying and pasting into Dreamweaver? If so, doesn't this overwrite the existing HTML code or did I miss something? Also, how to setup the DIV tags within Photoshop as I have not seen this setting. Thanks!
optvision is offline   Reply With Quote
Old 11-23-2003, 02:25 AM   Going from Photoshop to Dreamweaver... Post #5
Senior Member
 
Join Date: Jun 2003
Posts: 230
Rep Power: 7
tranquil222 is on a distinguished road
Send a message via AIM to tranquil222
Default Going from Photoshop to Dreamweaver...

Well, if you're using windows and are primarily designing for a page that will be viewed in explorer, all of the default options for generating tables is fine. To see the HTML options, and some other options, go to "edit output settings".
tranquil222 is offline   Reply With Quote
Old 11-23-2003, 02:36 AM   Going from Photoshop to Dreamweaver... Post #6
Senior Member
 
Join Date: Jun 2003
Posts: 230
Rep Power: 7
tranquil222 is on a distinguished road
Send a message via AIM to tranquil222
Default Going from Photoshop to Dreamweaver...

div tags just make life a lot easier by setting attributes for other tags, and photoshop uses this tag to create its tables by default. poke around in the "edit output settings", there is a way to specify the name of the folder you want to save your images in, and also to not save them in a folder at all, you chose whats right for you. what are you working on?

tranquil222 is offline   Reply With Quote
Old 11-23-2003, 04:27 PM   Going from Photoshop to Dreamweaver... Post #7
Doc
Senior Member
 
Join Date: Oct 2002
Posts: 121
Rep Power: 8
Doc is on a distinguished road
Default Going from Photoshop to Dreamweaver...

Once you've sliced an image you want to add to your website with Photoshop, open Image Ready and choose File>save as. Select 'HTML and images' and save to a folder on your hard drive.

This creates a web page with your image within a table, borders set to '0' and a folder named 'images' that contain all the slices. Copy/paste the HTML page and image folder to the same directory (folder) for your web site and publish.

If you want your sliced image on an existing web page, you could copy/paste the html code created by Image Ready to the page you want. Copy all the code between the table parameters as my sample shows below:

<table border="0" cellpadding="0" cellspacing="1" height="76">
.
.
.
.
.
</table>

Just be sure your created 'image' folder is in the same directory as your copied table.

(I use Front Page 2002 for my web design)

Doc
Doc is offline   Reply With Quote
Old 11-23-2003, 05:30 PM   Going from Photoshop to Dreamweaver... Post #8
Senior Member
 
Join Date: Dec 2002
Posts: 249
Rep Power: 7
C9Mouse is on a distinguished road
Send a message via MSN to C9Mouse Send a message via Yahoo to C9Mouse
Default Going from Photoshop to Dreamweaver...

When you're finished with your design in Photoshop, then slice the image and open the Save for Web dialogue box. In this box you can assign formats, sizes, compression, etc., then what I always do is save the sliced images into a folder I created just for the task (which I named Save 4 Web).

After this I open Dreamweaver, then create a new file, and build my tables and cells according to the layout of the design I started in Photoshop. Into the cells where they go I insert the formatted graphics from the Save 4 Web folder where I stored them.

If you assign Photoshop as the main graphics editing program in Dreamweaver, then anytime you want to fix one of the graphics you can click the Edit button in the Property Manager and PS will open right up with that selected graphic on the worksurface.
C9Mouse is offline   Reply With Quote
Reply

Go Back   Sports Forum > Community > Graphics > General Photoshop Board

Bookmarks

Thread Tools
Display Modes


Similar threads to Going from Photoshop to Dreamweaver...
Thread Thread Starter Forum Replies Last Post
Frontpage/Dreamweaver
Frontpage/Dreamweaver: I need help: What is the best, easy and safe...
ljiljana General Photoshop Board 4 03-15-2006 07:14 AM
NVU - A replacement for Dreamweaver
NVU - A replacement for Dreamweaver: http://www.nvu.com/ and it's FREE!...
diarrhea General Photoshop Board 1 05-21-2005 06:24 PM
Questions on Dreamweaver
Questions on Dreamweaver: Working my way round it nicely but keep coming up...
sooty General Photoshop Board 2 06-14-2004 11:30 PM
PS and Fireworks to Dreamweaver
PS and Fireworks to Dreamweaver: Hi All! I've made some mock up pages in PS and...
kim123 General Photoshop Board 3 12-01-2003 06:28 PM
Autostretch in Dreamweaver and Photoshop
Autostretch in Dreamweaver and Photoshop: Dear friends: I've been reading up on...
Delphi123 The Pub 6 10-03-2003 07:56 PM

More threads of optvision
Thread Date Forum Replies Last Post
Going from Photoshop to Dreamweaver...
Going from Photoshop to Dreamweaver...: Does anyone have a prefered method from going...
11-22-2003 General Photoshop Board 7 11-23-2003 05:30 PM
Creating a 3d Book effect
Creating a 3d Book effect: Can anyone provide some help in creating a 3d...
11-21-2003 General Photoshop Board 1 11-21-2003 07:48 PM

Other threads in forum General Photoshop Board
Thread Date Thread Starter Replies Last Post
Lorem Ipsum
Lorem Ipsum: How do get the text to repeat for a template? ...
06-05-2006 SoccerCraze 2 06-07-2006 10:16 PM
Quick question...
Quick question...: i just got photoshop a couple of days ago... ...
05-12-2005 yahtzee. 2 05-15-2005 01:35 AM
RQ:text effect
RQ:text effect: How I can make that text effect: ...
12-08-2004 WBhost 5 12-09-2004 05:30 PM
New Logo
New Logo: I've been asked to create a medium-small logo...
11-15-2004 RCartledge 1 11-15-2004 10:27 PM
Was this achieved with Photoshop?
Was this achieved with Photoshop?: Hi everyone - this is my first post on these...
09-02-2004 sophie43 7 09-03-2004 11:08 AM

» Online Users: 33
1 members and 32 guests
ugg10uk
Most users ever online was 2,128, 07-21-2008 at 08:27 PM.

All times are GMT +1. The time now is 08:27 PM.


Powered by vBulletin® Version 3.8.3
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
Fitness.com | Weight Loss | Training & Fitness | BodyBuilding | Chinese | Spanish | French | Germany | Italian | Friend Codes |
You are viewing Going from Photoshop to Dreamweaver....