|
About 159397 posts are found about "http www cc222 com chapter 350926 html".
22462 bytes I want to put a 500 page book on the web. But not a novel, it is a Tech Manual - so it must be accessible to any chosen chapter, even page, rather than just read through from beginning to end. It is currently in the form of 500 .jpg files. There's 22 chapters in the book. How best to put these up on my site? Do I have to create an html page for each .jpg file (each scanned page) ? Or can I somehow have one page that displays the chosen page? Whichever way it goes once the chosen page is displayed how do I ... 15112 bytes I created a very basic site with 7 pages this morning for a friend of mine. Once I achieved the desired look, I previewed the site in Firefox (6) and found that every page except for the index had several features (text and size of DIVs) that were smaller than the index. The odd thing is that all of the pages rely on the same CSS file for structure and design, and every page has identical HTML, save the text inside the H1 tags indicating the page (chapter) of each. Then, two things happened to further ... 3956 bytes I am looking to create a named link in HTML page so that when user clicks on first link, then top line of page is - Chapter 4 starts. Here is chapter 4 And if user clicks on second link, topmost line is - Chapter 5 starts. Here is chapter 5 Code: <html> <body> Click <a href="#chapter4">here</a> to read chapter 4. Click <a href="#chapter5">here</a> to read chapter 5. <BR> <a name="chapter4">Chapter 4 starts. Here is chapter 4</a> <BR> <a name="chapter5">Chapter 5 starts.Here is chapter 5</a> </body> </html> ... 9236 bytes <html> <head> </head> <body> <table width="60%" align="center" cellspacing="0"> <tr> <td>Hello</td> </tr> <tr> <?php if ($instr0001 == "true") {?> <td><< <a rel='nofollow' href="<?php echo $PHP_SELF."?instr0001=false"; ?>" target="_self">Close Chapter 01</a> 1. This is the output for Chapter 00001.............. <?php ?> </td> <?php } else { ?> <td><a rel='nofollow' href="<?php echo $PHP_SELF."?instr0001=true"; ?>" target="_self">Show Chapter 01 </a>>></td> <?php } ?> </tr> <tr> <?php if ... 4513 bytes My wife and I are looking to create a site like this: http://www.pauljnoble.com/ The main function of the website is to display articles within chapters. The Chapters and articles will replace the portfolio content of Paul's site. We are thinking that the chapters will be vertically aligned and that the articles will go horizontally. We would like each article to contain media share buttons. What would be the best way to accomplish this? The articles will be the same style, but the layout of each will be ... 15389 bytes I would like to make a dynamic table. I am using php. The code I have right now isn't working. It outputs 001 <?php $vocab_words = $_POST['vocab_words']; $word = $_POST['word']; $chapter = $_POST['chapter']; $my_def = $_POST['my_def']; $book_def = $_POST['book_def']; $difference = $_POST['difference']; ?> <html> <head> <title>Vocabulary Table for Chapter <?php echo $chapter; ?></title> <center><b>Vocabulary for Chapter <?php echo $chapter; ?></b></center><p> <table> <tr> <td>Word</td><td>My ... 11895 bytes Need some help on this. Using the attached file as a feedbackform for users to leave comments to my email. I have also inserted some javascript for validation , to ensure they enter their name and email as well as fill up the comments field. I would like that on page load, the cursor is focused at the name field input box. Suppose the visitor then enters his/her name, and clicks submit without entering email address or comments,the javascript alert will cause a dialog box to pop up. What i want it that on ... 1615 bytes i am new to php... i need help...where should i start from? But I'm learning quickly. I've been using a variety of sources. One that I found helpful was this one: http://www.phpcomplete.com/tutorials.php I've also been studying the php manual: http://us2.php.net/manual/en/ and the mySQL manual: http://www.mysql.com/doc/en/index.html That plus an indepth analysis of how this forum board script is set up has helped tremendously. I don't know if that's the best way to start, but it's sure helping me. If ... 18291 bytes Hey, I just started learning how to code in XML so please bear with me. I am able to get the content to display right, but I am now having a problem... how can i include xhtml code with the xml? I want to include like the <br /> tag and the <hr /> tag for example. Here is my code: <?xml version="1.0" encoding="utf-8" standalone="yes"?> <?xml-stylesheet rel='nofollow' href="test.css" type="text/css"?> <!DOCTYPE scripture [ <!ELEMENT book (#PCDATA)> <!ELEMENT chapter (#PCDATA)> <!ELEMENT verse (#PCDATA)> ... 9778 bytes Can anyone recommend a good php book for beginers that maybe teaches you step by step and gets you creating apps or programmes? I'm a complete beginner here so something simple step by step would be good. I have started working through the free online chapters of this book: http://www.sitepoint...irect=phpmysql1 which has been really useful so far, so I have ordered the book. I will let you know how I get on! These tutorials are also good http://www.phpvideotutorials.com/free although go through the old ... 0 bytes Problem with echo << //////////////////////////////////////////////////////////////////////////////////////////// // // This program I got help from one of you, I forgot who it was, and it works beautifully. // //////////////////////////////////////////////////////////////////////////////////////////// <?php $page = $_GET['page'] ; echo <<<END <html><body> <table width="60%" align="center" cellspacing="0"> <tr><td>Hello</td></tr> <tr><td><a rel='nofollow' href="$PHP_SELF?page=instr0001">Chapter 01</a></td> ... 3199 bytes If anyone is aware of sites that offer basic learning tutorials for HTML and Website Design then please provide. Lynda.com - You can learn HTML, CSS and all of the design & development software (Photoshop, Dreamweaver, etc.) w3schools.com is the Best resource to learn webprograming languages. It's all Try & Error to learn programing, Hi, Go to www.onlineworkexperts.com or click on my signature link below, here you can download a free ebook, which will show you how to make a basic website. Hope this is ... 6892 bytes I want to put a 500 page book on the web. But not a novel, it is a Tech Manual - so it must be accessible to any chosen chapter, even page, rather than just read through from beginning to end. It is currently in the form of 500 .jpg files. There's 22 chapters in the book. How best to put these up on my site? Do I have to create an html page for each .jpg file (each scanned page) ? Or can I somehow have one page that displays the chosen page? Whichever way it goes once the chosen page is displayed how do I ... 6957 bytes Hello, I'd like to know what is the best way to create a website to view books online? I'd like users to be able to select a genre from a drop down list, then select a title, and jump to a specific chapter if they are interested, and easily go to "next" and "previous" pages without giving me a headache when I code, and an option to select an author.. etc. I'm willing to learn how to create this, so I'm not looking for someone to hire. (Sorry, I hate saying that, but it's only because every forum I go to ... 5199 bytes Where can I learn C, C++, perl, and php? This is probably too much to ask for, but you don't teach me. Give the URL to where I can learn them. I'm not sure if it in the right forum, but I hope it is. Any help will be accepted and approciated. No offense, but I think you need to learn the English language just a weee bit more first. I know some good web design books which got me started on my quest to be the best. Web Design HTML - "HTML in easy steps" by Mike McGrath PHP - "Sams: Teach Yourself PHP in 24 ... 784 bytes My organization has several chapters in various locations each with its own page on the main website. I want to allow a representative from each chapter to edit their page content. The representatives are not typically very computer savvy. I would appreciate suggestions or advice. You will need some form of content management system. HTML is not enough, you will need server side support. (PHP/ASP/CFM...) Visit http://www.opensourcecms.com for pre made scripts that can help you. 6957 bytes Ok so I have a issue with my manga viewer, and I have no idea how to fix it. Maybe you guys can help me. The error log keeps repeating this line right here. The (...) parts are just my website information so I took them out. [17-Aug-2012 09:37:17 UTC] PHP Warning: is_dir() [<a href='function.is-dir'>function.is-dir</a>]: open_basedir restriction in effect. File(...) is not within the allowed path(s): (...) in (...) functions.inc.php on line 81 Here is the function file, please see if you can help <?php ... 4070 bytes Hi, I have been on www.sakuiweb.com and it says: Anchor element missing a title attribute What does this mean? I think it's probably an accessibility issue so that blind people using screen readers will get a voice telling them what the anchor is or where it will lead when they tab over it (they use the tab key for navigation, not a mouse). Wickham, on 02 July 2009 - 07:47 PM, said: I think it's probably an accessibility issue so that blind people using screen readers will get a voice telling them what the ... 11733 bytes Ooooh, w3c redesign, when was that? I've just noticed though, on the w3c site, they used to always use the h1 tag for the page title (apart from the homepage, where it was used for the site title). Under the new redesign, they're using the h1 tag for the site title/logo and then later on for the content title. Is this bad practice? Semantically which is correct? What about practicality? What about those with Screen readers jumping content? Surely 1 should go to beginning of the document content. What do ... 2780 bytes Never can tell?? A couple of days ago I built a new webpage and as usual tried to validate my HTML 4 strict and CSS 3 . The HTML4 validated just great with CSS2.1, but threw a tantrum when I posted the CSS3 validation code and reran HTML4 Strict. This is the offending line: &profile=css3&usermedium=all&warning=1 which is OK on the CSS validation page, but will not pass inspection if ran AFTER posting the WHOLE link to my web page. Everything is the same except for that last line. Run as CSS2.1 (with " & ") ... |