how do i make totally clear boxes on myspace profile? HTML HELP plse?
so the picture on background will show...it is a premade layout i want to change coding so the boxes are clear insead of gray...please help with HTML code
Public Comments
- Two things are required. First find where your main background is defined. It should look something like this: body { background: yourbackgroundhere } After "yourbackgroundhere," which might be an image or a color, add "! important", as in: body { background: yourbackgroundhere ! important } Then add this line somewhere: * { background: none ! important } This should be in a pair of tags that look like "<style type="text/css">" and "</style>" Good luck.
Powered by Yahoo! Answers