FireBoard
Welcome, Guest
Please Login or Register.    Lost Password?
HTML-Editor Problem (1 viewing) (1) Guest
Go to bottom Post Reply Favoured: 0
TOPIC: HTML-Editor Problem
#108
H-Man (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
HTML-Editor Problem 6 Months, 3 Weeks ago Karma: 0  
Hallo!

I have a problem with JJ Absolut!

I will copy a table into the html-editor, than it is the picture you can see on attach!



But on the site it is so: http://www.spreadweb.de/content/view/24/43/

(distance between the tables...?)
 
Report to moderator   Logged Logged  
 
Last Edit: 2007/12/30 22:19 By H-Man.
  The administrator has disabled public write access.
#124
Andy (Admin)
Admin
Posts: 210
graphgraph
User Online Now Click here to see the profile of this user
Gender: Male
Re:HTML-Editor Problem 6 Months, 3 Weeks ago Karma: 5  
Look in the customize.css for the following style:

table.contentpaneopen td {
padding: 1px 10px 0 10px;
font-family:normal 11px/14px "Lucida Grande",Lucida,Arial,Helvetica,sans-serif;
}

You can remove the padding and it will fix the problem, this padding is used to make joomla's output a little tidier but should not effect anything without it.

The best option is to actually use specificity to set the padding on your table only to 0.

You can do this by adding a class (hostingpakete) to the table and using more specific css to tell the table not to use this above style.

table.contentpaneopen table.hostingpakete td {
padding: 0;
}
 
Report to moderator   Logged Logged  
 
  The administrator has disabled public write access.
#417
H-Man (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Re:HTML-Editor Problem 5 Months, 4 Weeks ago Karma: 0  
Hallo!

I have added Page Class Suffix: hostingpakete to the Static Content with the tables!
Now it is OK! (beacause it do not found the class...)

But when I write

table.contentpaneopen table.hostingpakete td {
padding: 1px 10px 0 10px;
}

to the customice.css, than nothing change. What must I do, to change the specificity.

It is uninteristing to write: padding: 1px 10px 0 10px; or padding: 0px...nothing change!
 
Report to moderator   Logged Logged  
 
Last Edit: 2008/01/23 12:41 By H-Man.
  The administrator has disabled public write access.
#419
H-Man (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Re:HTML-Editor Problem 5 Months, 4 Weeks ago Karma: 0  
I have it!

I must write

table.contentpaneopen-hostingpakete td{
padding: 1px 10px 0 10px;
}

to the customize.css

and under Page Class Suffix: -hostingpakete
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#420
H-Man (User)
Fresh Boarder
Posts: 14
graphgraph
User Offline Click here to see the profile of this user
Re:HTML-Editor Problem 5 Months, 4 Weeks ago Karma: 0  
And what must I write to change the table width to 150 px?

table.contentpaneopen-hostingpakete td{
padding: 1px 10px 0 10px;
width: 150px;
}

or

table.contentpaneopen-hostingpakete{
width: 150px;
}

do not change anything!
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
#423
stoker (Admin)
Admin
Posts: 533
graph
User Offline Click here to see the profile of this user
Gender: Male JoomlaJunkie Location: Cape Town, South Africa Birthdate: 1980-12-31
Re:HTML-Editor Problem 5 Months, 4 Weeks ago Karma: 6  
Hi H-Man,
Glad to hear you figured it out
Cheers,
Chris
 
Report to moderator   Logged Logged  
  The administrator has disabled public write access.
Go to top Post Reply
Powered by FireBoardget the latest posts directly to your desktop

Love Thy Favicon!

Click on a block to select it..