Guys, I used photoshop slices to make clickable menu, then I edited it using HTML editor. But after upload it to hosting, I got gaps in every slices. I already checked cellpadding it's already 0. What else can I do to solve the problem? I'm not expert in HTML so I need an advice whether I did something wrong. Here is the code for your reference. Thanks in advance
You cell padding has to be zero and all the borders have to be zero. It is not clear to me what authoring tool you are using. If you are not doing so already, you should employ a CSS editor that uses style sheets. I use a free one called kompozer. If you do not have a lot of experience with css then what you do is download an authoring tool that works with css and then play around editing some free templates created with style sheets. after a while you will learn it.
I think you used the photoshop export opton, tables are really bad to use and really bad practice, learn html and converting those slices into a css stylesheet and it will look really nice! but it will take time, also remove the padding if you dont want to learn
Well, I don't know how to use CSS I use Pagebreeze HTML editor to edit the html page. I use photoshop save for web. Well, everbody suggest css. Maybe I should learn it Really? How can I see it?