| View previous topic :: View next topic |
| Author |
Message |
rxwillow
Joined: 28 Dec 2004 Posts: 7
|
Posted: Fri Jan 28, 2005 2:50 pm Post subject: seamless table images |
|
|
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 |
|
| Back to top |
|
 |
|
|
Malcolm 100+ Club

Joined: 07 Oct 2004 Posts: 199 Location: Ontario, Canada
|
Posted: Sat Jan 29, 2005 12:45 am Post subject: Re: seamless table images |
|
|
Try this:
| Code: |
<style type="text/css">
table {
border-spacing: 0 0;
border-collapse: collapse;
border: none;
}
</style>
|
|
|
| Back to top |
|
 |
ReFredzRate 1000+ Club

Joined: 20 Aug 2004 Posts: 2186 Location: Netherlands
|
Posted: Sat Jan 29, 2005 9:45 am Post subject: Re: seamless table images |
|
|
| Stylesheets should indeed solve your problem. There's quite a lot of information on CSS on w3schools. |
|
| Back to top |
|
 |
dafunkymunky 100+ Club

Joined: 08 Apr 2005 Posts: 180 Location: India
|
Posted: Thu May 05, 2005 11:23 am Post subject: Re: seamless table images |
|
|
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 |
|
| Back to top |
|
 |
kevind_2007

Joined: 02 Nov 2004 Posts: 49 Location: South Carolina
|
Posted: Wed Jul 06, 2005 3:44 am Post subject: Re: seamless table images |
|
|
| 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.. |
|
| Back to top |
|
 |
|