Yeah the subjects field is one that's grown.
Basically there are 50 subjects, but that list may grow, and every teacher can be listed for up to 10 subjects.
So do you think they should just be...
I recently built a site for a photographer.
He uploads a chunk of images by ftp. The script then parses the folder, creates thumbnails, extracts image names from the filename, and keywords from the...
If I'm doing an online shop then I would have index.php, products.php, product.php, contact.php etc.
Then the products.php displays whatever category is passed to it, whilst product.php displays...
The 8800GT has an excellent rep. However, I do know that the gts version takes a lot of power, not sure how much the gt uses, so you might want to check your psu is up to the job.
I usually put them into the object tag.
Otherwise it sometimes shows items that go outside the flash object borders - i.e. if you move something from off one side of the screen to off the other...
can you set a 3px border matching your background color on all of the fields and increase their size accordingly? It then wouldn't change the physical dimensions when you change the color of the...
Remove your float from #colMiddle
Then just set left and right margins of 133px or more to bring your content inwards, which will then expand with the screen size.
You might want to have a quick read of
http://www.htmlgoodies.com/beyond/css/article.php/3620531
or
http://css-discuss.incutio.com/?page=BoxModelHack
Either of those should help you along the...
Without looking too closely, I'd guess you've floated all your images, and fairy is slightly shorter than the other three in the row, hence the giraffe has caught on the bottom edge of it...
Now...
Using CSS allows greater flexibility when making site-wide changes layouts & design, and also controlling print layouts, which tables cannot do. There's a thread in the CSS forum at the moment where...