PDA

View Full Version : Woah this is Awesome...


thickandthin
10-06-2002, 07:30 PM
Hello everyone, I know there are VERY good web designers in this forum I was looking at this one web-site, http://www.gtaskins.com/ it was awesome! can anyone help my design to make t look more like that one? http://www.vcsource.tk/

joh6nn
10-06-2002, 10:44 PM
not to be obvious, but did you try looking at their source code?

thickandthin
10-06-2002, 11:21 PM
well i dont want it to be exactly the same something close to it

Quiet Storm
10-07-2002, 01:28 AM
Respect is everything

I like that! The way it should be, IMO... :D

thickandthin
10-07-2002, 05:10 AM
Can anyone help me with my sites design?

ionsurge
10-07-2002, 06:26 AM
I thought css was a part of the actual page - not an external file:

<link rel="stylesheet" href="/v3.css" type="text/css" media="all" />

How come?


(ps I am aware that this may actually have to go into the other category, but I guess that this is a part of this thread too.)

ionsurge
10-07-2002, 06:30 AM
By the way - to just show my ability to take anything I may want from any site, here is the external .css file that the site had.

I have had to zip it, seeing as it is not compatible with this forum as an attachment.

joh6nn
10-07-2002, 07:13 AM
Originally posted by ionsurge
By the way - to just show my ability to take anything I may want from any site, here is the external .css file that the site had.

...

call me crazy, but when was that ever in question?

also, you mean you took the time and trouble of typing the url into the address bar? my god, what wizardly hacking skillz. u |2 |337. w00t.

zoobie
10-07-2002, 09:52 AM
Probably a template. If you'd like to make your site like this or better, search for 'free web templates' or variations thereof. :D

ronaldb66
10-07-2002, 10:19 AM
Yeah, that wasn't too difficult. Very clean site, by the way, and valid XHTML 1.1! Thickandthin, this site is a good example of proper code.

By the way: what about the design would you like to use in your own? They basically used tables for the outlines, just like you, and a bunch of divs for smaller bits. And lots of CSS. Nothing really spectacular, but very tasteful.
Graphics are mostly images used as table cell backgrounds; this is also done in the style sheet.

Zoobie, the meta tags mention Homesite as generator; it might be a template supplied with that package.

ionsurge
10-07-2002, 11:08 AM
Originally posted by joh6nn
you took the time and trouble of typing the url into the address bar?

Nope I don't do that... I have certain abilities that is much quicker than that...

brothercake
10-07-2002, 12:27 PM
It's not very cross browser - good in IE and Moz, but a bit untidy in Opera and a complete dog's-dinner in Netscape 4

ronaldb66
10-07-2002, 01:43 PM
Oh? (IE here, so didn't notice) Where does it go wrong, the styles?

brothercake
10-07-2002, 02:50 PM
Basically yeah - it's very dependent on CSS values which NS4 doesn't support; such as "position:relative" for tables and "display:block" for any element.

The opera problems are just trivial things, like the search box being too tall, because opera 6 [deliberately] doesn't support much form styling