This thread is absolutely genius. I am also thankful for the kindness of those who are willing to share their knowledge of CSS/HTML. I am slightly skilled in the area, but I am not used to Gaia's way of styling things.
So perhaps someone here can answer one of my questions about CSS text styling? I have been working on my profile, (It is under construction as we speak. Feel free to look.) and I am having trouble with changing the bolding, italics, and underlining to the way I want them to be. I tried a code from one of my old layouts that I had made for VampireFreaks back in the day- a code I have also always used for web design- and it seems that it does not work for this site.
Could someone possibly tell me what I am doing wrong and/or if I am not using the right code for the site? Thank you so much for your time in reading my post. I hope it made a bit of sense. I have a terrible toothache, so I am currently on a pain pill at the moment. I digress. Here is the code:
B {COLOR: navy;
height:0px;
font-family:trebuchet ms;
font-size:8pt;
font-weight:normal;}
I {COLOR: #6699dd;
height:0px;
font-family:trebuchet ms;
font-size:8pt;
font-weight:none;
text-decoration: underline;
border-bottom: 2px dashed gray;}
U {COLOR: gray;
height:0px;
font-family:trebuchet ms;
font-size:10pt;
font-weight:normal;
border-bottom: 2px dashed #6699dd;}