Please can any one tell me how and where i can change the look of this block or
where coding of this block is saved.
Block is in picture. attached
Please can any one tell me how and where i can change the look of this block or where coding of this block is saved. Block is in picture. attached |
Hi if you want to do this by your seflt Download Friebug for Firefox Download Firebug here >>> http://getfirebug.com/ Thanwhen you have Firebug right click the block with your mouse on the box select Impect Element templates/base/general.css or common.css
.disignBoxFirst
{
background-color:transparent;
background-repeat:repeat-x;
border:1px solid #CCCCCC;
margin-bottom:10px;
position:relative;
}
you can design your own image
Post Reply - if you going to help - No for - bla bla bla bla |
I just tried this and almost mess up my site. I guess you would have to know how to write codes What's that falling? its a bird, its a plane, oh wait its Facebook |
Isn't this kind of dangerous? I just went to a website and mess there html and it messed it there site but I restored it.This to me is dangerous What's that falling? its a bird, its a plane, oh wait its Facebook |
I never say add the code
I say use firebug so you can see where to edit the code like in general.css or common.css Post Reply - if you going to help - No for - bla bla bla bla |
@UFO360
I didn't add the code, what i did was change the code in someone else site and it work. My point is this firebug is a problem. Anyone can mess with someone else site. This makes me real nervous What's that falling? its a bird, its a plane, oh wait its Facebook |
@UFO360
I didn't add the code, what i did was change the code in someone else site and it work. My point is this firebug is a problem. Anyone can mess with someone else site. This makes me real nervous No you can't. Firebugs local editing is just that. Local. It only messes with the page you're looking at and only firefoxes local cached copy. To make any changes permanent you have to apply them to the servers files. So it's just a misunderstanding of what firebug is and how to use it. https://www.deanbassett.com |
@UFO360
I didn't add the code, what i did was change the code in someone else site and it work. My point is this firebug is a problem. Anyone can mess with someone else site. This makes me real nervous No you can't. Firebugs local editing is just that. Local. It only messes with the page you're looking at and only firefoxes local cached copy. To make any changes permanent you have to apply them to the servers files. So it's just a misunderstanding of what firebug is and how to use it. I know that are you guys reading my post or wat I say use firebug to look where you have to go to edit the general.css or common.css on templates/base/css
and he want to change the look so the code where he got the mouse pointing is
.disignBoxFirst
{
background-color:transparent;
background-repeat:repeat-x;
border:1px solid #CCCCCC;
margin-bottom:10px;
position:relative;
}
I never say you firebug to edit yu template firebug help you where to go in your fiels and wat code to edit
Post Reply - if you going to help - No for - bla bla bla bla |
You guys are absolutely correct. I also realize it makes a great editing tool What's that falling? its a bird, its a plane, oh wait its Facebook |
Hi if you want to do this by your seflt Download Friebug for Firefox Download Firebug here >>> http://getfirebug.com/ Thanwhen you have Firebug right click the block with your mouse on the box select Impect Element templates/base/general.css or common.css
.disignBoxFirst
{
background-color:transparent;
background-repeat:repeat-x;
border:1px solid #CCCCCC;
margin-bottom:10px;
position:relative;
}
you can design your own image
Thanks sir. I did it and find the code. Can you tell me where code of this <div is uved i.e in phpbb we usually use <div in templet file lke ViewForum_body.html but i am unable to find these code in Member.php for bonex can you please help me i have searched in forum but no success. Regards how can i edit coding of this box. i mean php coding. |
You guys are absolutely correct. I also realize it makes a great editing tool Yea is a beautiful tool help you a lot to find stuff you want to edit in your site or you can change the code and see the preview in your site with out editing nothing in files if you like how looks you can edit the files Post Reply - if you going to help - No for - bla bla bla bla |