| Re: Make the center block on the Mylinks index page only span two columns. |
| by ssmddan on 2004/6/16 4:14:51 Thank you very much, that was exactly what i wanted to do, I changed these from 50% to 25% td#centerLcolumn {width: 25%; padding: 0px 3px 0px 0px;} td#centerRcolumn {width: 25%; padding: 0px 3px 0px 0px;} And i doubled the right column to from 170px to 340px td#rightcolumn {width: 340px; border-left: 1px solid #cccccc; font-size:12px;} you can see what it looks like at my site Accounting Info. |
| Re: Make the center block on the Mylinks index page only span two columns. |
| by tjnemez on 2004/6/16 3:08:57 well okay, you could do that with a 3 column layout, just assign diff widths ie: 50/25/25 this would be for content: mainleft #mainleft { width:50%; float:left; background:#fff; padding-bottom:10px; } this would be for left blocks maincenter #maincenter { width:25%; float:left; background:#fff; padding-bottom:10px; } this would be for right blocks mainright #mainright { width:25; float:left; background:#fff; padding-bottom:10px; } is that what you are thinking? |
| Re: Make the center block on the Mylinks index page only span two columns. |
| by ssmddan on 2004/6/16 2:57:22 Thank you very much for responding. Yes that is what im looking for i think. I want the the right menu to be two columns, do you or anybody else know how i could do that? |
| Re: Make the center block on the Mylinks index page only span two columns. |
| by tjnemez on 2004/6/15 23:52:51 your mylinks_index.html is not a block, it is a module. i do not understand what you want to display, but maybe you should be looking at a two colum - right menu layout. |
| Make the center block on the Mylinks index page only span two columns. |
| by ssmddan on 2004/6/15 22:05:18 I use MyLinks module as my default page, and I have the headlines block in the right column. I want to change the mylinks index block to span two columns (center left and center center), and the headlines block to span two columns also (center right and right). Does anyone know how I could do this? This is my site if you want to see how I have it setup now for reference Accounting-Info. |