Jump to content

tantachar07

Banned
  • Posts

    47
  • Joined

  • Last visited

tantachar07's Achievements

Newbie

Newbie (1/7)

0

Reputation

  1. I need to have my template's image onmouseovere'd. Code: <!--forum template--><html><head><!--CSS content--><style type="text/css">body{background-color: #000000;}h1 {color: chartreuse}h2 {color: white}h3 {color: white}h4 {color: white}h5 {color: white}h6 {color: white}div.class4{border-style: inset;border-bottom-color: #9900CC;border-top-color: #9900CC;width: 100%;}</style><!-- End CSS content--></head><body><p> <!--banner--> <img border="2" onmouseover="width="103%"" src="http://i125.photobucket.com/albums/p42/hns_marcon/72.jpg" width="734" height="127"><!--End banner--><br><h1 align="center">Page title</h1><div align="center"> <p><!--Taken from [url="http://photobucket.com-->"]http://photobucket.com-->[/url] <a href=""><img src="http://i125.photobucket.com/albums/p42/hns_marcon/54.jpg" width="74" height="31"></a> <a href=""> <img src="http://i125.photobucket.com/albums/p42/hns_marcon/54.jpg" width="74" height="31"></a> <a href=""><img src="http://i125.photobucket.com/albums/p42/hns_marcon/54.jpg" width="74" height="31"></a> <a href=""><img src="http://i125.photobucket.com/albums/p42/hns_marcon/54.jpg" width="74" height="31"> </a> <a href=""><img src="http://i125.photobucket.com/albums/p42/hns_marcon/54.jpg" width="74" height="31"></a></p> <!--End taken--></div><br><br><fieldset color="red"><form> <h4>Username <input name="Username" type="text" maxlength="20"> </h4> <h4>password <input name="Password" type="password" maxlength="20"> <br> <br> <input type="submit" value="submit"> </h4></form></fieldset><br><br><div class="class4" align="justify"> <h4 >Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br>Content here. Content here. Content here. Content here. Content here. Content here.<br></h4></div><hr color="#CC6666"><h5><div align="center"> ©*Your company*</div></h5></body></html>
  2. You should post this in the Javascript forum The url was: http://www.w3schools.com/js/tryit.asp?file...s_openallwindowWhen I tried to edit the "width" and the "height", I clicked on the popup again and the size didn't change.
  3. I made a new template . . . the code goes here . . . <html><head><style type="text/css">body{background-image: url('http://i125.photobucket.com/albums/p42/hns_marcon/17.jpg');background-repeat: no-repeat;background-attachment: fixed}a.one:link {color: blue; text-decoration: none}a.one:visited {color: violet; text-decoration: none}a.one:hover {background: 931423;; text-decoration: underline}a.one:active {color: #00FF00}</style><title></title></head><body><font face="verdana" size="7" color="#00FF00"> <b> <a name="1">Page title</a></b></font><br /><strong><font color="#000000" size="1" face="verdana"><hr color="#00FF66"/>Vice Header here</center> <br /> <script language="javascript">document.write("Currently used browser:"+navigator.appname+" ")</script><hr color="#00FF66"/></font></strong><table width="526" height="308" border="1" cellpadding="14" bordercolor="#FF0000"> <tr> <td width="197"><font face="verdana" size="1"><b>Images/Iframes/etc . . . </b></font></td> </tr></table><font face="verdana" size="1"><b><div align="center">© *Company title* 2005-2006</div></b></font></body></html> Just paste this in notepad and save it as .htm or .html
  4. If you are brainstorming to php, you can usually go there because there are PHP experts in that site.
  5. Sub is A vb property. Do not use this in JS.
  6. I am trying to do the Onclickselfclose in a button . . . code goes here <form><input type="button" value="close" onClick"self.close()"></form> And with difficulties . . .
  7. Sometimes it's not like that. It even loses the asp of the inputs. ASP is not usually used . . .
  8. I want PHP masters to have their own site. Usually, here's a site for a PHP forum****http://cutephp.com/forums****
  9. Should we use this for making a video? <object><param name="movie" value="video.wmp"></param><object>
  10. What we like . . . is of course . . . THOSE ONES WITH HTML EDITORS Everyone likes html editors because it supports some things that they don't know that we don't . . . Example isDreamweaverDreamweaver shows the generated html editor (Not read-only, w/ edit 2!) and it has some things that windows doesn't know, and so we are up for browsers with HTML editors
  11. I want to erase the position-absolute at CSS because it is helpless. Instead, I suggested a code. . . Uses the div tag still . . .(A text): (Neither be CSS or HTML) <div horizontal-align="25px left"></div> If you wanted to have a text diagonal, this is my suggestion: <div align="diagonal; 34px left;"></div> If you wanted to make your page up-to-down words, my suggestion is: <bdo dir="up-to-down"></bdo> Javascript aligns: (note: these are in the body tags) <script language="javascript"><!-- text-align: centerdocument.write("bla-bla-bla")//--></script> Please reply if there are any corrections . . .
  12. Are VBscripts used for making softwares? No browsers are usually using VBscript in websites.
×
×
  • Create New...