lpxxfaintxx Posted November 15, 2006 Share Posted November 15, 2006 Ok, so I designed a little something in Fireworks and then saved as HTML with slices and imported into Dreamweaver. This is my normal step. It imports into Dreamweaver like a table.My problem is that when the main part stretches down instead of the cell that I want to stretch down the cell on top of it does.[quote]________________________________|1|MAIN PART OF TABLE | --|MAIN... ||2|MAIN |________________________________[/quote]When I add a lot of text to the main part, I want cell 1 to stay the same height while cell 2 stretches. Any help? Link to comment https://forums.phpfreaks.com/topic/27386-some-basic-html-help-with-tables/ Share on other sites More sharing options...
fenway Posted November 15, 2006 Share Posted November 15, 2006 I'm not sure I understand your example. Link to comment https://forums.phpfreaks.com/topic/27386-some-basic-html-help-with-tables/#findComment-125267 Share on other sites More sharing options...
DeathStar Posted November 22, 2006 Share Posted November 22, 2006 Ummm... Dont understand your example butt..It should prob be something like this:[code]<table border="1" cellpadding="1" cellspacing="2"><td width=20>Download</td><tr><td width=50>Download</td></table>[/code] Link to comment https://forums.phpfreaks.com/topic/27386-some-basic-html-help-with-tables/#findComment-128508 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.