can someone help me with (.CSS) files

  • Thread starter oscarfulz
  • 5 comments
  • 929 views
well i was using this thing studio style or sumthing that had something to do with creating custom style sheets and i was wondering is there a way to make a backround transparent? well, i dont have the program anymore bc i uninstalled it, i was soo lost becuase i do not know alot about HTML and such, so basically can someone help me how to make a backround transparent? sorry if you dont get my question i will try to rephrase it if you need me to
 
well not the main webpage but for a chatte box in my xanga. the chatter box is a thing on top of my backround and i want the chatter box backround to be transparent so i can se the backround of the webpage.

sorry, i should have been more specific
 
Originally posted by oscarfulz
well not the main webpage but for a chatte box in my xanga. the chatter box is a thing on top of my backround and i want the chatter box backround to be transparent so i can se the backround of the webpage.

sorry, i should have been more specific
Google 👍
 
lol, that is my homepage and yes i have tried numerous searches but it seems the codes i find i guess, eithe rim doing something wrong and i save it as a css file and i upload it, and set the URL of where i uploaded it then check my chatter box, but there is no change. so i really dont know what to do with this CSS stuff and how it works
 
From your main HTML file, are you linking to the CSS file?

This goes in the head sectino of your HTML:
Code:
<link href="stylesheetgoeshere.css" rel="stylesheet" type="text/css" />

And this should really be in the Web Design forum.
 
Back