1
ssmddan
Make the center block on the Mylinks index page only span two columns.
  • 2004/6/15 22:05

  • ssmddan

  • Just popping in

  • Posts: 6

  • Since: 2004/6/6 2


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.

2
tjnemez
Re: Make the center block on the Mylinks index page only span two columns.
  • 2004/6/15 23:52

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


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.

3
ssmddan
Re: Make the center block on the Mylinks index page only span two columns.
  • 2004/6/16 2:57

  • ssmddan

  • Just popping in

  • Posts: 6

  • Since: 2004/6/6 2


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?

4
tjnemez
Re: Make the center block on the Mylinks index page only span two columns.
  • 2004/6/16 3:08

  • tjnemez

  • Home away from home

  • Posts: 1594

  • Since: 2003/9/21


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?


5
ssmddan
Re: Make the center block on the Mylinks index page only span two columns.
  • 2004/6/16 4:14

  • ssmddan

  • Just popping in

  • Posts: 6

  • Since: 2004/6/6 2


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.

Login

Who's Online

134 user(s) are online (91 user(s) are browsing Support Forums)


Members: 0


Guests: 134


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits