Best of joomla gives you news, joomla templates, tutorials and websites about Joomla , FireBoard and FireMessage official page.
| No account yet?   |
Welcome, Guest
Please Login or Register.    Lost Password?
FireBoard Manual Latest release discussions Download FireBoard
Remove borders from images? (1 viewing) (1) Guest
Go to bottom Favoured: 0
TOPIC: Remove borders from images?
#56205
Remove borders from images? 3 Months, 3 Weeks ago  
All images are shown with the attribute border=5

To check out what I mean, look here:

schmatzler.de/index.php?option=com_fireb...5&Itemid=145#765

I simply would delete such things from the CSS, but I can't find it anywhere! I tried the webdeveloper toolbar, but it just shows me the class .fbsignature, there is nothing with borders.

Anybody an idea how to get this away?
schmatzler (User)
Schmatzler.de!
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 444438969 Gender: Male schmatzler Schmatzler.de schmatzler schmatzler schmatzler@googlemail.com Location: Germany Birthdate: 1989-09-11
Logged Logged
 
 
The administrator has disabled public write access.  
#56207
Re:Remove borders from images? 3 Months, 3 Weeks ago  
Did you look the Joomla Template CSS file too?
racoon (User)
FB Core Team
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#56208
Re:Remove borders from images? 3 Months, 3 Weeks ago  
To find out that type of information I would try using the Firebug Firefox Plugin.
Check out http://getfirebug.com/.
Its great for quickly finding out any CSS info amoungst many other things
ravegearau (User)
Fresh Boarder
Posts: 18
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 397649931 Gender: Male ravegearau Check out Ravegear.com.au! ravegear msn@ravegear.com.au ravegearau Location: Brisbane, Australia
Logged Logged
 
Check out www.ravegear.com.au :: Ravegear.com.au - Bringing Back The PLUR!
 
The administrator has disabled public write access.  
#56211
Re:Remove borders from images? 3 Months, 3 Weeks ago  
Add the selector. For instance.

img {border:none;}
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#56213
Re:Remove borders from images? 3 Months, 3 Weeks ago  
grinchy wrote:
Add the selector. For instance.

img {border:none;}


What do you mean with this?

Oh man, I can't find it I searched in the CSS of my menu, in the CSS of my template and in Fireboards CSS. Nothing with border: 5, just some 1px-borders.

Ahhhh!
schmatzler (User)
Schmatzler.de!
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 444438969 Gender: Male schmatzler Schmatzler.de schmatzler schmatzler schmatzler@googlemail.com Location: Germany Birthdate: 1989-09-11
Logged Logged
 
 
The administrator has disabled public write access.  
#56222
Re:Remove borders from images? 3 Months, 3 Weeks ago  
I didn't tell you to search for it. I said add it. As in "Add it to your CSS". More than like this value is set in your Joomla template and you can change it there. It is probably NOT in your FB CSS so you have to add it.
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#56229
Re:Remove borders from images? 3 Months, 3 Weeks ago  
find this file: com_fireboard/sources/interpreter.fireboard.php

line 335:
remove
Code:

border='5'


cheers
danialt (Admin)
BoJ Team
Simplicity
Administrator
Posts: 957
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
Logged Logged
 
Best Of Joomla Team
FireBoard Project Manager
 
The administrator has disabled public write access.  
#56232
Re:Remove borders from images? 3 Months, 3 Weeks ago  
Stuff like that should NOT be in the code.
grinchy (User)
Senior Boarder
Posts: 355
graphgraph
User Offline Click here to see the profile of this user
Logged Logged
 
The administrator has disabled public write access.  
#56234
Re:Remove borders from images? 3 Months, 3 Weeks ago  
grinchy wrote:
Stuff like that should NOT be in the code.
yes, sir!
danialt (Admin)
BoJ Team
Simplicity
Administrator
Posts: 957
graphgraph
User Offline Click here to see the profile of this user
Gender: Male Birthdate: 1978-05-25
Logged Logged
 
Best Of Joomla Team
FireBoard Project Manager
 
The administrator has disabled public write access.  
#56298
Re:Remove borders from images? 3 Months, 3 Weeks ago  
Okay, next time I'll search the other files too
schmatzler (User)
Schmatzler.de!
Junior Boarder
Posts: 20
graphgraph
User Offline Click here to see the profile of this user
ICQ#: 444438969 Gender: Male schmatzler Schmatzler.de schmatzler schmatzler schmatzler@googlemail.com Location: Germany Birthdate: 1989-09-11
Logged Logged
 
 
The administrator has disabled public write access.  
Go to top