0
How can I change the width of the Data area and the comment box to be the same length as the cell? See Pic
Responses (6)
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
-
Accepted Answer
0Easiest way is to install the free firefox plugin, firebug. Then use it to inspect element. It makes finding the css and images super easy. It will tell you where the file is located and what class or image you are seeing. You can even make temporary changes to the code in real time in the browser to see what it would look like if you were to make changes to the files themselves.
ie, for the image above, firebug would show, images/back_album_data.png as the path, but you also might need to do some css modification to clean it up just right, which again firebug would be able to point you to the exact css code and let you play around with settings to see what it would look like before you actually made changes to the files. -
Accepted Answer
Your Reply
Please login to post a reply
You will need to be logged in to be able to post a reply. Login using the form on the right or register an account if you are new here.
Register Here »