for example, yahoo answers says i have 30 characters left available for my title... I want to do this through my form's textarea box because it limits to 300 characters... I looked through yahoo's source code and it didn't show anything... thanks this would be really helpful!!!
Tell me what I'm doing wrong, i want the bottom of the container to be touching the bottom of the browser window and have no idea how to do this… Please help as i have tried everything, thanks :)
<html>
<head>
<style type="text/css>
body
{
background-color: #cccccc;
}
#container
{
background...
Ok, i am trying to make a page on my site for some flash games. I am going to use a table to place the games in a list... It will look something like this...
Game 1----Game 2----Game 3
Game 4----game 5----game 6
and it keeps going on like that but instead of the dashes and all of that, it will...
I have a few HTML pages written up but I want them to all show randomly, for example,
There are 3 pages, 404-1, 404-2, 404-3...
I want the page for the 404 error to shuffle between these randomly if that makes any sense. How can I do this???