|
|
||||||||
Need help with modifying TemplateThis is a discussion on Need help with modifying Template within the Mambo Templates forums for Mambo. |
![]() |
|
|
Thread Tools |
|
|
#1 |
|
Mambo Supporter
Join Date: Jun 2008
Location: Australia
Posts: 164
|
Need help with modifying Template
i have managed it right up to now. but i have 2 black lines on the right & left sides of my content tag i have tried every trick in the book that i know off to remove them no luck. can anyone help me also i would like to stretch the template from the bottom, left & right hand sides so there are no spaces
|
|
|
|
|
|
#2 |
|
Mambo Master
Forum Admin
Join Date: Jul 2008
Posts: 1,410
|
Re: Need help with modifying Template
Care to post a link to your site, and maybe tell us which template you're using.
__________________
Tom |
|
|
|
|
|
#3 |
|
Mambo Supporter
Join Date: Jun 2008
Location: Australia
Posts: 164
|
Re: Need help with modifying Template
Originally Posted by mamtom
http://dosvault.rorboy1983.com/
i am attempting to modify the bubble template |
|
|
|
|
|
#4 |
|
Mambo Master
Forum Admin
Join Date: Jul 2008
Posts: 1,410
|
Re: Need help with modifying Template
A simple fix would be to change the background color of that spacer:
Code:
td.greyline {
width: 0px;
background: #333333;
}
This really isn't a Mambo question, since you're tweaking a third party template. Do yourself a favor and download the (free) Web Developer template for the Firefox browser. That would allow you to easily and quickly figure out the parameters of each element on the page.
__________________
Tom |
|
|
|
|
|
#5 |
|
Mambo Supporter
Join Date: Jun 2008
Location: Australia
Posts: 164
|
Re: Need help with modifying Template
Originally Posted by mamtom
ok i removed this code
td.left_shadow { width: 18px; background: url(../images/shadow_left.png) repeat-y; } td.right_shadow { width: 18px; background: url(../images/shadow_right.png) repeat-y; } td.left_bot_shadow { width: 18px; height: 40px; background: url(../images/shadow_left_bot.png) no-repeat; } td.right_bot_shadow { width: 18px; height: 40px; background: url(../images/shadow_right_bot.png) no-repeat; } now i am getting a grey background i wish to stretch the template to cover the greyness i am quite unsure how to do this. any help will be appreciated. i can't do this without help thanx |
|
|
|
|
|
#6 |
|
Mambo Master
Forum Admin
Join Date: Jul 2008
Posts: 1,410
|
Re: Need help with modifying Template
Rorie,
I gave you the quick fix, but you've changed other stuff. Please remember that this is a Mambo support forum, and the template you're playing around with is from a third party. You need to contact the third party vendor for help with modifying the template. Alternatively, as I've suggested, download the Web Developer add-on for the Firefox browser, and use this to identify which code and css defines the various elements on the page.
__________________
Tom |
|
|
|
|
|
#7 |
|
Mambo Supporter
Join Date: Jun 2008
Location: Australia
Posts: 164
|
Re: Need help with modifying Template
Originally Posted by mamtom
i have emailed the template author over a week later no reply so i am forced to come back here the web developer add-on doesn't help me much i have gone thru the code & cannot find the code that allows me to stretch the template so that i do not have a grey background on my left & right positions. i would appreciate it if somebody could take a look & instruct me or maby even prehaps fix the problem for me. any takers?
|
|
|
|
|
|
#8 |
|
Mambo Master
Forum Admin
Join Date: Jul 2008
Posts: 1,410
|
Re: Need help with modifying Template
1. The css defining the grey background: Code:
#page_bg {
height: 100%;
background: #999999;
padding: 0;
margin-bottom: 1px
Code:
<table id="main" class="minimal" width="809"> Code:
<td class="left_shadow"> <img width="18" height="1" src="http://dosvault.rorboy1983.com/templates/bubble/images/spacer.png"/>
__________________
Tom Last edited by mamtom; 17-12-2009 at 08:17 AM. |
|
|
|
|
|
#9 |
|
Mambo Supporter
Join Date: Jun 2008
Location: Australia
Posts: 164
|
Re: Need help with modifying Template
i have had some help elsewhere so this thread is over & done with
|
|
|
|
![]() |
| Bookmarks |
| Thread Tools | |
|
|
| New To Site? | Need Help? |