/* The content of the posts (body of text) */

Support for IntegraMOD 141

Moderator: Integra Moderator

/* The content of the posts (body of text) */

PostAuthor: Blue-Blood » Mon Feb 09, 2009 11:30 pm

[code]/* The content of the posts (body of text) */body{background]

On most themes there is a margin of 10px around the whole theme!
I want to setup a left margin and right margin..

On the body and text line,
I removed "margin:10px;"
Added "leftmargin:50px; rightmargin:50px;"

This still adds 50px around the whole theme??
My ultimate goal is to add a image to both sides of the theme!
leftmargin: url(images/leftbg.gif) repeat-x;
rightmargin: url(images/righbg.gif) repeat-x;

What am I doing wrong?
Is this possable via .css??
Thanks!! <img>

Blue-Blood
Integra Member
Integra Member
 
Posts: 102
Likes: 0 post
Liked in: 0 post
Joined: Tue Jul 04, 2006 9:46 pm
Cash on hand: 0.00
Location: Louisville KY

Re: /* The content of the posts (body of text) */

PostAuthor: Helter » Tue Feb 10, 2009 12:26 am

Code: Select all
    body {    background]

you will have problems with this though because everything should be inside the body.
You should create a new table in overal_header.tpl
After
[code]<End>[/code]
Add
[code=html]  <table>     <tr>         <td> add your left stuff here</td>         <td>[/code]

in overall_footer.tpl
Before
[code]<Start>[/code]
Add
[code=html]           </td>         <td> add your right stuff here</td>     </tr></table>


in your template .css add

[code=css]#left {     width ]

Im sure youll have to add some fine tuning because I have not tried it and it may need a few tweeks
Always use Protection
Image


Please do not PM for support
User avatar
Helter
Administrator
Administrator
 
Posts: 4172
Likes: 1 post
Liked in: 1 post
Images: 0
Joined: Sat Mar 11, 2006 4:46 pm
Cash on hand: 207.75
Location: Seattle Wa
IntegraMOD version: IM 3

Re: /* The content of the posts (body of text) */

PostAuthor: Blue-Blood » Tue Feb 10, 2009 1:23 pm

Thank you very much!! :D

Blue-Blood
Integra Member
Integra Member
 
Posts: 102
Likes: 0 post
Liked in: 0 post
Joined: Tue Jul 04, 2006 9:46 pm
Cash on hand: 0.00
Location: Louisville KY


Return to IntegraMOD 141

Who is online

Registered users: No registered users