albertibay 0 Report post Posted November 28, 2012 There is something in the gallery thats been bugging me for awhile now Its too straight Share this post Link to post Share on other sites
dolarmak 23 Report post Posted November 28, 2012 (edited) I would agree, since those are just thumbnails maybe you could put 2 or 3 columns? just a suggestion. Edited November 28, 2012 by dolarmak Share this post Link to post Share on other sites
albertibay 0 Report post Posted November 29, 2012 i would say up to 4 Share this post Link to post Share on other sites
Marked 197 Report post Posted November 29, 2012 I would agree, since those are just thumbnails maybe you could put 2 or 3 columns? just a suggestion. Lol are you scared of something? The CSS for the gallery is missing. You won't find any gallery that looks like this, its a bug. You can come out and say it looks stupid if thats what you think :P Share this post Link to post Share on other sites
albertibay 0 Report post Posted November 29, 2012 Its a bug? The CSS Is missing? Share this post Link to post Share on other sites
Bob423 52 Report post Posted November 29, 2012 (edited) that is what he said, yes. it means that, the CSS, which is a coding language used along side html to make pages look nice, isn't showing for some reason. the css is what rearranges the thumbnails so that they are in multiple columns. he either doesn't have the css set up right, or it's not there at all for that particular part of the site. Edited November 29, 2012 by Bob423 1 tatsu011 reacted to this Share this post Link to post Share on other sites
Marked 197 Report post Posted November 30, 2012 D: I'm impressed bob, that was a good answer. Share this post Link to post Share on other sites
Bob423 52 Report post Posted November 30, 2012 well i AM taking web design in highschool :D Share this post Link to post Share on other sites
Thallion 0 Report post Posted November 30, 2012 @Bob, do you actually have a good web design class at your high school? At mine we're using a version of dreamweaver from years ago and we're getting a newer, but still obsolete version for next year. They don't teach us anything about css. Share this post Link to post Share on other sites
Marked 197 Report post Posted November 30, 2012 I wrote a nice long post about web development and accidentally refreshed the page. Well f**k. :( Why put the refresh key ® next to the new tab key grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr Share this post Link to post Share on other sites
dolarmak 23 Report post Posted November 30, 2012 I wrote a nice long post about web development and accidentally refreshed the page. Well f**k. :( Why put the refresh key ® next to the new tab key grrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrrr Yeah I hate when that happens. Is the CSS for the page down or have you just not created it yet? Share this post Link to post Share on other sites
Marked 197 Report post Posted November 30, 2012 To be honest, back when I first launched GDU in September I made a quick attempt and trying to figure this out. I've got all the CSS and I loaded it up but it just wouldnt change any thing. It's odd. Maybe it was missing. The GDU system loads its own CSS and the forum's CSS is disabled, so its possible and likely I've something somewhere. I'm thinking of a new CSS system though where IPB loads the CSS onto the page, that way the right CSS can be loaded at the right times, which I cant acheive loading through my own system. Well I do, but i don't do it well lol and some is obviously missing. The IPB css files are not very organized. You got one file with 90% of the CSS, 3,000+ lines. Share this post Link to post Share on other sites
rgangsta 43 Report post Posted November 30, 2012 I remember trying to learn CSS from using Ucoz.net. From what I remember, it was a lot easier than HTML. Share this post Link to post Share on other sites
dolarmak 23 Report post Posted November 30, 2012 I remember trying to learn CSS from using Ucoz.net. From what I remember, it was a lot easier than HTML. Yeah it's been a while since I've used it, but if memory serves Css was like HTMLs little sister, easy and all about looks. LOL Share this post Link to post Share on other sites
Thallion 0 Report post Posted November 30, 2012 Yeah, css is so easy. Share this post Link to post Share on other sites
Bob423 52 Report post Posted November 30, 2012 @Bob, do you actually have a good web design class at your high school? At mine we're using a version of dreamweaver from years ago and we're getting a newer, but still obsolete version for next year. They don't teach us anything about css. yup, great class, great school :D Share this post Link to post Share on other sites
Marked 197 Report post Posted December 1, 2012 Yeah, css is so easy. It can get complicated. It's definitely easy to learn but it's not easy to figure out on your own how to use it correctly, or efficiently. It's not the actual language itself that's difficult. You have to think about the length of your CSS files, conflicts, classes or ID's. GDU probably has 10,000+ lines of CSS, mostly 3rd party. There's also this thing called LESS which allows you to program CSS. It includes variables and stuff like that. I've been meaning to learn it so I can make GDU's design customizable. Share this post Link to post Share on other sites
Thallion 0 Report post Posted December 1, 2012 Yeah, it can get complicated when you start to consider how to make the same code do the same thing in multiple browsers. Share this post Link to post Share on other sites