|
|
Welcome to our Graphic Design Forums! Your Design Forums has active graphic design forums where community members discuss graphic design related topics.
|
|
|
|
|||||||
![]() |
|
Thread Tools | Display Modes |
|
|
#1 |
|
Intern
Join Date: Jun 2008
Posts: 1
|
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 |
|
|
|
|
|
#2 |
|
Intern
Join Date: Jun 2008
Posts: 19
|
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! |
|
|
|
|
|
#3 |
|
Designer
Join Date: Dec 2007
Location: Toronto, ON, Canada
Posts: 80
|
if we could see the code it might help, but it is most likely what designhide said.
|
|
|
|
|
|
#4 |
|
Turtle of all trades
Join Date: Jun 2008
Location: NY
Posts: 2
|
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 |
|
|
|
|
|
#5 |
|
Web Designer
Join Date: Jan 2008
Location: London
Posts: 329
|
Try removing all the 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 08:52 AM. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|