PDA

View Full Version : Dam website!



Almighty_Envy
Jul 31, 2007, 01:25 PM
The text wont show up in white like its supposed to >_<

Only the dam header will show up >_<

TalHex
Jul 31, 2007, 01:26 PM
you have a website?

Shadowpawn
Jul 31, 2007, 01:27 PM
It's a message board.

Almighty_Envy
Jul 31, 2007, 01:29 PM
On 2007-07-31 11:27, Shadowpawn wrote:
It's a message board.



Trying to set up pages for it right now but it wont show the text correctly >_<
Bwuahah got it!

The text is supposed to invert itself to the opposite color of the back ground, Black Bground = white text.

But for some reason on 2 page styles it doesnt invert itself.

Problem solved http://www.pso-world.com/images/phpbb/icons/smiles/icon_biggrin.gif

but not double taco solved.


<font size=-1>[ This Message was edited by: HAYABUSA-FMW- on 2007-07-31 13:24 ]</font>

astuarlen
Jul 31, 2007, 01:58 PM
It was too easy (http://www.usbr.gov/lc/hooverdam/).

Shadowpawn
Jul 31, 2007, 02:16 PM
On 2007-07-31 11:39, Almighty_Envy wrote:
Bwuahah got it!

The text is supposed to invert itself to the opposite color of the back ground, Black Bground = white text.

But for some reason on 2 page styles it doesnt invert itself.

Problem solved http://www.pso-world.com/images/phpbb/icons/smiles/icon_biggrin.gif



You are using CSS...right?



body {

background-color: black
color: white
;
}

(or you can apply it to the "html" handle instead of "body" in case you are an elitist.)


Apply this to just one of the css .txt files. (If you haven't already.) You can also place it in the web page as well in case you don't mind having increased page weight.




<font size=-1>[ This Message was edited by: Shadowpawn on 2007-07-31 12:18 ]</font>

Almighty_Envy
Jul 31, 2007, 02:38 PM
I feel dumb http://www.pso-world.com/images/phpbb/icons/smiles/icon_frown.gif

It only inverted in h1 and h2 sizes for some strang reason @_@

Shadowpawn
Jul 31, 2007, 02:41 PM
Don't feel bad, I used to think <marquee> tags were cool. XD

Meyfei
Jul 31, 2007, 02:41 PM
envy never fear for ...I dont understand a word he said
....ok i dont fully grasp the idea he was trying to point out...im just not good at this kinda stuff so if your confused...im right beside you.

<font size=-1>[ This Message was edited by: R-97-3 on 2007-07-31 12:43 ]</font>

Almighty_Envy
Jul 31, 2007, 02:42 PM
I used to have one in my sig xD

Shadowpawn
Jul 31, 2007, 02:45 PM
Oh...>_>

<_<

*feels like an ass*

Um...well. Looks like your problem is solved. I'll be going now~

*desues his way out the topic*

Almighty_Envy
Jul 31, 2007, 02:48 PM
lol, I was just messing around with HTML tags that day http://www.pso-world.com/images/phpbb/icons/smiles/icon_lol.gif

Shadowpawn
Jul 31, 2007, 03:15 PM
On 2007-07-31 12:41, R-97-3 wrote:
envy never fear for ...I dont understand a word he said
....ok i dont fully grasp the idea he was trying to point out...im just not good at this kinda stuff so if your confused...im right beside you.

<font size=-1>[ This Message was edited by: R-97-3 on 2007-07-31 12:43 ]</font>


Oh.

Well me explain in detail. He said he wanted the entire page to have a black background with white text. (Kinda like this (http://www.freewebs.com/archbishop_arc/Home_Page.htm))

The easiest way to do this is through css. You can apply css to a page directly through the <style> tag



<style>

css { html tag: attributes;}

</style>



Or you can link it to the page (and decrease page weight.)




<head>

<link rel="stylesheet" type="type/css" href="cssfile.css">

<head>



Within the .css .txt file you would place the code I mentioned above in .txt file and give it the extension .css.

Or you could have a WYSIWYG editor do it for you.

Honestly, don't feel dumb. I had to look at reference just for that small bit of code. I've not done this in...over a year so I'm a bit rusty.



<font size=-1>[ This Message was edited by: Shadowpawn on 2007-07-31 13:39 ]</font>

HAYABUSA-FMW-
Jul 31, 2007, 03:24 PM
On 2007-07-31 12:41, Shadowpawn wrote:
Don't feel bad, I used to think <marquee> tags were cool. XD


The best tags ever.