• Free Domain Names with Yearly hosting

You are here: Home Joomla Joomla Forums

spacer
Welcome, Guest
Please Login or Register.    Lost Password?

Please help admin
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Please help admin
#321
Re:Please help admin 3 Years, 10 Months ago Karma: 14  
We shall double check the code, but there should be no reason as to why the javascript will not work outside of the mambot.
SimpleByDesign (Admin)
Moderator
Posts: 435
graph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1977-09-21
The administrator has disabled public write access.
 
#324
Re:Please help admin 3 Years, 10 Months ago Karma: 0  
I managed to get it working, thanks

how do I get rid of the gaps in between the tables, I thought it was border but Iv set it to 0

Thanks in advance
blakey87 (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#325
Re:Please help admin 3 Years, 10 Months ago Karma: 14  
Hi,

The other options table wise that affect layout as:

cellpadding
cellspacing

Or you may find that there is padding or margins at work as well.

Hope this helps
SimpleByDesign (Admin)
Moderator
Posts: 435
graph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1977-09-21
The administrator has disabled public write access.
 
#326
Re:Please help admin 3 Years, 10 Months ago Karma: 0  
Ok I sorted that, now finally how can I change the border for even and odd rows, Im editing the CSS, but it does'nt change<br><br>Post edited by: blakey87, at: 2008/04/16 00:00
blakey87 (User)
Fresh Boarder
Posts: 6
graphgraph
User Offline Click here to see the profile of this user
The administrator has disabled public write access.
 
#348
Re:Please help admin 3 Years, 9 Months ago Karma: 14  
Hi,

The table uses classes for the CSS, try editing the following to affect the lines of the table:
Code:


.eveCol{ 
  border-right: 1px solid #C1DAD7;
border-bottom: 1px solid #C1DAD7;
background: #fff;
padding: 6px 6px 6px 12px;
color: #4f6b72; }
.movCol{ 
background: #cccccc;
color: #797268; 
font-weight: bold;  
}
.oncCol{ background-color: #660066; }

.oddCol{ 
background: #F5FAFA;
color: #797268;
}


Hope this helps.
SimpleByDesign (Admin)
Moderator
Posts: 435
graph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1977-09-21
The administrator has disabled public write access.
 
Go to topPage: 12
Copyright © Simple By Design Limited