Webmaster Forum


Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Coding Forum Problems with your code? Let's hear about it.

Sponsored Reviews   ClickBooth Network   V7N Directory

Reply
 
LinkBack Thread Tools Display Modes
Old 06-11-2007, 11:55 AM   #1 (permalink)
Junior Member
 
Join Date: 01-12-07
Posts: 27
iTrader: 0 / 0%
Latest Blog:
None

zoran is liked by many
why can i make 3px cell?

using dweaver i cant create a cell thats only 3px height!!
why? im trying to make a thin line between cells and i dont know how.
perhaps the correct question would be how do i make lines between cells?
zoran is offline  
Add Post to del.icio.us
Reply With Quote
Sponsored Links
SEO Hosting by HostGator  Advertise Here  Buy Blog Links
Old 06-11-2007, 02:00 PM   #2 (permalink)
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 17,965
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
Code:
<table class="style1" cellpadding="0" cellspacing="0" border="0"> <tr><td>ta da</td></tr> </table> style1 td { border: solid 1px #ffffff; }
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2007, 01:48 AM   #3 (permalink)
Junior Member
 
Join Date: 01-12-07
Posts: 27
iTrader: 0 / 0%
Latest Blog:
None

zoran is liked by many
this is the code and i want to have a thin line seperating the yellow cell withthe blue


<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<div align="center">
<table width="800" height="739" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30" rowspan="3">&nbsp;</td>
<td height="114" bgcolor="#006699">&nbsp;</td>
<td width="30" rowspan="3">&nbsp;</td>
</tr>
<tr>
<td height="30" bgcolor="#FFCC33">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</div>
</body>
</html>



thanx
zoran is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2007, 01:53 AM   #4 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,960
iTrader: 0 / 0%
Latest Blog:
None

Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
I couldn't find a color to fit in the current context so I changed the bg colors:

Quote:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body bgcolor="#FFFFFF" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

<div align="center">
<table width="800" height="739" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30" rowspan="3">&nbsp;</td>
<td height="114" bgcolor="#cccccc">&nbsp;</td>
<td width="30" rowspan="3">&nbsp;</td>
</tr>
<tr>
<td height="30" bgcolor="#808080" style="border-top: solid 3px #FF0000;">&nbsp;</td>
</tr>
<tr>
<td>&nbsp;</td>
</tr>
</table>
</div>
</body>
</html>
hth
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2007, 02:18 AM   #5 (permalink)
Junior Member
 
Join Date: 01-12-07
Posts: 27
iTrader: 0 / 0%
Latest Blog:
None

zoran is liked by many
wow thanx so mutch
zoran is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2007, 02:43 AM   #6 (permalink)
v7n Mentor
 
Costin Trifan's Avatar
 
Join Date: 04-13-07
Location: Romania
Posts: 2,960
iTrader: 0 / 0%
Latest Blog:
None

Costin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web proCostin Trifan is a highly respected web pro
no problem!

cheers!
Costin Trifan is offline  
Add Post to del.icio.us
Reply With Quote
Old 06-12-2007, 09:32 AM   #7 (permalink)
Empress™
 
chicgeek's Avatar
 
Join Date: 08-19-04
Location: York, UK
Posts: 17,965
iTrader: 0 / 0%
Latest Blog:
My Favourite Poem

chicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest orderchicgeek is a web professional of the highest order
Show off.
__________________
laura / chicgeek
soprano & web designer
laurakishimoto.ca
chıcgeeĸ @ flickr
chicgeek is offline  
Add Post to del.icio.us
Reply With Quote
Go Back   Webmaster Forum > Web Development > Web Design Lobby > Coding Forum

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
Cell phones Pimpen 2010 Forum Lobby 38 12-12-2005 02:27 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 09:35 PM.
© Copyright 2008 V7 Inc