Webmaster Forum

Lionsanime Directory   1,000 Directory Submissions   V7N Directory
Go Back   Webmaster Forum > Web Development > Web Design Lobby
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Web Design Lobby Forum for general web design issues not specific to scripting or graphics.

Reply
 
LinkBack Thread Tools Display Modes
Old 11-12-2007, 08:08 PM   #1 (permalink)
Contributing Member
 
Join Date: 11-12-07
Location: Markham
Posts: 53
iTrader: 0 / 0%
Latest Blog:
None

basslion is liked by many
Dreamweaver Cell Width's

I have a table split into 3 cells, the left cell will be for a button graphic, the right cell will also be for a button graphic. the middle cell i have inserted a 1 pixel wide clear image to create essentially a 1pixel wide space between my 2 buttons. However Dreamweaver will not allow me to close the walls of this cell tight against this 1 pixel clear shim, leaving a cell with a 1 pixel wide clear image and 3 pixels approx of open space.

Any help is greatly appreciated!

Matt
basslion is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 11-13-2007, 01:00 AM   #2 (permalink)
Contributing Member
 
Join Date: 09-03-07
Location: England
Posts: 394
iTrader: 0 / 0%
Latest Blog:
None

Boogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the roughBoogle is a jewel in the rough
Have you tried:

#leftcell
{
padding-right:0;
}

#rightcell
{
padding-let:0;
}

however you shouldn't be doing that anyway my friend, why make the server upload something when you don't have to? Just set the padding/margin properties correctly so it's how you want it.

Also make sure there are no borders:

border:0;

Also for the images if they are linked don't use

<img src="xxx" alt="xx" border="0" /> DO NOT USE BORDER = "0"

instead put this in your style sheet:

a img
{
border:0;
}

hope this helps
__________________
Price is what you pay... Value is what you get.
Boogle is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby

Reply



Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
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
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
why can i make 3px cell? zoran Coding Forum 6 06-12-2007 09:32 AM


Sponsor Links
Get exposure! Get exposure! Find Scripts Web Hosting Directory Get exposure! SEO Blog


All times are GMT -7. The time now is 02:53 AM.
© Copyright 2008 V7 Inc