Next Generation Emulation banner

New PoP Legacy Design, how do you like it?

1037 Views 9 Replies 4 Participants Last post by  Quatro
Hi guys

I've redesigned the site. How do you guys like it? The new address is here. The old address of the site. :)
1 - 10 of 10 Posts
Looks like it was catered to 800 x 600. Doesn't look very good in 1024 x 768 since the whole right side just cuts off.
Your text and links needs some css styles, maybe another font.
Yes it was made for 800x600. How can I automatically resize it depending on the resolution of the users monitor? How can do the css styles like that?

Thanks for the help guys. :)
http://www.w3schools.com/css/default.asp

in your html:
Code:
<head>
<link href="styles.css" rel="stylesheet" type="text/css">
</head>
styles.css (sample for text styles)
Code:
.text {
	font-family: Tahoma;
	font-size: 14px;
	color: #D6DAED;
}
Lots more info can be found on css at the site above, and dreamweaver itself. Using css you can set the width and height of a cell. Honestly I think the site needs to be centered instead of stretched along the whole screen.
See less See more
change the font... times font is really not for web usage, either use arial, verdana or tahoma...

also you could create table for your nav bar specifically the dash part... in the PoP database part, the alignment (like PoP 3D, Sand of Time, Warrior Within and Kindred Blades) is not good
Thank you Reichfuher. Those are some awesome examples I've book marked the page. :)

Quatro, I've implemented what you've said. Please check on how it looks now. :)

Thank you guys for all the help. I'm using CSS for the first time . Its preaty cool. :)

Thank you guys. :)
errr... you haven't change the font yet... and the number 1 should not fall into the second sentence it...

should be :
Prince of Persia 1
not:
Prince of Persia
1

you have to fix your your table width to accomodate the wording so it won't fall off..

regarding the bullet or dash, if your gonna use either one, you should implement it to all in your nav bar.
I made that specific area like that because it seems as if it is part of a database and different. I'll go back a fix them when everything is finished...*sigh*

Anyway I try to fix the font thing again.... Thanks for the heads up Quatro...
now your nav bar looks better :)
1 - 10 of 10 Posts
This is an older thread, you may not receive a response, and could be reviving an old thread. Please consider creating a new thread.
Top