html coding help | xltronic messageboard
 
You are not logged in!

F.A.Q
Log in

Register
  
 
  
 
Now online (1)
big
...and 452 guests

Last 5 registered
Oplandisks
nothingstar
N_loop
yipe
foxtrotromeo

Browse members...
  
 
Members 8025
Messages 2614125
Today 4
Topics 127542
  
 
Messageboard index
html coding help
 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:07 [#01736199]
Points: 9601 Status: Lurker



i have this code (not inthe brackets (())

((
body{background-color:rgb(50,80,160);}
div.normal{font-family:verdana,arial,sans-serif;font-size:1
em;color:rgb(255,255,255);}
div.links{font-family:verdana,arial,sans-serif;font-size:1e
m;color:rgb(255,255,255);}
a{color:rgb(255,255,255);text-decoration:none;font-weight:b
old;}
a:hover{color:rgb(200,200,200);text-decoration:none;font-we
ight:bold;}

))

and i need to make my text white. what do i do?


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:09 [#01736201]
Points: 9601 Status: Lurker



damn it all


 

offline epohs from )C: on 2005-09-28 17:10 [#01736203]
Points: 17620 Status: Lurker



body {
background-color: rgb(50,80,160);
color: #fff;
}


 

offline VampireAngel from San Juan (Cuntland) (Puerto Rico) on 2005-09-28 17:11 [#01736204]
Points: 1746 Status: Lurker | Show recordbag



I have this html tutorial it will help everyone to do lots
of great things, hope it really help you Oddioblender :)


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:12 [#01736206]
Points: 9601 Status: Lurker | Followup to epohs: #01736203



thank epohs, vampireangel, i'll try that.

it's just the code for the bar was written by drunken
master, so i don't know how to configure it. cheers.


 

offline Drunken Mastah from OPPERKLASSESVIN!!! (Norway) on 2005-09-28 17:14 [#01736211]
Points: 35867 Status: Lurker | Show recordbag



hiya!

which text do you need white? the div.normal one is already
white...


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:15 [#01736214]
Points: 9601 Status: Lurker | Followup to Drunken Mastah: #01736211



no no it messed up somewhere along the way.

you see, at some point, the text started getting bumped
below the bar, rather than beside the bar. so i fixed it,
but now the text is black. ???

i need the body/main text to be black. the links are still
white like i want them, but i just need to change the body
text.


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:16 [#01736215]
Points: 9601 Status: Lurker



here's the code as it is at the top of the page (before the
sidebar)

{

oddioblender - who the hell is this loveable huggable
galoot?

body{background-color:rgb(50,80,160);}
div.normal{font-family:verdana,arial,sans-serif;font-size:1
em;color:rgb(255,255,255);}
div.links{font-family:verdana,arial,sans-serif;font-size:1e
m;color:rgb(255,255,255);}
a{color:rgb(255,255,255);text-decoration:none;font-weight:b
old;}
a:hover{color:rgb(200,200,200);text-decoration:none;font-we
ight:bold;}

}


 

offline Drunken Mastah from OPPERKLASSESVIN!!! (Norway) on 2005-09-28 17:17 [#01736216]
Points: 35867 Status: Lurker | Show recordbag



shope's version would work for that.. either that, or do * {
[what shope has in the curly brackets] } if ALL text should
be white by default.

but either complete the hex (#ffffff) or do it in rgb
(rgb(255,255,255)).


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:18 [#01736219]
Points: 9601 Status: Lurker



oh, and how would i go about having a sound trigger when the
mouse goes over a button?


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:19 [#01736222]
Points: 9601 Status: Lurker | Followup to Drunken Mastah: #01736216



alright i'll try it. where do i put that code at in the
line?


 

offline Drunken Mastah from OPPERKLASSESVIN!!! (Norway) on 2005-09-28 17:21 [#01736225]
Points: 35867 Status: Lurker | Followup to Oddioblender: #01736219 | Show recordbag



that would be something done in flash, which I'm not very
good with...



 

offline epohs from )C: on 2005-09-28 17:22 [#01736228]
Points: 17620 Status: Lurker



you could do it in javascript, but i couldn't really help
you with that cause i suck at javascript.


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:22 [#01736229]
Points: 9601 Status: Lurker | Followup to Drunken Mastah: #01736225



ah, i see. thanks anyways, though. :)


 

offline Drunken Mastah from OPPERKLASSESVIN!!! (Norway) on 2005-09-28 17:23 [#01736231]
Points: 35867 Status: Lurker | Followup to Oddioblender: #01736222 | Show recordbag



it goes inside the style tag.. it's hard to write the exact
things here, as the style tag is auto-removed by the
board... even with spaces.

btw: I could probably do the html for you if you provide the
graphics and say how you want it, but it'd have to be
tomorrow, 'cause now I need sleep.


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:24 [#01736232]
Points: 9601 Status: Lurker



that code keeps making my background white. i does nothing
to the text. argh!


 

offline epohs from )C: on 2005-09-28 17:27 [#01736235]
Points: 17620 Status: Lurker



could you post a link to the page?



 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:28 [#01736236]
Points: 9601 Status: Lurker | Followup to epohs: #01736235



HERE, shope.


 

offline epohs from )C: on 2005-09-28 17:32 [#01736242]
Points: 17620 Status: Lurker | Followup to Oddioblender: #01736236



try this:

try using this:

<style type="text/css">
body{background-color:rgb(50,80,160);
color:rgb(255,255,255)}
div.normal{font-family:verdana,arial,sans-serif;font-size:1
em;color:rgb(255,255,255);}
div.links{font-family:verdana,arial,sans-serif;font-size:1e
m;color:rgb(255,255,255);}
a{color:rgb(255,255,255);text-decoration:none;font-weight:b
old;}
a:hover{color:rgb(200,200,200);text-decoration:none;font-we
ight:bold;}
</style>


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:34 [#01736247]
Points: 9601 Status: Lurker



woot! it's legible now! and white!

the links aren't bold, but meh, i can fix that... can't I?
(do i just insert the word "bold?")


 

offline epohs from )C: on 2005-09-28 17:36 [#01736253]
Points: 17620 Status: Lurker



crap, that's cause xlt put line breaks in there



 

offline epohs from )C: on 2005-09-28 17:37 [#01736254]
Points: 17620 Status: Lurker | Followup to epohs: #01736253



like, where it says:

font-weight:b
old;}

that should be

font-weight:bold;}


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:40 [#01736257]
Points: 9601 Status: Lurker



excelsior! thanks, shope and master. :)


 

offline epohs from )C: on 2005-09-28 17:40 [#01736259]
Points: 17620 Status: Lurker



awesome!


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:42 [#01736262]
Points: 9601 Status: Lurker | Followup to epohs: #01736259



oh, and while your here, how can i put multiple images side
by side, and keep them looking lined up and pretty? do i
just have to keep them all the right size?


 

offline epohs from )C: on 2005-09-28 17:43 [#01736265]
Points: 17620 Status: Lurker



oh, it did the same on all the long lines. you should
probably fix them too.

or, i think this will work too:

<style type="text/css">
body{
background-color:rgb(50,80,160);
color:rgb(255,255,255);
}
div.normal{
font-family:verdana,arial,sans-serif;
font-size:1em;
color:rgb(255,255,255);
}
div.links{
font-family:verdana,arial,sans-serif;
font-size:1em;
color:rgb(255,255,255);
}
a{
color:rgb(255,255,255);
text-decoration:none;
font-weight:bold;
}
a:hover{
color:rgb(200,200,200);
text-decoration:none;
font-weight:bold;
}
</style>


 

offline epohs from )C: on 2005-09-28 17:45 [#01736268]
Points: 17620 Status: Lurker | Followup to Oddioblender: #01736262



oh, well, hmm... the easiest way to do that would probably
be to use a table and put each image in a seperate table
cell, i guess.

but, yeah, the images will have to be sized properly and
stuff.


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-28 17:51 [#01736273]
Points: 9601 Status: Lurker



okay i'll try that.


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-29 07:28 [#01736692]
Points: 9601 Status: Lurker



i'm trying to change my text to something less pedestrian.
any help?


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-29 07:34 [#01736703]
Points: 9601 Status: Lurker



arial, verdana or eurostile looks good. how would i do that
in THIS code?

here's the code i'm working with.
((

oddioblender - who the hell is this loveable huggable
galoot?

body{
background-color:rgb(50,80,160);
color:rgb(255,255,255);
}
div.normal{
font-family:verdana,arial,sans-serif;
font-size:1em;
color:rgb(255,255,255);
}
div.links{
font-family:verdana,arial,sans-serif;
font-size:1em;
color:rgb(255,255,255);
}
a{
color:rgb(255,255,255);
text-decoration:none;
font-weight:bold;
}
a:hover{
color:rgb(200,200,200);
text-decoration:none;
font-weight:bold;
}
))


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-29 07:40 [#01736711]
Points: 9601 Status: Lurker



anyone?


 

offline Drunken Mastah from OPPERKLASSESVIN!!! (Norway) on 2005-09-29 09:53 [#01736827]
Points: 35867 Status: Lurker | Show recordbag



add "font-family:arial,verdana,sans-serif;" to the body part
of it.


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-29 10:45 [#01736858]
Points: 9601 Status: Lurker | Followup to Drunken Mastah: #01736827



okay lemme try


 

offline Oddioblender from Fort Worth, TX (United States) on 2005-09-29 10:48 [#01736860]
Points: 9601 Status: Lurker



it does not work, mang!


 


Messageboard index