If in firebug you changed "color: red" to "color: green", you need to find the file and line in the server that caused "color:red" in the browser and change it to "color:green".
If you have a basic HTML/CSS site, then firebug's URL for the style should end in the name of the file, say "http://<site>/stuff/ jordan.css". Edit jordan.css and change the color, upload the file and try the site. jjb On Mar 20, 10:53 am, Jordan <[email protected]> wrote: > I'm no Web designer. I'll get that out of the way now. I do, however, > have my own Web site and can do some basic things in html and css. > > However, I've never taught myself the most important step. > > Firebug is a fantastic tool. I just started using it a week ago, and > have made some great changes to my Web site that I would like to > implement. This is where my lack of Web-savviness comes into play. > > So, MY QUESTION: How do I implement the changes I make in Firebug onto > my site? I know this is probably a laughable question to most, but > again, my web skills are few and far between. I'm not sure if I have > to copy and paste the CSS to the CSS file that is on my FTP server or > what. > > I had a friend help me design the site, and I've been editing it with > a front-end editor (or whatever they're called... CMS?) Now, after > playing with Firebug, I've learned to do some nice changes that I > would like to implement permanently on my Web site. > > So, in short, how do I make the changes to my Web site that I'm making > on screen with Firebug? > (and again, sorry for such a novice question) --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Firebug" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/firebug?hl=en -~----------~----~----~----~------~----~------~--~---
