HTML - Basic Html Assistance Required.
Hi
I need some help please. I am very un-educted person when it comes to anything www related but could design a bridge from scratch....: I have selected view source from a website and had a look at the HTML that makes it all tick. I have changed a few things (text size and colour) and would like to preview it and see if I have managed to change anything and see if I understand the basics of html. My problem is I copied the source file and pasted in into word from where I changed it. Can one preview the site with any word function or would I require other software?? When I select the "webpage preview" it still comes in html formatt. Could someone please explain (IN PLAIN ENGLISH) how to go about this..... Thanks Similar TutorialsRight now, working with my website is a bit of a pain in terms of adding content and the way it's displayed on Google looks very unprofessional. I am currently acquiring some assistance so I can get my website back on the road. Please contact me by MSN @ michael40449@gmail.com OR on Steam, my username is soldatboi76 First come, first serve. EDIT: Site is also viewed unaligned with the Internet Explorer browser (Margins) I made a change to this page - don't remember what I did but in the left hand column there is a green box titled M.J. Rose Books. The box moved to the bottom of the person's list of books and I want it at the top of the list. How can I get it back up there? Thanks. http://www.bestsellersworld.com/revi...nationist2.htm I'm still experimenting - trying to set up a format for a newsletter. Please look at this page: http://www.bestsellersworld.com/test3.htm I had the yellow column on the left up under the blue logo which is where I want it but as soon as I start adding things in the center my column starts moving down. How can I move the info in the middle so it doesn't affect the columns on the left. Also I noticed the writing in the center keeps "centering" and I don't want it to do that. Thanks. Hi all, I've been scouring the net for the past week+ looking for proper techniques to format a site using div tags. I found loads of general information, but nothing practical for me. I'm really not html savvy by any means and I used absolute position div tags to put this page together. I would love to know the proper way of formattting a site. To view the page and source code, you're welcome to take a look he http://tbsnyder.com/siteSetup Basically, what it is, is a huge section of AP div's and then a section of the div id's displaying all of the text/images, etc. For every div tag defined in css, there is the text/images that go with it underneath. I'm sure this is the wrong way to format a site, but it's the only way I know how to since I don't know html very well. If it would be easier to view by having the site on your desktop, I could upload a zip containing everything I would really appreciate any assistance that anyone could give me. edit: something I forgot to add is that one of the reasons I would like to properly format this page is to allow the content to auto-center as the user drags the browser window open. Right now, everything is stationary due to the AP div tags...I tried a few solutions, but everything seems to get overridden by the AP div's. Hi guys....My site is movehumanityforward.com Last nite I put a footer at the bottom using html. It is tabbed despite being aligned left and does not align with the top header/banner. Can you tell me the code to get it all the way to the left? I'll use CSS if necessary as my page is a combination of both, but I am a novice at this stuff. Thank you sincerely, friend! Mikeal hey guys, kinda new at this stuff... just wondering....lets say i am calling 2 different page in 2 frames (one page in each frame) in one html..and lets say those 2 pages require you to login through username and password....i want to create a applet that will allow me to enter credentials(username and password, if they are the same) in that applet(or dialog box) and which use that info and log in 2 both sites... please help me out.,.. thnx Can anyone help me with a HTML tutorial? I need a little bit advanced tutorial. Thanks in advance. I am attachinga a screen shot can anybody give me hints for developing the screenshot. I am new to HTML . Help me out in resolving this problem. Hello, just joined what looks like a great resource for HTML help. I am looking to have a form with two actions, "save as draft" and "do your thing". Both buttons would go to different scripts in the background which would perform different tasks, ie one saving the form data somewhere, and the other doing the work required. My understanding of HTML forms is that you can only have one submit action, but I am no expert. Has anyone had any experience of doing something similar? If so what would you recommend? Any suggested reading much appreciated. Thanks CKS Hi, I have put together a HTML page in Dreamweaver for Mac to act as a listing page to sell on Ebay. When I copy this into the description box in Ebay the page appears well ove the Ebay boundaries. There appears to be a specific area within which your description must appear but I can't make it fit. I've tried removing the 'head' and 'body' tags as an Ebay guide says that these are automatically input for you but that then removes my page formatting, fonts, image placement, etc. Does anyone know if there is a specific code that you need to put in to your listing to make it fit the page or if there is anything else im supposed to be doing. Please help!!! im using a simple mailto: type form and need some of the fields to have required entries. listed below is what i am using - any suggestions?
HTML Code: <form method="post" enctype="text/plain" action="mailto:someone@anywhere.com"> <table width="540" border="0" cellspacing="1" cellpadding="1" hspace="15"> <tr> <td height="20" width="127"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Name</b></font></td> <td height="20" width="404"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="text" name="textfield" size="40" maxlength="200"> </font></td> </tr> <tr> <td width="127"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Address</b></font></td> <td width="404"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="text" name="textfield2" size="40" maxlength="500"> </font></td> </tr> <tr> <td width="127"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Phone</b></font></td> <td width="404"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="text" name="textfield3" size="40" maxlength="15"> </font></td> </tr> <tr> <td width="127"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Mobile</b></font></td> <td width="404"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="text" name="textfield4" size="40" maxlength="15"> </font></td> </tr> <tr> <td width="127"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Work</b><br> </font></td> <td width="404"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="text" name="textfield5" size="40" maxlength="15"> </font></td> </tr> <tr> <td width="127"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Email</b></font></td> <td width="404"> <font face="Verdana, Arial, Helvetica, sans-serif" size="2"> <input type="text" name="textfield6" size="40" maxlength="200"> </font></td> </tr> <tr> <td colspan="2"><font face="Verdana, Arial, Helvetica, sans-serif" size="2"><b>Booking</b> <input type="radio" name="radiobutton" value="radiobutton"> <b>Enquiry</b> <input type="radio" name="radiobutton" value="radiobutton"> </font></td> </tr> <tr> <td width="127"> </td> <td width="404"> <input type="submit" name="Submit" value="Submit"> <input type="reset" name="Submit2" value="Reset"> </td> </tr> </table> </form> Never mind! Hi guys, Could you please help me in giving the code that takes data from the fields in HTML form and when submit button is clicked the mail has to go to the intended user through Microsoft office outlook. Please help me... its very urgent Thanks & Regards Karteek Challa So, i am very new to writing html, just started learning. I have created a very basic page for practice(the code is below) using text edit on a macbook. The file is saved with the .html extension. The problem lies in when i try to load the page with a browser(i have tried both safari and firefox), i double click it and the browser opens the file, but it looks exactly like the source file. It shows all the tags and everything that is written in the source code. I have been trying to figure out what i have done wrong for hours now, have tried all the variations of 'doctype' tags and none fixed the problem, have also tried it without a 'doctype' tag and same thing happened. Can someone please look at the source below and give me any help possible? I am very new to this, so maybe it will make complete sense to someone out there. Thanks a lot in advance. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <title>Title</title> </head> <body> <h1>Header</h1> <br> <p>Paragraph contents will go here.</p> </body> </html> Hi I am trying to add some custom text below a frameset. Basically can anyone add just a simple header below the frameset in the following code> Code: <html> <frameset cols="25%,*,25%"> <frame src="frame_a.htm" /> <frame src="frame_b.htm" /> <frame src="frame_c.htm" /> </frameset> </html> The code comes from this page: http://www.w3schools.com/tags/tryit....tml_frame_cols and I've tried the usual ways of adding a body tag and added a h2 tag below it, but i can't get it to work - either i can get the h2 tag to appear or the frameset. Can anyone help? Thanks hi, i have just decided to make my own web site! Please could you tell me some bacis things like marquee effects etc. Many thanks , Hey there! I'm new to this! I just started learning HTML like week ago and I doing pretty good. but anyways, I was wondering how long does it take to learn HTML, XHTML, CSS and so on to create a social networking like facebook at least? HI, im trying to self learn HTML, things were going ok until i get to FRAMES. I have an INDEX.HTML, which splits the page into 3 frames. Each of the 3 frames then load other pages(banner, main, and menu .HTML). I have my 3 frames, but there is nothing in then, I think its the path I have wrong, but tryed main alternatives. This is a very basic problem, im sure someone can tell me what ive done wrong. Of course im loading these HTML pages from the same folder on my desktop. HTML files attached.. Thanks in aDvance! I have started making a simple website with notepad which me and my friend could use. I've got a bit of a problem though. I know basic HTML but don't know how to get around this: In the folder I have two files: Lauch(Which opens the website), and a folder called Pages. In the folder 'Pages' I want the other pages for the website, but as his system would have different names, I can't exactly put: C:\My Files\HH Tool, if his is C:\His Files. Get me? I tried linking to: \Pages\Information.html . But it didn't work. I'd appreciate and answer ASAP. Thanks for whoever replies or answers. |