hi,
Use the preview/debug in browser (the glob button at the top) and choose your browser (edit the browser list to add other ones installed locally)
The live view in Dreamweaver should work but,...
Type: Posts; User: david_deseine; Keyword(s):
hi,
Use the preview/debug in browser (the glob button at the top) and choose your browser (edit the browser list to add other ones installed locally)
The live view in Dreamweaver should work but,...
Yep John, I also tried with http://4shared.com, but maybe it's possible for a user's folder, that's why I asked the purpose of the iframe.
try this one : http://www.preloaders.net/
Do you want a folder you share with 4shared in the iframe or the entire 4shared.com index page ?
you have to add a class tou your submit button that way
<input class="mybutton" type="submit" name="submit" value="submit">
then add in css this for example :
.myform input.mybutton {...
Jquery library is IMO a good solution, just Google jquery menu drop down.
Hi,
A good solution to manage your form layout is to make a class, for instance "myform" that way :
<form class="myform" method="post" action="contact.php">
css : /*change those values...