I've look at tutorials on htlmdog.com, and the ones provided by BYOND, but I can't find what I'm looking for.
body {font: 11pt "Arial";color:blue;background:#000000}
That's the CSS for my BYOND site, how do you change boarder color, outline color, and have back ground images, because I'm trying to make an awesome site like Xooxer's.
So, info, or a site link would be appreciated.
ID:276126
Jun 2 2005, 10:16 am
|
|
Jun 2 2005, 11:47 am
|
|
Keep reading the HTMLDog tutorials! Once you've finished those, then you'll be fully able to understand their CSS reference. HTMLDog has a good reference, but personally, I'd recommend the official one.
|
Digital Samurai wrote:
That's the CSS for my BYOND site, how do you change boarder color, outline color, and have back ground images, because I'm trying to make an awesome site like Xooxer's. If you see someone do something interesting on a BYOND member site, you can view the page source to see how they did it. |
In response to Deadron
|
|
Really? How I looked, but I didn't see anything?
|
In response to Digital Samurai
|
|
Digital Samurai wrote:
Really? How I looked, but I didn't see anything? If you go to a page like Xooxer's and View Source, you'll find toward the top a style tag like so: <style type='text/css'>#gender_image img { All the stuff from here until the closing style tag is the custom CSS he is using. |
In response to Deadron
|
|
Okay, thanks Ron.
|
I don't know if this was listed somewhere recently, but I learned CSS in general from W3 Schools. It's probably not much help with this specific problem by now, but it's a decent site.
http://www.w3schools.com/css/default.asp |