ok! thanks so much bicostp. this will all work in freewebs right? just make a file for the CSS thing, upload it to the freewebs account, and use the format for the rest? thanks so muchbicostp wrote:Your coding isn't really bad, you just have a little debris here and there, and straight HTML isn't the easiest way to do what you want to do.
Here's my final entry, no more tweaking. (Any more optimization would delve into my shoddy, pathetic PHP skills. You don't wanna go there.) It should work at any resolution. 640x480 users will need to scroll, but if you run at that res you're used to it.
Put this in a file called stylesheet.css and put it in the same directory as your pages. (The root directory in this case.)Here's your page template:Code: Select all
#content {background-color:FFF; height:454; width:477; align:center; text-align:left; border-style:solid; padding:10px; } body {background-image:url('http://i6.photobucket.com/albums/y205/mustangman77/bggreen.png');} A:link {color:000;} A:visited {color:000;} img {border:0;}
You don't even need to upload these to the server; just put both files into a folder on your desktop and open the HTML page. (If you're using Notepad, make sure you call the style sheet stylesheet.css, not stylesheet.css.txt. Windows will do that if you have file extensions hidden. And if you're going to use Notepad to edit pages, don't. Get Notepad Plus http://notepad-plus.sourceforge.net . It does syntax highlighting, which makes the tags really stand out so it's easier to edit the pages.Code: Select all
<html><head> <title>Wii Reviews! Wii Review The Full Game</title> <link rel="stylesheet" type="text/css" href="stylesheet.css"/> </head> <body><center> <a href="http://www.freewebs.com/wii_reviews"><img src="http://i6.photobucket.com/albums/y205/mustangman77/logo.png"></a> <map name="FPMap0"> <area href="http://www.freewebs.com/wii_reviews/reviews.htm" shape="rect" coords="130, 15, 197, 31"> <area href="http://z7.invisionfree.com/ForeverKnights/index.php?act=idx" shape="rect" coords="223, 14, 366, 33"> <area href="http://www.freewebs.com/wii_reviews/rumors.htm" shape="rect" coords="395, 14, 457, 33"> <area href="http://www.freewebs.com/wii_reviews/contactus.htm" shape="rect" coords="485, 14, 587, 34"> </map> <img src="http://i6.photobucket.com/albums/y205/mustangman77/Linkbanner.png" usemap="#FPMap0"> <br> <div id="content"> Welcome to Wii Reviews! We are a review site for Nintendo Wii games. On thing that makes us different is that we complete the game BEFORE we review it. That way, if the game gets really good after the first couple of levels, we will know this and we will review the game more accurately. </div></center> </html>
Website help!
Moderator: Moderators
i just like freewebs because its easy to use(ive used it many a time) and its never let me downHarshboy wrote:Just an fyi, Freewebs is very crappy. Try 100mb and get a .co.nr cloak over it (Like wiireview.co.nr)
EDIT: i have found a problem with your code stuff bicostp! for the reviews, the white piece in the middle needs to be different sizes, depeding on the legnth of the review.. how do i do that?
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
Whoops! Replace this:ghosstt wrote:i have found a problem with your code stuff bicostp! for the reviews, the white piece in the middle needs to be different sizes, depeding on the legnth of the review.. how do i do that?
Code: Select all
height:454;Code: Select all
min-height:454;Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
HELP! lol. my friend was checking out the site, and this is what he got
hes using IE7, 1600 x 1200
http://smg.photobucket.com/albums/v387/ ... rent=b.jpg
hes using IE7, 1600 x 1200
http://smg.photobucket.com/albums/v387/ ... rent=b.jpg
-
bicostp
- Moderator
- Posts: 10491
- Joined: Mon Mar 07, 2005 5:47 pm
- Steam ID: bicostp
- Location: Spamalot
- Contact:
I guess 1280x1024 isn't enough space to have both side by side but 1600x1200 is. Add a line break after the logo in the template and it should work fine.
Sorry, kinda tired today.
Sorry, kinda tired today.
Twitter
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link
http://www.pcwgaming.com" onclick="window.open(this.href);return false;
If you want a Dropbox account, please use my referral link

