Page 48 of 367

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 3:42 pm
by Hunchman801
Phoenixian told you about xHTML, and he is right, but all browsers know HTML and still recognize <br>.

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 4:06 pm
by neo
Then thats no problem for me, although Xhtml doesn't seem much harder, I'll will learn it. :P

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 4:11 pm
by Hunchman801
You will have to learn CSS too then ;)

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 4:56 pm
by neo
I learned already lol! Well, a chapter of it, not a whole class, I just forgot all the commands that go inside that tag lol!

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 5:22 pm
by Reese Riverson
CSS is sort of confusing to me, but the more I mess with it, and ask questions on it I do start understanding it better.

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 5:28 pm
by neo
I understand it, of course. I just don't remember the things that go in that tag like:

Bold {Blah Blah Blah; Bah}

Something like that. :P

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 5:37 pm
by Reese Riverson

Code: Select all

body 
{ 
background-color: #000000;
background-image: url(background.png);
background-repeat repeat;
}

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 5:48 pm
by Hunchman801
By using this CSS code, you will add properties to the <body> tag ;)

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 5:58 pm
by Reese Riverson
Here is another example of CSS:

Code: Select all

div.imagecaption {
     float: right;
     width: 182px;
     margin: 0 1em 1em 1em;
     padding: 15px 15px 20px 15px;
     display: inline;
     text-align: center;
     border-color: #ccc #999 #999 #ccc;
     border-width: 1px 2px 2px 1px;
     border-style: solid;
     background: url(bg_c1.gif) repeat-x 0 100%;
}

div.imagecaption img {
     border-color: #000 #ccc #ccc #000;
     border-width: 1px 1px 1px 1px;
     border-style: solid;
}

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 6:03 pm
by Hunchman801
You should try to understand what it means ;)

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 6:07 pm
by Reese Riverson
That CSS example is W3C standard. =D

I still don't understand the margin or padding CSS codes.

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 6:08 pm
by Hunchman801
You should first learn the basic attributes, such as colours ^^

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 6:18 pm
by Phoenixan
CSS is something you very much get hooked on once you learn it, just because it makes design (and redesign) so much easier on you...

...then IE gets in the mix.

They're the only browser that doesn't fully support CSS2, so I can add in properties like...
.charinfo{min-height: 150px;}
...and not have IE recognise it, so instead, for the divs that were smaller than 150px in IE, I actually had to go in and define their styles specifically because I wanted my style sheet to validate rather than using hacks. And I test my site on Safari, Firefox, Opera, Netscape 8, and Internet Exploder (lol), and IE was the ONLY one that didn't recognise the tag.

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 7:02 pm
by neo
Yeah, I could tell. I have no problem with CSS, I just need to take more time with JavaScript, its a bit tough to learn. But, now, I get a little bit. Like the functions.... although I can't remember that.

Re: All you need to know about Pirate-Community

Posted: Tue Jun 20, 2006 7:15 pm
by Hunchman801
If you saw what GSO looked like with IE...

Re: All you need to know about Pirate-Community

Posted: Fri Jun 23, 2006 12:27 pm
by timoo
You should have made a special IE page then.

Re: All you need to know about Pirate-Community

Posted: Fri Jun 23, 2006 4:49 pm
by Hunchman801
We do not have time to design special pages for IE :roll:

Re: All you need to know about Pirate-Community

Posted: Fri Jun 23, 2006 4:52 pm
by neo
And anyways, its not a big deal for me. :P

Re: All you need to know about Pirate-Community

Posted: Fri Jun 23, 2006 5:10 pm
by Xenon
Most people here are now using Firefox or Opera anyway.

Re: All you need to know about Pirate-Community

Posted: Fri Jun 23, 2006 5:14 pm
by neo
Well, there are some people who also use IE. -_-