Just Learned Css
moultano
Creator of ns_shiva. Join Date: 2002-12-14 Member: 10806Members, NS1 Playtester, Contributor, Constellation, NS2 Playtester, Squad Five Blue, Reinforced - Shadow, WC 2013 - Gold, NS2 Community Developer, Pistachionauts
in Off-Topic
<div class="IPBDescription">man . . . it rocks.</div> Behold! My first serious webpage: <a href='http://www.andrew.cmu.edu/user/rmoulton/' target='_blank'>I'm proud of it at least</a>
Its not done, but I think it looks pretty cool. The blog section is the best formatted so far.
CSS is so ubelievably superior to tables. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo--> <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
Its not done, but I think it looks pretty cool. The blog section is the best formatted so far.
CSS is so ubelievably superior to tables. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo--> <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
Comments
fixed. <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
lookin nice, i'de love to know how it was done, but then again, i don't want to re-code all mf my website
lookin nice, i'de love to know how it was done, but then again, i don't want to re-code all mf my website <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
It does if the page doesn't exit yet. <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
If you are interested, <a href='http://www.andrew.cmu.edu/user/rmoulton/backpacking.css' target='_blank'>here</a> is a link to the css stylesheet
-edit last part of sentance made lower case.
but i like the rest <!--emo&:D--><img src='http://www.unknownworlds.com/forums/html//emoticons/biggrin.gif' border='0' style='vertical-align:middle' alt='biggrin.gif' /><!--endemo-->
I don't quite understand this statement. CSS and tables are two different entities, although both are typically used to accomplish the desired end result.
CSS sets the design parameters for a given identifier. Tables are used to control how your information is laid out on the page. They can both be used together (ie: "<span style='font-family:Courier'><td class="sample">just testing</td></span>" will create a table cell with whatever design parameters you specify in the "sample" CSS tag, such as font-family, font-size, border, etc).
And on a related sidenote: IMO, the best online reference guide for web design/development is <a href='http://www.devguru.com/' target='_blank'>devguru</a>. Their CSS, HTML, and JavaScript references are all very well-made and easy to use.
And if you're into ASP/ADO programming, there's guides for that too. <!--emo&:p--><img src='http://www.unknownworlds.com/forums/html//emoticons/tounge.gif' border='0' style='vertical-align:middle' alt='tounge.gif' /><!--endemo-->
I don't quite understand this statement. CSS and tables are two different entities, although both are typically used to accomplish the desired end result. <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
What I meant is that using CSS for formatting is much better than the traditional HTML way of hacking tables in ways they were never meant to be used to do formatting.
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Maybe I am a bit too much of a critic and/or perfectionist but that upper background that fades to blue is so damn evil I just want to smash my head into the screen.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
what bugs you about it?
<!--QuoteBegin--></div><table border='0' align='center' width='95%' cellpadding='3' cellspacing='1'><tr><td><b>QUOTE</b> </td></tr><tr><td id='QUOTE'><!--QuoteEBegin--> Maybe I am a bit too much of a critic and/or perfectionist but that upper background that fades to blue is so damn evil I just want to smash my head into the screen.<!--QuoteEnd--></td></tr></table><div class='postcolor'><!--QuoteEEnd-->
what bugs you about it? <!--QuoteEnd--> </td></tr></table><div class='postcolor'> <!--QuoteEEnd-->
Agreed. It just looks unfinished, try making a tileable mountain range or just cut it off neately with a different color instead of that fade stuff.
Just kidding, great layout and just needs more stuff into the site, which will probably happen when its older and more developed. Liking it.
looks much better <!--emo&:)--><img src='http://www.unknownworlds.com/forums/html//emoticons/smile.gif' border='0' style='vertical-align:middle' alt='smile.gif' /><!--endemo-->
moultano, try putting margin: 0; and/or padding: 0; in your body tag in the css file. It could (haven't tested it) get rid of the black bar on the right side in Internet Explorer. If it does too much to the rest of your site, just try using margin-right: 0; and/or padding-right: 0;