HTML - How To Add A Admin Editable Page In Html Site
I am a website designer . don't know much about the programing. anyone can guide me. I can connect any admin in my simple html website.
i want to add/edit image/content. if possible than please tell me how can i do this. Thanks Neeraj Sharma neeraj10786@rediff.com Similar TutorialsOk, I set up this nice site of mine, and I have all my favorite games on it. It is a games site for my friends and I. (Blueoranges.co.cc if you wanted to know.) Because of the fact that I have made the site easily editable by adding all the game's sizing options to a CSS sheet, and made each set of 7 pages a carbon copy of one another, I was thinking, well if my friends want to add a game, how could I let them? My idea was to allow them to log in, enter the URL for a game, upload their own screenie, and the server would copy the existing code and set it all up for use. Well, I'm totally self taught at HTML. Although I could figure out the semantics and methods of doing things, I don't know how to make a user's input be stored on a server. To oversimplify it, like when a user posts a post on a forum, the server edits the web page and adds the content, then updates the web page... So... How do I get a user's input to be added to the code of a page? I know my post is confusing, but I'm confused myself. Oh well. The title sounds kind of odd. I am going to make a little branch of my website just for a couple of my friends so that we can put all of out ideas out on one page. I was not sure what catagroy this fell under, so I just put it under HTML because it can be moved. I was wondering, how do I go about makeing a code, (Or copying and pasteing if there is one) that will allow my friends and I to upload pictures onto a page, without logging into the web host. I am working on my school's website and one of the teachers would like a page that she can log into and post assignments and what not. I figured this wouuld be easy, but the server does not support PHP, which means no SQL either. How should I go about making this page with straight html? Hi All, Please Heeeeeeeeeeeeeeeeeeeeeeeeeeeellllllppp!!!!! Thanks in advanced!!! Have a few mistakes and / or something is missing below: Code: <html> <head>PLEASE FIND THE MISTAKE(S) or SOMETHING MISSING /</head> <script type="text/javascript"> window.onload=function() { document.getElementById('exampleletterList').onchange=function() { window.location=('http://www.example.org/'+this.value+''); } } </script> <body> <select id="exampleletterList"> <a target=\"_blank\" href=\"file.doc\" title=\"\">John Doe<br> XXXXXXXXXXX</br></a>. <option value=""><b> PLEASE SELECT THE FOLLOWING: <b/> </option><!--this option takes you to --> <body mar="0" marginheight="0" bgcolor="rgb(38,38,38)"> "BACKGROUND BLUE GREEN MARMOL " <embed width="100%" height="100%" name="plugin" src="http://www.example.pdf" type="application/pdf"> <br> <CENTER> <option value=index.htm>Option #1</option><!--this option takes you to --> <option value="example7">Option #2</option><!--this option takes you to --> <option value="example3">Option #3 </option><!--this option takes you to --> <option value="example4"><br>Option #4</br></option><!--this option takes you to --> <option value="example5">Option #5</option><!--this option takes you to --> <option value="example2">Option #6</option><!--this option takes you to --> <option value="blog/wp-login.php"><!--this option takes you to blog--> </select> </CENTER> </br> </body> <html xmlns:v="urn:schemas-microsoft-com:vml" xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx yyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyyy zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz </body> </head> </html> Can i just place some html in between the head tags or ?? to make the text change to arial for example? I am wondering if it is possible to create an INDEX.HTML to redirect to another website? I would like it to display the redirected site, but if possible keep to the original address.. e.g. A site named www.mysite.com, with an INDEX.HTML to redirect to www.othersite.com, which displays OTHERSITE with www.mysite.com in the address bar. Hope I explained ok, any responce would be much appricated! Thanks! Hi, Background: I have a small page that need to be embeded into a bounch of other html pages. Help needed: 1. Please provide the html chunk that I can use to embed the small page in to other html pages. 2. Is there a way of not using iframe? Can I use <Object> or <embed>? How? --------------------------- mba colleges in london hospitality management diploma Hello Everyone, Please help in build the code for the site , the layout should be as the below layout , I need to submit this by today EOD. Image Link1: http://8648180184665331224-a-1802744...attredirects=0 Image Link 2: http://8648180184665331224-a-1802744...attredirects=0 Please mail me the code ASAP. Thanks and Regards, ceenuu2002@gmail.com hello i have a page 'gallery.html' that i want to show up when the URL www.site.com/gallery is requested. how do i achieve this? thanks in advance rlbw Hi Guys i have made a Html Template to be able to edit the whole site from one template, i have added multiple editable regions so that the user can change the bits of the website they want to i have a problem though, i have created the site in a table and i want to be able to change the background of one of the cells on every page but i have no idea on how to make this cell editable, the problem i have is when i go to make a new page i click on modify in the menu bar then select templates then apply template, i apply the template i have made but i cannot change that cells background the code wont allow it, is there any way i can do this, i would much appreciate your help if any 1 can help me. Luke hey guys, i'm not sure if this should go in serverside or HTML or javascript, but is there a way to do an editable dropdown without using ASP? can't seem to find it anywhere except all hits links to asp. I'm making a website for small business with HTML5. I want contents on the website like news and information can be edit on the webpage without having to change inside the HTML source code of the page. I can see there's a tag in HTML5 called <contenteditable> but this tag applies to every users can edit the contents of the webpage. So is there a way to make it only me or admin can edit the contents using HTML code ? A little jQuery or Javascript is ok Thanks I am struggling to understand the "make attribute editable" script. I have created a dreamweaver template in CS5. I have a navigation matrix made up of images. I want to make the navigation images change with the current page (i.e. when on "1" page make nav button "1" brighter. I am trying to do this with the "make attribute editable" script (so I can change each navigation image accordingly on each page). When I make the attribute "src" editable the image disappears and does not display on the pages I create from this template even when I add the correct path to the url value! I cannot work out what I am doing wrong. I'm sure there is something simple I am missing but just cannot work it out. Thank you for any help!!! I have started over with a new document to make it as simple as possible but no joy. Here is my code... <head> <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" /> <!-- TemplateBeginEditable name="doctitle" --> <title>Untitled Document</title> <!-- TemplateEndEditable --> <!-- TemplateBeginEditable name="head" --> <!-- TemplateEndEditable --> <!-- TemplateParam name="src" type="URL" value="../images/wind.PNG" --> </head> <body> <img src="@@(src)@@" width="133" height="83" alt="wind" /> </body> </html> Thank you! HI everyone, I am in process of creating a sample page. I need to pass values from one HTML page and i should get those values in other page. For example i have used two sample pages like, sample.html l<html> <head> <title> My first page </title> </head> <body> <a href="sample1.html" id="1001">Welcome to html </a> </body> </html> sample1.html <html> <head> <title> My second page </title> </head> <body> <a href="sample1.html">Sample HTML page values came here</a></body> </html> I have used those two sample pages and i need to get the value of id="1001" in sample 1.html page could anyone help me to solve this problem. Thanks in advance Regards, Martin Hey everyone, im creating my first site, its an anniversary present for my girlfriend and this is what i want. The first page of my site will have a picture center of the page in the middle. Underneath this i want a login table? with a drop down user name box containing 2 user names "hers" and "mine"and a password box next to that, underneath this a submit button... here is the code i currently have.. <body bgcolor="black"> <img src="\C:\homepage\pics\image1.jpg" width="300" height="300"> </a> <fieldset> <legend> <font color="white"<big><b>Login</b></big> <form action=""> <select name="user"> <option value="name1">name1</option> <option value="name2">name2</option> </select> <font color="white"><b>Password:</b></font> <input type="password" name="password"><br> <input type="button" value="Submit"> </form> <p> </body> Questions: how do i get my picture center middle of the page? how do i set passwords that the site will recognise? how do i get the submit button to launch the next page of my site if the password/s are correct? or am i nuts for my first page? lol and going about this the wrong way? ideas? input? recommendations? cheers LB ok here is my site http://navysealsrpg.proboards107.com/ here is the site with the text area at the top that i want http://iluvemykats.proboards31.com/index.cginotice the area with the weather etc. What is the HTML for that. LOL i need major help. i have an html site, my problem is at the bottom just below the banner the grey doesn't join to the banner not sure if you want my code or not so here it is. www.jasongold.org Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <link href="css.css" media="all" rel="stylesheet" type="text/css" /> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Jason Gold Photography</title> <HTML> <script src="Scripts/AC_RunActiveContent.js" type="text/javascript"></script> <HEAD> <style type="text/css"> <!-- .style8 { font-family: "Times New Roman", Times, serif; font-size: 16px; color: #FFFFFF; font-weight: bold; } .style10 { font-family: "Times New Roman", Times, serif; color: #9C9A9C; font-weight: bold; font-size: 12px; } .style11 { font-family: "Times New Roman", Times, serif; font-size: 16px; color: #a5a2b5; font-weight: bold; } .style13 { font-size: 24px; color: #ad9ea5; font-weight: bold; } .style14 { font-size: 24px; color: #ad9ea5; } .style6 { font-size: 12px; color: #FFFFFF; } .style15 {color: #666666} --> </style> <script language="JavaScript"> <!-- function mmLoadMenus() { if (window.mm_menu_0517113603_0) return; window.mm_menu_0517113603_0 = new Menu("root",82,18,"Times New Roman, Times, serif",12,"#A5A2B5","#A5A2B5","#10419C","#183484","left","middle",3,0,1000,-5,7,true,false,true,0,true,true); mm_menu_0517113603_0.addMenuItem("New item"); mm_menu_0517113603_0.hideOnMouseOut=true; mm_menu_0517113603_0.bgColor='#555555'; mm_menu_0517113603_0.menuBorder=1; mm_menu_0517113603_0.menuLiteBgColor='#FFFFFF'; mm_menu_0517113603_0.menuBorderBgColor='#777777'; window.mm_menu_0517114902_0 = new Menu("root",100,32,"Times New Roman, Times, serif",26,"#A5A2B5","#A5A2B5","#183484","#10459C","left","middle",3,1,1000,-5,7,true,false,true,0,false,false); mm_menu_0517114902_0.addMenuItem("New item"); mm_menu_0517114902_0.hideOnMouseOut=true; mm_menu_0517114902_0.bgColor='#555555'; mm_menu_0517114902_0.menuBorder=1; mm_menu_0517114902_0.menuLiteBgColor='#FFFFFF'; mm_menu_0517114902_0.menuBorderBgColor='#777777'; window.mm_menu_0517112746_0 = new Menu("root",84,34,"Times New Roman, Times, serif",14,"#A5A2B5","#A5A2B5","#183484","#FF6600","left","middle",10,1,500,-5,7,true,false,true,0,true,true); mm_menu_0517112746_0.addMenuItem("Cottages","location='cottage.htm'"); mm_menu_0517112746_0.addMenuItem("Flats","location='flats.htm'"); mm_menu_0517112746_0.addMenuItem("Chalets","location='chalets.htm'"); mm_menu_0517112746_0.addMenuItem("Caravans","location='caravans.htm'"); mm_menu_0517112746_0.fontWeight="bold"; mm_menu_0517112746_0.hideOnMouseOut=true; mm_menu_0517112746_0.bgColor='#FFFFFF'; mm_menu_0517112746_0.menuBorder=1; mm_menu_0517112746_0.menuLiteBgColor='#FF0000'; mm_menu_0517112746_0.menuBorderBgColor='#777777'; window.mm_menu_0610134352_0 = new Menu("root",124,34,"Times New Roman, Times, serif",14,"#A5A2B5","#A5A2B5","#183484","#FF6600","left","middle",10,1,500,-5,7,true,false,true,0,true,true); mm_menu_0610134352_0.addMenuItem("Prices","location='prices.html'"); mm_menu_0610134352_0.addMenuItem("Book a Holiday","location='bookaholiday.html'"); mm_menu_0610134352_0.fontWeight="bold"; mm_menu_0610134352_0.hideOnMouseOut=true; mm_menu_0610134352_0.bgColor='#FFFFFF'; mm_menu_0610134352_0.menuBorder=1; mm_menu_0610134352_0.menuLiteBgColor='#FF0000'; mm_menu_0610134352_0.menuBorderBgColor='#777777'; mm_menu_0610134352_0.writeMenus(); } // mmLoadMenus() //--> </script> </head> <body> <table width="999" height="534" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <th height="17" colspan="3" bgcolor="#999999" scope="col"> </th> </tr> <tr> <td width="200" height="89" bgcolor="#000000"><div align="center"><img src="logo.jpg" width="200" height="100" /></div></td> <td width="494" rowspan="2" bgcolor="#000000"><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="440" height="165"> <param name="movie" value="homepagetransitionnew.swf" /> <param name="quality" value="high" /> <embed src="homepagetransitionnew.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="440" height="165"></embed> </object></td> <td width="305" rowspan="2" valign="middle" bgcolor="#000000"><div align="center"><span class="style13"><span class="style15"><strong>Jason Gold<br /> Photography</strong></span><br /> </span><strong><span class="style14"></span></strong></div></td> </tr> <tr> <td rowspan="2" bgcolor="#333333"><p align="center" class="style8">Home</p> <p align="center" class="style11"><a href="portfolio.html" class="style11">Portfolio</a><br /> <br /> <br /> <a href="about.html" class="style11">About</a><br /> <br /> <br /> <a href="contact.html" class="style11">Contact</a><br /> <br /> <a href="file:///F|/web design/assignment 2/requestabrochure.html" class="style11"><br /> </a><a href="index.php" class="style11">Order</a></p> </td> </tr> <tr> <td height="190" valign="top" bgcolor="#000000"><div align="center" class="style11"> <p align="center"><br /> Jason Gold is a highly committed and Professional Photographer with more than 25years experience in his field. His Talent as a photjournalist has taken him to many parts of the world. He specializes in Portraits,War,Fashion,Landscapes and Travel. His passion for people,places and photography makes him sensitive to the natural beauty that surrounds him no matter where it may be, capturing that moment of beauty, often in the most unlikely situations.<font size="2"><br /> </font> </p> </div></td> <td align="center" valign="top" bgcolor="#000000"><div align="left"> <p align="left"><img src="homepage.jpg" width="298" height="158" /></p> <p> </p> </div></td> </tr> <tr> <td height="83" bgcolor="#9C9A9C"><div align="center" class="style10"></div></td> <td bgcolor="#333333"> </td> <td align="right" valign="top" bgcolor="#333333"><p align="right"><a href="#"></a> <a href="#"></a></p></td> </tr> <tr> <td height="52" colspan="3"><script type="text/javascript"> AC_FL_RunContent( 'codebase','http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0','width','999','height','100','src','banner','quality','high','pluginspage','http://www.macromedia.com/go/getflashplayer','movie','banner' ); //end AC code </script> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="999" height="100"> <param name="movie" value="banner1.swf" /> <param name="quality" value="high" /> <embed src="banner1.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="999" height="100"></embed> </object></td> </tr> <tr> <td height="17" colspan="3" bgcolor="#999999"><div align="right" class="style6"></div></td> </tr> </table> </body> </html> any help will be much appreciated Hi, i was wondering if anyone could take a look at my website and tell me why there's a border around each page. My url is www.marksbodyshop.org I will post my html, main.css , defult.css and defult2.css. I tried adding padding:0; and border:0; to the html, body element of the each css but that didn't work. It only happens in ie. Thank you very very much. Main.css: Code: html,body { height:100%; margin:0; background-color:#000; background-image:url(../images/firstpage.gif); background-size:100% 100%; background-repeat:no-repeat; overflow:hidden; border:0; padding:0; } #container { height:73%; } #nav { position:absolute; padding:0; margin:0; list-style-type:none; height:7%; width:57%; top:40%; left:20%; z-index:1; } #nav li { width:16%; margin:1%; height:100%; } #nav a { display:block; width:100%; height:100%; outline:none; text-indent:-9999px; background-size:100% 300%; } #about {background-image:url(../images/aboutus.png);} #about1 {background-image:url(../images/contactus.png);} #about2 {background-image:url(../images/freelunch.png);} #about3 {background-image:url(../images/map.png);} #about4 {background-image:url(../images/meettheteambutton.png);} #nav a:hover {background-position:0 -100%;} #nav a:active {background-position:0 -200%;} Defult2.css: Code: @charset "utf-8"; /* CSS Document */ body { margin:0; padding:0; background:#000000; } html, body, #bg { height:100%; width:100%; overflow:hidden; border:0; padding:0; } #bg { /*position:absolute; */ left:0; right:0; bottom:0; top:0; overflow:hidden; z-index:0; } #mainimg { width:100%; height:100%; } #content { z-index:1; /*position:relative;*/ height:100%; width:100%; z-index:1; margin:0 auto; } #position{ position:absolute; top:40%; left:18%; width:20%; z-index:2; } /*#position1{ position:absolute; top:90%; left:66.38%; width:30%; margin: 0 auto; padding:0px; z-index: 1; }*/ #position1 { left: 66.85%; padding: 0; position: absolute; top: 69%; width: 20%; z-index: 1; height:10%; } #nav { margin:0px; padding:0px; height:44px; } #nav ul{ margin:0px; padding:0px; } #nav li { padding:0px; list-style:none; margin:5px 0; /*height:100%;*/ height:100%; } #nav a { display:block; width:100%; height:100%; /*outline:none; */ text-indent:-9999px; background-position:left; } #homelink { left: 0; padding: 0; position: absolute; top: 0; width: 0; z-index: 1; overflow:hidden; height:100%; width:100%; } #home {width:63.5%;height:43px;background:url(../images/homebutton.png);} #about {width:49%;height:33px;background:url(../images/aboutus_new.png)} #about1 {background:url(../images/contactus.png) no-repeat;} #about2 {background:url(../images/freelunch.png) no-repeat;} #about3 {background:url(../images/map.png) no-repeat;} #about4 {background:url(../images/meettheteambutton.png) no-repeat;} #meettheteam1 {background:url(../images/carlosbutton.png) no-repeat;} #meettheteam2{background:url(../images/brettbutton.png) no-repeat;} #meettheteam3 {background:url(../images/marktbutton.png) no-repeat;} #meettheteam4 {background:url(../images/marksbutton.png) no-repeat;} #nav a:hover {background-position:0 -0% } #nav a:active {background-position:0 -0% } Defult.css: Code: @charset "utf-8"; /* CSS Document */ body { margin:0; padding:0; background:#000000; } html, body, #bg { height:100%; width:100%; overflow:hidden; border:0; padding:0; } #bg { position:absolute; left:0; right:0; bottom:0; top:0; overflow:hidden; z-index:0; } #bg img { width:100%; height:100%; } #content { z-index:1; /*position:relative;*/ height:100%; width:100%; z-index:1; margin:0 auto; } #position{ position:absolute; top:40%; left:18%; width:20%; z-index:2; } /*#position1{ position:absolute; top:90%; left:66.38%; width:30%; margin: 0 auto; padding:0px; z-index: 1; }*/ #position1 { left: 66.85%; padding: 0; position: absolute; top: 71%; width: 20%; z-index: 1; height:10%; } #nav { margin:0px; padding:0px; height:44px; } #nav ul{ margin:0px; padding:0px; } #nav li { padding:0px; list-style:none; margin:5px 0; /*height:100%; height:100%;*/ } #nav a { display:block; /*width:100%; height:100%; outline:none; */ text-indent:-9999px; background-position:left; } #homelink { left: 0; padding: 0; position: absolute; top: 0; width: 0; z-index: 1; overflow:hidden; height:100%; width:100%; } #home {background:url(../images/homebutton.png) no-repeat;} #about {background:url(../images/sm/download.png) no-repeat;} #about1 {background:url(../images/sm/download.png) no-repeat;} #about2 {background:url(../images/sm/email.png) no-repeat;} #about3 {background:url(../images/sm/download.png) no-repeat;} #about4 {background:url(../images/sm/email.png) no-repeat;} #meettheteam1 {background:url(../images/carlosbutton.png) no-repeat;} #meettheteam2{background:url(../images/brettbutton.png) no-repeat;} #meettheteam3 {background:url(../images/marktbutton.png) no-repeat;} #meettheteam4 {background:url(../images/marksbutton.png) no-repeat;} #nav a:hover {background-position:0 -0% } #nav a:active {background-position:0 -0% } Okay I'll be very happy of any help I get. So I know something about html- code but not enough. I need to create a site witch has a background image, centered switching page(like example: http://www.oipolloi.com/), and three links: Home, Gallery and Contact. Thanks already. |