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
How do i make totally clear boxes on myspace profile? HTML HELP plse?
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 "%26lt;style type="text/css"%26gt;" and "%26lt;/style%26gt;"
Good luck.
No comments:
Post a Comment