This is a discussion on "slicing help plz!" within the Graphics and 3D section. This forum, and the thread "slicing help plz! are both part of the Design Your Website category.
|
|
|
|
|
![]() |
||
slicing help plz!
|
||
| Notices |
![]() |
|
|
LinkBack | Thread Tools |
|
#1
|
|||
|
|||
|
slicing help plz!
Hello,
After spending a whole week on a template. i have finally finished it!. I am new to slicing and i dont know any thing about it. I need help. Would appreciate it if some one helps me. I need to slice this urgently as every thing is ready as in webhosting and domain. This is what i've come up with: - ![]() Thanks a lot Cheers! Last edited by hasnain721; Aug 22nd, 2006 at 15:06. |
|
|
|
#2
|
|||
|
|||
|
Re: slicing help plz!
Nice design m8 but you haven't told us what software you're using, and the question you're asking covers rather a large topic depending on what you want to achieve from slicing.
I use PhotoShop CS (which includes ImageReady). If you use the same, go to 'Help / Photoshop Help'. In the new window, go to the left hand Nav Bar and select 'index' and the 'S' link. Then look at the 'Slice' entries for more info. The most basic suggestion I can offer is to have you select the 'Slice Tool' and use it to enclose the areas you wish to slice. You will see them appear as slices. If possible try to get the horizontal and vertical lines to line up. This isn't compulsory in any way but may eliminate optential problems further down the line. |
|
#3
|
|||
|
|||
|
Re: slicing help plz!
done!!
pretty simple than i thought lolz Thanks 4 ur help. Cheers! *Edit* So all i hav to do is link up the pages in dreamweaver right? |
|
#4
|
|||
|
|||
|
Re: slicing help plz!
Ahh, now I don't use Dreamweaver to tie 'em all together but, as I recall, there was another question on that topic in here a few days ago (maybe a couple of weeks). That should help ya.
Incidentally, I found slicing becomes much more powerful when you start to consider it in ImageReady. I rarely slice anything in PhotoShop now. If you're prepared to incorporate a little javascript into your pages you can create some surprisingly eye-catching effects. |
|
#5
|
|||
|
|||
|
Re: slicing help plz!
Quote:
All i did is that i saved a jpeg image from photoshop and then opened the jpg image; clicked on the edit in image ready button and started slicing! As for the javascript, which javascript do u recommend me to use for a travel agent's site? *Edit* Since we are talking about my site, this is my contact page: - ![]() i wanna know how to code this so that i can use it (i heard i need a script but i dunno how to use it in it.) Plz reply Thanks Last edited by hasnain721; Aug 22nd, 2006 at 23:55. |
|
#6
|
|||
|
|||
|
Re: slicing help plz!
ImageReady will prepare the javascript you need for you, when you 'save as optimised'. It will create an 'images' file for your slices and a mini html page from where you can cut and paste the bits you need.
|
|
#7
|
|||
|
|||
|
Re: slicing help plz!
I saved my sliced pages in the same way as u mentioned above and every thing got saved as a image. As for the contact page, how do i make it work?
|
|
#8
|
|||
|
|||
|
Re: slicing help plz!
What do you mean?
Quote:
Last edited by Legacy_Staff; Aug 23rd, 2006 at 21:51. |
|
#9
|
|||
|
|||
|
Re: slicing help plz!
okie...ic.....
and one more question m8(i knoe that iam bein anoyin) but i dunno y but the sliced html pages dont work very well. The home page works fine but other pages dont. At the moment, only three pages are running out of which two dont load properly: - http://www.imrastravels.com/hotels.html and http://www.imrastravels.com/contact.html while the homepage works fine. Plz reply. Thanks |
|
#10
|
|||
|
|||
|
Re: slicing help plz!
Ohhhhhhhhhh dear.
How much do you know about CSS? lol You need to position everything. (If you change something after you've save the optimised images, you'll need to re-save (I find it easier to delete the original html and image files to make sure there are no errant files there that shouldn't be. Make sure the sizes are correct and agree with your image sizes. (I reset my IR to save as CSS rather than html and then use an external CSS file linked to each page of the site using the images) Last edited by Legacy_Staff; Aug 24th, 2006 at 00:40. |
|
#11
|
|||
|
|||
|
Re: slicing help plz!
Hasnain,
The SiteGrinder Photoshop plug-in can do email forms and it supports both CGI mail forms as well as PHP. But the way it lays out forms is pretty much center-line vertical, not the flush-left two-column design you have. Here's an example of a form it created (top of page) along with what was typed into a Photoshop text layer to get that form: http://www.medialab.com/PWMenus/form...339/index.html Anyway, you could use the demo version of SiteGrinder to generate the PHP and general Form HTML/CSS for you, transfer that to your page, and then go into the CSS and modify it to match the two column design you are looking for. Chris Perkins http://www.medialab.com/sitegrinder |
|
#12
|
|||
|
|||
|
Re: slicing help plz!
Quote:
Hi Chris, This is what i have done: - firstly, i removed every thing except the text and generated a css document using site grinder. Then i manually sliced every thing (hiding the text layers) and saved it as xhtml. This is what the xhtml file says: - Quote:
|
|
#13
|
|||
|
|||
|
Re: slicing help plz!
Quote:
and this is what the css file of the text layers says: - Quote:
Now, how do i link them up together? I have tried importing the css file in dreamweaver but it aint working so i think that there is a problem with the error. Please correct me if iam wrong. Thanks. Hasnain Last edited by hasnain721; Oct 6th, 2006 at 21:13. |
|
#14
|
|||
|
|||
|
Re: slicing help plz!
Hasnain, Did you use SiteGrinder to output a form? That CSS looks like just plain old text layout to me? You need to name your layer something-form where -form tells SiteGrinder to make that text layer into a form. And the contents of the text layer need to follow a certain format. (see below) The |