SitePoint Sponsor |
|
User Tag List
Results 1 to 3 of 3
Thread: My eyes hurt... HTML Problem
-
May 27, 2002, 14:52 #1
- Join Date
- May 2002
- Location
- Montana
- Posts
- 129
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
My eyes hurt... HTML Problem
I've poured through my code and still cannot get the header (the word Products) to the top of the page.
Example Here: http://www.photowired.com/oriental/w...ucts/index.asp
You'll notice in the source code, that I even place a bogus 'height' tag in one of the table data tags. The final design will not have borders on the table... I just turned them on so you can see how the tables are setup.
Any ideas?
-- asterikx
-
May 27, 2002, 20:58 #2
- Join Date
- Oct 2001
- Posts
- 439
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
hmmmm. This is strange....
I had a play and this is my conclusion.
I got it to work by throwing in a value for the <td> at the bottom (around line 194)
I just set the height="300" and that pushed it to the top.
hope that helps.......
-
May 28, 2002, 11:19 #3
- Join Date
- May 2002
- Location
- Montana
- Posts
- 129
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Figured it Out!!
I finally figured out a solution. Painfully simple really...
Instead of giving the left cell a rowspan attribute I simply made the containing table two colums. In the right table I then added sub-tables to control the layout.
This seems to fix my problem. Thanks for your help MVD...
-- asterikx
Bookmarks