Previous Blog Next Blog
Prev/Next Blog
by date

Plan for Anders Linder-Nor

Plan for Anders Linder-Nor
Name:Anders Linder-Noren 
Date Posted:Oct 01, 2005
Rating:2.0 out of 5
Public:NO
Comments:YES
RSS Feed:GarageGames Blog feedor Subscribe with .
Profile Page:View profile page for Anders Linder-Noren

Blog post
Earlier, i spended a couple of days thinking on how my website would be changed. Back then, it looked like something from a secret society. I Posted on several forums, asking how they thought it would be changed. I took heir opinions, added them to my own, and realised that the work of changing my website would take to much time, and the final result would still not be what i was after. So, i decided to make a totally new website. I spended a night together with Paint Shop Pro and Paint, and created all of the buttons and images. After that, i used Nvu and Notepad to create the code. After about three hours, i had a small taste on what i wanted it to look like. After some more hours spent, i was satisfied. Really satisfied. I uploaded the files, and the final result:

Click Here

Please, give me some opinions on it. There is always room for improvements!

To all Firefox users:

There is a known bug with the images at the top of the website. They will expand greatly when the page is opened. Update the webpage to fix it. I am looknig fore a solution, and if anyone has any tips how to do it, please post.


/Anders

Recent Blog Posts
List:07/10/07 - Preprogress of Taxi Traffic Jam
07/07/07 - Requesting your opinion on design and production values
07/03/07 - Starting on a side project
07/01/07 - Game and company progress
06/14/07 - Playing tetris and making progress
01/24/07 - Future yesterday, website today, TGB tomorrow
01/20/07 - Working on the website
01/06/07 - Long time, no blog

Submit ResourceSubmit your own resources!

Chris Newman   (Oct 01, 2005 at 16:54 GMT)
height is not a supported tag in tables.


www.w3.org/TR/html4/struct/tables.html

Christopher T. Morrissey   (Oct 01, 2005 at 20:05 GMT)
RE: Chris Newman

Height is a supported tag in tables that is not the issue with his page.

RE: Anders

You need to change the below lines:

<td width="200"><img src="Anlino%20ProGramming_files/menu_left1.jpg" border="0" height="100%" width="100%"> </td>

<td width="440"><img src="Anlino%20ProGramming_files/main_right1.jpg" border="0" height="100%" width="100%"> </td>

To:

<td width="200"><img src="Anlino%20ProGramming_files/menu_left1.jpg" border="0" > </td>

<td width="440"><img src="Anlino%20ProGramming_files/main_right1.jpg" border="0"> </td>

You can also deifine the width and height with the actual pixel size of these graphics to prevent poping of the site as the images load, but in most cases you can just not have it there. I would never use a percentage for an image size that is a very bad habit to get into.

Chris

Anders Linder-Noren   (Oct 02, 2005 at 15:46 GMT)
Ok Christopher, thank you very much. I had a headic over that, cince most uusers who visit my site is firefox users(i believe).

Chris Newman   (Oct 02, 2005 at 16:58 GMT)
@Chritopher
Height is only supported in IE.
Both Dreamweaver and TIDY say the same thing:
The tag contains an attribute that is proprietary to Netscape or Internet Explorer.

But now i also know what else to look for if i ever see this issue come up.
Edited on Oct 02, 2005 17:04 GMT

You must be a member and be logged in to either append comments or rate this resource.