Mirage Source
ok HTML and CSS help? - Printable Version

+- Mirage Source (https://mirage-engine.uk/forums)
+-- Forum: Mirage Source (Nostalgia) (https://mirage-engine.uk/forums/forumdisplay.php?fid=61)
+--- Forum: Archive (2006-2011) (https://mirage-engine.uk/forums/forumdisplay.php?fid=18)
+---- Forum: Help Wanted (https://mirage-engine.uk/forums/forumdisplay.php?fid=50)
+---- Thread: ok HTML and CSS help? (/showthread.php?tid=2035)



ok HTML and CSS help? - Pbcrazy - 27-08-2008

ok i give up, ive tried to learn CSS, but i cant figure out how to set up some of the graphics and such. I know quite a bit of HTML though. Anyway, im just wanting to know if anyone here can help me out with some stuff? my msn is http://pbcrazy101@live.com for those of you how dont have it.


Re: ok HTML and CSS help? - Yoshiko - 03-09-2008

CSS is like configuring the .ini file from anything. You just got to edit variables.


Re: ok HTML and CSS help? - Kousaten - 03-09-2008

Simple example:


With CSS, you would simply have to:


(in whatever.css:

Code:
h1 {
          text-align: center;
          color: blue;
}

Like RDA said, it's basically an .ini file. Big Grin


Re: ok HTML and CSS help? - Pbcrazy - 03-09-2008

yup i got the basics of it down. its mainly just the being able to line stuff up and getting it all to look nice that i cant seem to figure out. -_-

like i tried to make like a news bulletin box thingy, with a background pic that repeated for how ever much text i had and then header and footer pic. but none of them will line up right. i may just be that i dont know the correct syntax for doing this. seeing as the www.w3schools.com didnt go into that stuff at all.