Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Programming. | 3 guests
Acmlm's Board - I2 Archive - Programming - CSS Trouble [code inside]
  
User name:
Password:
Reply:
 

UserPost
Xeolord
Posts: 2621/3418
I always use the xmp tag<xmp><font><table><etc>

But as you can see it doesn't come out nicely.

Weird that it didn't work, that's just how my layout is setup.
Keikonium
Posts: 1596/-2459
Ya, I know that you have to take them out.

You can always do this eh:

<<z>a href="blah">Insert Text Here</a>

That <z> will force HTML code to show up.

Anyway, I had tried what you said Xeo, but it didn't work. I tried it 2 ways also:

.keikonium a:active
a.keikonium:active

I had seen it done 2 ways on different sites, but neither worked. I guess I can live with white links. It's still better than that orange! So thanks everyone, it's working now!
Xeolord
Posts: 2605/3418
Originally posted by HyperHacker
Originally posted by Xeomega
<'style type="text/css"'> goes at the very top of your code, before anything else.

But without the 's.


I thought that was obvious ...
HyperLamer
Posts: 5565/8210
Originally posted by Xeomega
<'style type="text/css"'> goes at the very top of your code, before anything else.

But without the 's.
Xeolord
Posts: 2602/3418
<'style type="text/css"'> goes at the very top of your code, before anything else. Then put the ending style tag after ALL of your CSS.

Also, you'll need to place .keikonium before all your link declarations.

So, it would be like ...
.keikonium A:active
.keikonium A:link

And so on, hopefully that helps and works.
(that's how I have my layout setup, anyways)
Keikonium
Posts: 1588/-2459
I have finally gotten my new layout and I am having some CSS Problems. I have read thru a few sites (like this one: Css Links) but they don't seem to make sense to me.

Here is my layout code (the CSS):

.keikonium {
background: #000000 url('http://img.photobucket.com/albums/v326/keikonium/Post2.gif') no-repeat;
width: 629;
height: 330;
}
.keikonium .text {
font-family: verdana;
font-size: 10px;
font-weight: bold;
color: #B7FFB9;
width: 347;
height: 290;
position: relative;
left: 20;
top: 20;
overflow: auto;
scrollbar-darkshadow-color: #1D291E;
scrollbar-track-color: #654321;
scrollbar-face-color: #654321;
scrollbar-shadow-color: #654321;
scrollbar-3dlight-color: #1D291E;
scrollbar-highlight-color: #654321;
scrollbar-arrow-color: #1D291E;
filter: chroma(color=#654321);
}
.keikonium a {
color: #FFFFFF;
font-weight: bold;
text-decoration: none;
}
.keikonium a:hover {
text-decoration: underline;
}
.keikonium hr {
border: 1px solid #003300;
height: 1;
}
.keikonium blockquote {
border: 1px solid #000000;
padding: 2;
}
.keikonium links {
<style type="text/css">
A:link {text-decoration: none; color: #0099FF;}
A:visited {text-decoration: none; color: #0066FF;}
A:active {text-decoration: none; color: #0033FF;}
A:hover {text-decoration: underline overline; color: #0000FF;}
</style>

I added in the links section at the end. Obvisously it doesn't work cause I'm not to sure what I'm doing. I want the links to be either blue or green. Right now they are white. How and where do I add in the links code so it changes their color?
Teundusia
Posts: 535/760
Haha, I got threa 15600 before you... Acmlm might need to note down this little bug.
Acmlm's Board - I2 Archive - Programming - CSS Trouble [code inside]


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.003 seconds.