Go Back   Free website templates > Community Center > Give and Get Help

Closed Thread
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 04-23-2009, 03:58 PM
Junior Member
 
Join Date: Apr 2009
Location: Central VA
Posts: 2
kentsstoregal is on a distinguished road
Default Request For Help

I am using one of the templates...

http://www.freewebsitetemplates.com/preview/template6/

This makes a great first page. I am trying to edit it so that all additional pages include the left column but the center column is wider so that there will be no right column. I am having difficulty with 2 things.

1. the box (border) around the column is pushing against text
2. the length is not relative (I would like it be the determining factor to the length of the overall page without having to tweak the left column each page)

I am hoping someone understands what I am trying to do.

Any help would be appreciated.

Kents Store Gal
  #2 (permalink)  
Old 04-26-2009, 11:57 AM
ishkey's Avatar
Mod - Designer
 
Join Date: Aug 2007
Location: ishkey.com
Posts: 3,502
ishkey will become famous soon enough
Default

Leave out of the html page the section called "RIGHT SIDEBAR "
Look in the css file for #page_rightcol note the setting "width : 185px;"
Then find #page_maincol width setting
I added the two widths together (574) and found it was short on the right so I made the width, #page_maincol to be "width : 560px;"
But if I keep this ID at this width then all pages will be wider, so I created a second ID named #page2_maincol
Code:
#page2_maincol {
 margin-left : 14px;
 width : 560px;
 float : left;
}
Now in every page I want just the 2 columns I call <div id="page2_maincol">

You will have to adjust all other classes and id's to expand the rest of the items. It would be alot simpler to create an new stylesheet just for this and call it from the head section. Name it something like pagetwo.css or twocolumn.css. Does this help?
Attached Images
 
__________________

MySite
  #3 (permalink)  
Old 04-27-2009, 07:58 AM
Junior Member
 
Join Date: Apr 2009
Location: Central VA
Posts: 2
kentsstoregal is on a distinguished road
Default

Yes. I was able to do that. Thank you.
  #4 (permalink)  
Old 04-27-2009, 01:43 PM
ishkey's Avatar
Mod - Designer
 
Join Date: Aug 2007
Location: ishkey.com
Posts: 3,502
ishkey will become famous soon enough
Default

Glad we could be of help.
Keep us informed as to your progress and don't forget to post your site in the review section when you get ready, you will get good feedback.
If you can help others, by all means please do so.
__________________

MySite
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 05:01 AM.