Wasn't sure where to post this, so ill post it here.
Im making a web page for my mate, im good with the graphics, but crap with the tech side...
Now, what i need to know, what do most web pages(including this one), how wide are the pages so there is no scroll bar to go across the bottom. I want it for 1024*768 screens, don't care about people with 800*600.
Just need to know a good width thnx
web page help
Alpha Moth
levortex
i suggest you use 1024*768 and then just center all the stuff with <div align= center>
</div>
</div>
levortex
you may look at http://home.wanadoo.nl/dickvandenbrink (my site) and then in the source. it should be there, because im not really sure about the align function. You should only look at home and gameplay because the rest is not working.
i can't check it for you because the site won't work at school
i can't check it for you because the site won't work at school
levortex
<body bgcolor="#999900" background="images/backgrounds/ascalon2.jpg" style="background-repeat:no-repeat; background-position: center top;">
this is for the top image. wich is very handy i think if you want the same layout as me.
<div align="center">
HERE ALL TABLES AND STUFF!!!!
</div>
</body>
</html>
this is for the top image. wich is very handy i think if you want the same layout as me.
<div align="center">
HERE ALL TABLES AND STUFF!!!!
</div>
</body>
</html>