Welcome to our Graphic Design Forums! Your Design Forums has active graphic design forums where community members discuss graphic design related topics.
The Best of WordPress Freelance Folder Sub-Studio Design Blog Go Web Admin UPrinting.com Design Hide




Go Back   Graphic Design Forums > Web Design Forums > General Web Design Discussion

Reply
 
Thread Tools Display Modes
Old 06-27-2008, 08:15 PM   #1
Snore
Intern
 
Join Date: Jun 2008
Posts: 1
Default Dreamweaver and Slicing (ADOBE)

simple question but its bothering me and i dont know why its happening... Alright i am creating a personal website used photoshop and sliced the image up the way i wanted it. But now when i go in to dreamweaver and try to turn one of my slices that contains something i want to put a url to eveything shifts sizes and spreads out a little bit and throws off my entire design... any suggestions as to what i am not doing right?

sorry if it sounds confusing
Snore is offline   Reply With Quote
Old 06-29-2008, 06:21 PM   #2
designhide
Intern
 
Join Date: Jun 2008
Posts: 19
Default

hmm.... i used to have that problem a long time ago, i would check your attributes for margin, padding, width, and height.

but, on another note, I would suggest against image slicing your website... it will be hard to update and change.

take the time to learn the basics of CSS (its quite easy) and start using background images and div tags!

good luck!
__________________
DesignHide Profile ||| Projects ||| Photos
designhide is offline   Reply With Quote
Old 06-29-2008, 09:27 PM   #3
UpandUp
Designer
 
Join Date: Dec 2007
Location: Toronto, ON, Canada
Posts: 80
Default

if we could see the code it might help, but it is most likely what designhide said.
UpandUp is offline   Reply With Quote
Old 07-21-2008, 02:18 PM   #4
a3on
Turtle of all trades
 
Join Date: Jun 2008
Location: NY
Posts: 2
Default

My husband is setting up the website for me, and it is driving us insane that we can't get rid of those random gaps and lines. we used to be able to find a solution, but since we replaced one of the buttons it did something funky that we just couldn;t figure out, so we gave up. If anyone could help us, that would be greeeaat as it looks very unprofessional to be an illustrator etc and have a crappy website. The website is www.a3on.dk

thanks in advance!

~a3on
The Turtle Shop
a3on is offline   Reply With Quote
Old 07-22-2008, 09:40 AM   #5
Aarlev
Web Designer
 
Aarlev's Avatar
 
Join Date: Jan 2008
Location: London
Posts: 343
Default

Try removing all the &nbsp; tags in the code. Sometimes a <br /> after an image also sorts out gaps in Table layouts. Don't ask me why . Also try to avoid rowspan and colspan as it usually creates gap problems. Wrap everything inside tables instead. Make sure they all have cellpadding="0" and cellspacing="0".

I.E:

<table cellpadding="0" cellspacing="0">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
</table>

<table cellpadding="0" cellspacing="0">
<tr>
<td></td>
</tr>
</table>


Instead of:

<table cellpadding="0" cellspacing="0">
<tr>
<td></td>
<td></td>
<td></td>
</tr>
<tr>
<td ="colspan="3"></td>
</tr>
</table>



Ideally you should stay fra away from tables and DW. But if you're just doing this one site it's a bit much to learn XHTML/CSS just for that.

Hope that helps.
__________________
//PORTFOLIO\\

Last edited by Aarlev : 07-22-2008 at 09:52 AM.
Aarlev is offline   Reply With Quote
Reply


Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -5. The time now is 05:33 PM.

 

Contact Us | Advertise | Archive | Resources |

My Other Websites

Graphic Design Resources | T Shirt Blog | How to Start a Clothing Line | Design Gallery| PSD to HTML Reviews

Our Friends

3DS Max and Photoshop Tutorials | Vandelay Design | Urban Art and Design | Online Printing | Blog.SpoonGraphics | Free Vectors

| Digg for Designers | Web Design Blog

Design by: vBulletin Skins Zone Powered by vBulletin® Version 3.6.8
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.1.0