PDA

View Full Version : Simple Html Design Question


rowlandc
09-08-2007, 12:36 PM
I've got a friend which has a website (www.animeguru.net) he got a coder to make him a simple html layout but the coder did a runner and there is one simple issue.

If you go to the website and minimize your window you will see the page moves around. I'm pretty sure your can add anchors to stop stuff moving around but I believe it’s so simple that its not even talked about commonly. So I can't seem to figure out what his problem is.

Does anyone know what code I need him to get into his page to fix the issue of the page moving around when you have your window opened at different sizes?

edit- just saw this was in the wrong section, if a mod could move it to the design area that would be nice.


Regards,
clem

nexialys
09-08-2007, 12:58 PM
wow, that is horrible css...

anchors the way you talk about are not anchors but div... and it is not that simple... the html/css used on your site is not complexe, but it would require some changes to make it work properly...

here are some examples on how to do it: http://www.thenoodleincident.com/tutorials/box_lesson/boxes.html

i suppose someone will like to play with your template ;)

Paul M
09-08-2007, 01:19 PM
Moved to design forum

rowlandc
09-08-2007, 04:09 PM
Thanks, naa its not my site its a friends I'm trying to help him out.

I just saw that he got a bit tricked into buying that skin and had a bit of pity.

Anyways, thanks for the answer.