Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Table Question (macromedia) 1

Status
Not open for further replies.
Code:
<td height="3243"


buffalo.gif

 
[lol]
[tt]
Did I confused you????
Perhaps this will make it a bit more clear
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<title>Untitled Document</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<link href="JediMasterspage.css" rel="stylesheet" type="text/css">
</head>

<body>
<table width="100%" border="1">
  <tr> 
    <td width="13%" rowspan="2" bgcolor="#333333">Logo to go here</td>
    <td height="34" colspan="4" bgcolor="#000000"><font color="#CCCCCC">Hypnosis, 
      NLP, Body Language, Jedi Mind Tricks, Mind Control, Social Psychology, Poker</font></td>

  </tr>
  <tr> 
    <td width="17%" height="23" bgcolor="#999999"><a href="index.htm">Home</a></td>
    <td width="18%" bgcolor="#999999">Techniques</td>
    <td width="13%" bgcolor="#999999">Books</td>
    <td width="39%" bgcolor="#999999">Forum</td>
  </tr>

  <tr> 
    [b][highlight #FF99FF]<td height="3243"[/highlight] [/b]colspan="5"><table width="100%" border="1" align="center" class="unnamed1">
        <tr> 
          <td colspan="2" bgcolor="#333333"><font color="#FFFFFF" size="6"><strong><u>JEDI 
            MASTERS </u></strong></font></td>
        </tr>
        <tr bordercolor="#CCCCCC" bgcolor="#FFFFFF" class="unnamed1"> 
          <td width="40%"><img src="arthur.jpg" width="150" height="180"></td>
          <td width="60%"><p><strong>Arthur Scargill </strong></p>
            <p>To start off with the list of Jedi Masters, the first two are from 
              the civil war of Great Britain in 1984. In the left corner and to

[/tt]


buffalo.gif

 
you know i dont see the gap -- ie6

Listen All I ask is that You close out a Post You Started!!!!
 
It looks likes he's been slowly working on it.

Code:
<table width="100%" border="1">
  <tr> 
    <td width="13%" rowspan="2" bgcolor="#333333">Logo to go here</td>
    <td height="34" colspan="4" bgcolor="#000000"><font color="#CCCCCC">Hypnosis, 
      NLP, Body Language, Jedi Mind Tricks, Mind Control, Social Psychology, Poker</font></td>
  </tr>
  <tr> 
    <td width="17%" height="23" bgcolor="#999999"><a href="index.htm">Home</a></td>
    <td bgcolor="#999999"><a href="Techniques.htm">Techniques</a></td>
    <td bgcolor="#999999"><a href="Books.htm">Books</a></td>
    <td width="29%" bgcolor="#999999">Forum</td>
  </tr>
  <tr> 
    [COLOR=blue orange][b]<td height="2798"[/b][/color] colspan="5"><div align="center"> 
        <table width="100%" border="1" align="center" class="unnamed1">
          <tr> 
            <td colspan="2" bgcolor="#333333"><font color="#FFFFFF" size="6"><strong><u>Jedi 
              Masters </u></strong></font></td>
          </tr>
          <tr bordercolor="#CCCCCC" bgcolor="#FFFFFF"
 
Height should never be used in table definitions, except in very rare occasions.

When in doubt, deny all terms and defnitions.
 
Chance1234, what are you confused about????????????

I have provided you twice with html code from your page showing you the value for the <td> height.

Notice any <td> values above what I highlighted and you will hopefuly undestand.

By the way, your problem has nothing to do with this being your first site with macromedia, it's has everything to do with knowing HTML.

[tt][sup]
qleft.gif
Be courteous and properly close your posts.
qright.gif

Thank you
[/sup][/tt]
 
Ok,

not wanting to sound funny but heighlighting a bit of code and nothing else. Doesnt exactly make it clear if it wernt for viol8on comment further down then id probanly still be confused.

I am more interested in getting familiarity with using dreamweaver rather than the html side (which im brushing up on), and i should of perhaps made it clear that in the asnwer i was looking for was more how to correct thr problem in dreamweaver.

for the record i corrected by doing the following

cutting the table out of the cell and changing the cell alignment properties off default to top, then pasted the table back into the cell.

anyway off to build some menu's


Chance,


Filmmaker, gentleman and pearls before swine fan

 
The important thing here is that you came here for an answer and found it. Glad you got it to work.

P.S. By the way, once you've mastered Dreamweaver and think about creating "Dynamic" more productive pages, stop by the ASP forum. We're always there to help.
 
NEVER rely completely upon a program such as Dreamweaver!!!

You always have to have an understanding of the underlying code. Once you understand the code, (you did say you were brushing up on HTML, that's good,) then you have a basis for understanding what Dreamweaver is doing to that code.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top