[Web Designers / CSS Guru's] need your help.

DaNGr

Veteran X
I am currently working on a design and was wondering if anyone knew the syntax to put in a CSS for editing the height between text. Meaning

---------------------------------------
Currently:

It

Looks

Like

This

In my table.

-------------------------------------

I want it to look like:
-------------------------------------
I
want it to
look like this.
 
Ok yeah.. I laughed but still ascoe you're an ass.

I did that to pull the effect of what it looks like in my table. I need to lower the height between the text.
 
Ok for some reason the spacing between the text is still

like this. I need it to be right under but nothing is working.
 
just tested:
cadaver's line-height works fine for normal text.
height works for table cells.

don't you think it would help if you gave us some of your code?
 
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Kamalama</title>
<style type="text/css">
<!--
body {
	background-color: #996633;
}
-->
</style></head>

<body>
<table border="0" cellpadding="0" cellspacing="0" width="609">
  <!-- fwtable fwsrc="design-rough.png" fwbase="design-rough.gif" fwstyle="Dreamweaver" fwdocid = "916754912" fwnested="1" -->
  <tr>
    <td><table align="left" border="0" cellpadding="0" cellspacing="0" width="609">
        <tr>
          <td><img name="designrough_r1_c1" src="images/design-rough_r1_c1.gif" width="494" height="25" border="0" alt=""></td>
          <td><img name="designrough_r1_c11" src="images/design-rough_r1_c11.gif" width="48" height="25" border="0" alt=""></td>
          <td><img name="designrough_r1_c12" src="images/design-rough_r1_c12.gif" width="67" height="25" border="0" alt=""></td>
        </tr>
    </table></td>
  </tr>
  <tr>
    <td><img name="designrough_r2_c1" src="images/design-rough_r2_c1.gif" width="609" height="30" border="0" alt=""></td>
  </tr>
  <tr>
    <td><table align="left" border="0" cellpadding="0" cellspacing="0" width="609">
        <tr>
          <td><img name="designrough_r3_c1" src="images/design-rough_r3_c1.gif" width="30" height="15" border="0" alt=""></td>
          <td><img name="designrough_r3_c3" src="images/design-rough_r3_c3.gif" width="43" height="15" border="0" alt=""></td>
          <td><img name="designrough_r3_c4" src="images/design-rough_r3_c4.gif" width="71" height="15" border="0" alt=""></td>
          <td><img name="designrough_r3_c7" src="images/design-rough_r3_c7.gif" width="91" height="15" border="0" alt=""></td>
          <td><img name="designrough_r3_c8" src="images/design-rough_r3_c8.gif" width="51" height="15" border="0" alt=""></td>
          <td><img name="designrough_r3_c9" src="images/design-rough_r3_c9.gif" width="51" height="15" border="0" alt=""></td>
          <td><img name="designrough_r3_c10" src="images/design-rough_r3_c10.gif" width="272" height="15" border="0" alt=""></td>
        </tr>
    </table></td>
  </tr>
  <tr>
    <td><img name="designrough_r4_c1" src="images/design-rough_r4_c1.gif" width="609" height="39" border="0" alt=""></td>
  </tr>
  <tr>
    <td><table align="left" border="0" cellpadding="0" cellspacing="0" width="609">
        <tr>
          <td width="24" background="images/design-rough_r5_c1.gif"><img name="designrough_r5_c1" src="images/design-rough_r5_c1.gif" width="24" height="18" border="0" alt=""></td>
          <td width="82" bgcolor="#BE8200"> </td>
          <td width="20" background="images/design-rough_r5_c5.gif"><img name="designrough_r5_c5" src="images/design-rough_r5_c5.gif" width="20" height="18" border="0" alt=""></td>
          <td width="455" bgcolor="#BE8200"><p>hi</p>
          <p>my</p>
          <p>text is still</p>
          <p>having way too much space on enter</p>
          <p>::(</p></td>
          <td width="28" background="images/design-rough_r5_c13.gif"><img name="designrough_r5_c13" src="images/design-rough_r5_c13.gif" width="28" height="18" border="0" alt=""></td>
        </tr>
    </table></td>
  </tr>
  <tr>
    <td><img name="designrough_r6_c1" src="images/design-rough_r6_c1.gif" width="609" height="88" border="0" alt=""></td>
  </tr>
</table>
</body>
</html>
 
website.GIF
 
stop using dreamweaver
it does gay shit, and the more you use it, the more effort you have to put in to stop it from doing gay shit

use something like SciTE (easy) or gvim (not so easy)
 
Back
Top