Website Help required
Moderators:Best First, spiderfrommars, IronHide
- Impactor returns 2.0
- Big Honking Planet Eater
- Posts:6885
- Joined:Sat Sep 22, 2001 11:00 pm
- ::Starlord
- Location:Your Mums
Im just putting together a new website and stuff so what i have here is not finnished but i was wondering if someone could help me.
If you press on my 3D works page the scroll bar moves my background image to the left and messes my page design up - boo!
Perhaps I shouldnt use frames it just seems a simple way to have a menu system I can add to and not have to update multiple content pages.
any suggestions much appreciated.
If you press on my 3D works page the scroll bar moves my background image to the left and messes my page design up - boo!
Perhaps I shouldnt use frames it just seems a simple way to have a menu system I can add to and not have to update multiple content pages.
any suggestions much appreciated.
How about making multiple pages for areas with more than, say, 8 thumbs, and limiting each page to 8 thumbs?
That way, you wouldn't exceed your height limit, therefore no vertical scroll, therefore no screwing with the layout. But only on and above a minimum resolution.
Alternatively, you could use some nifty loadtime code (javascript in the header, etc) to determine the browser window's dimensions and fix the widths accordingly. But that takes a fair bit of effort, I'd imagine.
That way, you wouldn't exceed your height limit, therefore no vertical scroll, therefore no screwing with the layout. But only on and above a minimum resolution.
Alternatively, you could use some nifty loadtime code (javascript in the header, etc) to determine the browser window's dimensions and fix the widths accordingly. But that takes a fair bit of effort, I'd imagine.
- Impactor returns 2.0
- Big Honking Planet Eater
- Posts:6885
- Joined:Sat Sep 22, 2001 11:00 pm
- ::Starlord
- Location:Your Mums
- Denyer
- Over Pompous Autobot Commander
- Posts:2155
- Joined:Tue Oct 17, 2000 11:00 pm
- ::Yesterday's model
- Contact:
Well, it's easy enough with PHP if you've got that on the hosting account...
http://uk.php.net/manual/en/function.mail.php
Something like this:
<form action="processinputandsend.php" method="post" name="formname" onsubmit="return scripttodopreliminarychecksbutdonttrustinput()" id="formname">
Make sure you filter input for mulitple addresses (otherwise you'll get turned into a spam-delivery machine in short order) and htmlentities everything else.
http://uk.php.net/manual/en/function.mail.php
Something like this:
<form action="processinputandsend.php" method="post" name="formname" onsubmit="return scripttodopreliminarychecksbutdonttrustinput()" id="formname">
Make sure you filter input for mulitple addresses (otherwise you'll get turned into a spam-delivery machine in short order) and htmlentities everything else.
- Metal Vendetta
- Big Honking Planet Eater
- Posts:4950
- Joined:Mon Feb 12, 2001 12:00 am
- Location:Lahndan, innit
- Impactor returns 2.0
- Big Honking Planet Eater
- Posts:6885
- Joined:Sat Sep 22, 2001 11:00 pm
- ::Starlord
- Location:Your Mums
Ok i was able to set up a form through a template available to me as an option with my website.
http://www.impstar.co.uk/tinc - Can ppl give it a test it should send me e-mails.
Now this is cool, hopefully I can just intergrate this into my website and change the colours? can anyone tell me is this just a case of copy and pasting the code into one of mypages, I have tried it and it doesnt work anymore... im so useles at this now.
As for the page background image, Im havin a fiddle...
http://www.impstar.co.uk/tinc - Can ppl give it a test it should send me e-mails.
Now this is cool, hopefully I can just intergrate this into my website and change the colours? can anyone tell me is this just a case of copy and pasting the code into one of mypages, I have tried it and it doesnt work anymore... im so useles at this now.
As for the page background image, Im havin a fiddle...
- Metal Vendetta
- Big Honking Planet Eater
- Posts:4950
- Joined:Mon Feb 12, 2001 12:00 am
- Location:Lahndan, innit
- Impactor returns 2.0
- Big Honking Planet Eater
- Posts:6885
- Joined:Sat Sep 22, 2001 11:00 pm
- ::Starlord
- Location:Your Mums