| Author |
Message |
vinc3nzo
Sergeant


Joined: Feb 28, 2003
Posts: 77
|
Posted:
Thu Apr 24, 2003 5:32 am |
  |
hey everybody.
I've hacked up the NukeNews theme to fit the style I want for my site. I am still a bit confused as to where some table widths are.
Basically, the news module seems to be in a cell that is at 100%. I want that cell to not have a width, so the right column will sit right against the news module when someone expands the whole site.
here is a link to my site, so you can see what i mean. http://unclestupid.com
If anyone has any thoughts or help, please respond. thanks! |
|
|
    |
 |
Imago
Captain


Joined: Jan 17, 2003
Posts: 629
Location: Europe
|
Posted:
Thu Apr 24, 2003 5:46 am |
  |
Change
td width="582"
to
td width="100%" |
|
|
    |
 |
vinc3nzo
Sergeant


Joined: Feb 28, 2003
Posts: 77
|
Posted:
Thu Apr 24, 2003 5:53 am |
  |
| Imago wrote: |
Change
td width="582"
to
td width="100%" |
which table? |
|
|
    |
 |
Imago
Captain


Joined: Jan 17, 2003
Posts: 629
Location: Europe
|
Posted:
Thu Apr 24, 2003 6:21 am |
  |
Since this is on the main page, so in story_home.html |
|
|
    |
 |
vinc3nzo
Sergeant


Joined: Feb 28, 2003
Posts: 77
|
Posted:
Thu Apr 24, 2003 6:41 am |
  |
well, i just tried that, but that doesnt do it.
the table is set to that size so the background image of the table doesn't repeat. it seems there is another table outside of the one set in story_home.html that needs to be adjusted. the cell is cet at 100% width, and it needs to be the 582, but i can't find teh correct table. |
|
|
    |
 |
Imago
Captain


Joined: Jan 17, 2003
Posts: 629
Location: Europe
|
Posted:
Thu Apr 24, 2003 8:30 am |
  |
Then remove the image or change it to vertical one. |
|
|
    |
 |
vinc3nzo
Sergeant


Joined: Feb 28, 2003
Posts: 77
|
Posted:
Thu Apr 24, 2003 10:13 am |
  |
yeah but that table isn't the table. if you sve the page locally, you can see that one table row, that the news stories are nested in, is 100% width. i think its that row that needs to be set to 582, thus compacting the size of the page.
i need to find that table.  |
|
|
    |
 |
Imago
Captain


Joined: Jan 17, 2003
Posts: 629
Location: Europe
|
Posted:
Thu Apr 24, 2003 10:39 am |
  |
Search for 582 in the NukeNews directory. |
|
|
    |
 |
vinc3nzo
Sergeant


Joined: Feb 28, 2003
Posts: 77
|
Posted:
Thu Apr 24, 2003 10:51 am |
  |
| Imago wrote: |
| Search for 582 in the NukeNews directory. |
acutally, right now its at 100%. i want it to be 582. i searched for 100% and found several, but took it out and didn't seem to change anything. |
|
|
    |
 |
Imago
Captain


Joined: Jan 17, 2003
Posts: 629
Location: Europe
|
Posted:
Thu Apr 24, 2003 11:19 am |
  |
Right now td was 582, while the caption contest table is 600. |
|
|
    |
 |
vinc3nzo
Sergeant


Joined: Feb 28, 2003
Posts: 77
|
Posted:
Thu Apr 24, 2003 11:44 am |
  |
when i expand or lessen the width of my browser window, caption contest, which is just a custom block.
what i did was save the front page and open it in dreamweaver, so i can have a better look at the tables... and it showed that center table column, of the table that covers the whole page, to be set at 100% |
|
|
    |
 |
|
|