![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Once again this is a question re: my discography site, which is perpetually in progress. It pertains to both HTML and CSS, and possibly JavaScript, so this seems like the right group. Front page: http://idrastall.home.comcast.net/ CSS: http://idrastall.home.comcast.net/gong.css [...] 4. Set white-space: nowrap on the left <td> ... This is what I've done. The left side is initally the width of the longest line of text, but once the right side fills up, it tries to squish over, finds it can't, and retains the same width. So that's the answer ... except it breaks if you increase the font size. What happens is the left side gets wider and wider, squishing the right side more and more. [...] An easy solution is to add display:block and overflow:hidden to the |
|
Possibly switching from a table to <div>s for layout? I've never had luck doing that before, and a coder I respect once told me he'd start using <div>s for layout when they work as well as tables. So far I've not seen them doing so. That's like saying I'll eat apples when they taste like pomegranates. |
#3
| |||
| |||
|
|
That's like saying I'll eat apples when they taste like pomegranates. Your coder friend has not adapted very well to the WWW medium. |
|
Your page could be very easily converted to use HTML and CSS to achieve the same layout. |
![]() |
| Thread Tools | |
| Display Modes | |
| |