It appears you have not yet registered with DEVPPL. To register please click here... (it's fast, easy and free!)

Forum

Log In Sponsors
Board index Programming HTML Forum

seamless table images

seamless table images

Postby rxwillow on Fri Jan 28, 2005 1:50 pm

Hi all,

Im having a problem making my images seamless. I have a logo bar that is supposed to seamlessly combine with the menu bar. I have them set up in tables. The tables are set to the same width and height of my image and the cell border is set to "0" but im still getting a line in between the tables. Is there something im forgetting?

Thanks
rxwillow
 
Posts: 7
Joined: Tue Dec 28, 2004 2:02 pm

Postby Malcolm on Fri Jan 28, 2005 11:45 pm

Try this:
Code: Select all
<style type="text/css">
table {
border-spacing: 0 0;
border-collapse: collapse;
border: none;
}
</style>
Image
User avatar
Malcolm
100+ Club
 
Posts: 198
Joined: Thu Oct 07, 2004 9:53 pm
Location: Ontario, Canada

Postby ReFredzRate on Sat Jan 29, 2005 8:45 am

Stylesheets should indeed solve your problem. There's quite a lot of information on CSS on w3schools.
ReFredzRate
1000+ Club
 

Postby dafunkymunky on Thu May 05, 2005 10:23 am

why dont you try out adding these to you tabe tags

cellpadding="0"
cellspacing="0"

if this is not it i think it woul;d be better if you post the codee or the link to the page and what exactly you wanna do
--------DAFUNKYMUNKY--------
::THE::NECESSARY::[D]EVIL::
....errr i mean munky....
User avatar
dafunkymunky
100+ Club
 
Posts: 183
Joined: Fri Apr 08, 2005 7:32 am
Location: India

Postby kevind_2007 on Wed Jul 06, 2005 2:44 am

Have you tried it in Dreamweaver? Just enter Layout mode and drag the borders to the desired size, keep inserting images and keep repeating the process. Then preview in IE or FF. I always do that..
User avatar
kevind_2007
50+ Club
 
Posts: 55
Joined: Tue Nov 02, 2004 3:18 pm
Location: South Carolina


Who is online

Users browsing this forum: No registered users and 5 guests