HTML - Newbie Html Query
Hello
As a newbie to html I can just about manage to build a webpage with text in the middle, photographs at the bottom and even adding an e-mail address. I would like to make the page much more proffessional looking by adding buttons on the left hand side, splitting the text into two columns with perhaps photographs as part of the second column. I was hoping someone could point me in the right direction as to where to start. I do not mind finding out on the web the code etc needed but would appreciate a little guidance. For instance do I need to make tables or is it forms! Do I need a table for the buttons and then a table for each column. You can see I am getting confused.... Thanks very much Similar TutorialsHey guys I'm trying to build my own website and sell an e-book on it *too poor to afford a webmaster at this point so I'm using a friend's Dreamweaver program to build my site* I have five panels for my menu but 6 pages for my website. the last page is a download page where they are taken after after paying for the book and this is not listed in the web menu panel as it contains the download link. if i used this as my html reference link, would this work if the page is loaded on the server ? eg www.dreamtime.com/thankyou_yourpurchase.html the code would be something like this and the page is already loaded on the server but would it work and if not, what should i do ? Any advice would be so helpful as i thought i could do this but when i typed in the download page, it didn't come up though the page is already on the server. Thanks :-) Faye Hello! I' completely new at this so bear with me! I have one of those floating opt-in boxes (hover ad) on my site and when the visitor types in his email and name and hits submit I want the little pop up window to be automatically closed too, leading him back to the homepage. I've tried "onClick= close.wondow()" but that closes both the window and the homepage. Is there any way around this? This is the html part of the code for the subscription form. Thanks in advance! Code: <!---START OF ADD FORM--> <form action="http://freeautobot.com/cgi-bin/autores/autores.cgi"> <input type=hidden name="do" value="add_lead_external"> <input type=hidden name="Username" value="tary"> <input type=hidden name="Stop_Status" value="Active"> <input type=hidden name="Cycle_Number" value="0"> <input type=hidden name="Success_URL" value="www.thepolyglotblueprint.com"> <input type=hidden name="Failure_URL" value="http://freeautobot.com/Failure.html"> <input type=hidden name="Notes" value="Added from opt-in form"> <tr><td><DIV ALIGN=CENTER> <img src="http://i1082.photobucket.com/albums/j366/TezaStone/Screenshot2011-06-07at61332PM.png" alt="" width="366" height="122" /></div></td></tr> <table> <tr> <tr><td height="32" width="10%" align="left" valign="middle"> </td> <td height="32" width="28%" align="left" valign="middle"><div style="font:bold 13px verdana, sans-serif; letter-spacing:-1px; color:#363636; margin:0px 5px 0px 0px;">Name:</div></td> <td><input type=text name="Name" value=""></div></td> </tr> <tr> <tr><td height="32" width="10%" align="left" valign="middle"> </td> <td height="32" width="28%" align="left" valign="middle"><div style="font:bold 13px verdana, sans-serif; letter-spacing:-1px; color:#363636; margin:0px 5px 0px 0px;"> Email:</div></td> <td><input type=text name="Email" value=""></td> </tr> <tr> <tr><td height="32" width="10%" align="left" valign="middle"> </td> <td><td height="50" colspan="3" align="center" valign="middle"><div style="font:bold 13px verdana, sans-serif; letter-spacing:-1px; color:#363636; margin:0px 5px 0px 0px;"><input type=submit name="submit" value="Get My Report!"> </div></td> </table> </tr> <tr><td><div align=center>We respect your privacy and never sell or rent our subscriber lists.</div></td></tr> Hey Guys, I was linked to this site from a friend and told you could help me out. My fingers are crossed! So I'm trying to implement a chat-room software on my website. It works fine on FireFox and Google Chrome. It also passes the XHTML validation from w3cschools. So, what is the issue? It won't work in internet explorer. The website is http://rsmonkey.co.cc/chat/index.html The current source to that page is here (got some help from a friend in trying to fix it): HTML 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 rel="stylesheet" type="text/css" href="style.css" /> <title>V3 Chat Rooms</title> </head> <body> <a href="#" onclick="window.open('http://www.rsmonkey.co.cc/chat/index.php','Game Development Chat','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,width=600,height=488,left=380,top=120');return false;">Algonquin College Game Development Program</a> </body> </html> The instructions given to me with the software we Quote: d) Finally, add the following link to your webpage, <a href="#" onClick="window.open('http://www.YOURWEBSITE.com/v3chatrooms/index.php','v3chatrooms','toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizab le=0,width=600,height=488,left=380,top=120');return false;">Chat Room</a> When I try to click on the hyperlink (correct term i think?) in Internet Explorer 8, it displays "Error on page." The error is: Quote: Webpage error details User Agent: Mozilla/4.0 (compatible; MSIE 8.0; Windows NT 5.1; Trident/4.0; .NET CLR 1.1.4322; .NET CLR 2.0.50727; .NET CLR 3.0.4506.2152; .NET CLR 3.5.30729; .NET4.0C; .NET4.0E) Timestamp: Sat, 15 May 2010 16:08:54 UTC Message: Invalid argument. Line: 10 Char: 1 Code: 0 URI: http://rsmonkey.co.cc/chat/index.html Please someone give me a hand with this! Is it possible to a background as a layer(that is the background is a centered layer no matter how big a monitor's screen is)? A simple javascript won't be bad, i'm still a html beginner, i've done the first part of a university course on html but i'm designing a website that may need some features more advanced than i've gotten in the course. Also, can someone explain to me how forums work or how they are written in html. I don't understand how to make a forum that can accept posts immediately (kinda like this one). Is a javascript necessary for forums? Thanks a lot ____________ conservatories Fruit Machines Hello..Just to describe my situation to you. I am new and don't know how to create webistes, and I have no shame in that. I am fairly familiar with computers as I spend about 4 hours a day on computer. I have always wanted to know how to create webistes and create one of my won. I don't want to use geocities or freewebs, since that's not creating websites..there's no skill in that..I want to learn the hardcore html. I am sure it's not hard once u get the hang of it but I have no clue. What I am asking of you pros on this site is: 1) suggest a good html creating software..somthing easy to understand and use for a beginner. 2) suggest some websites which give free megabites for you to start your site. Somthing I can practice html on. 3) If yuo are going to use html terminology..plz explain Thank You..Any help would be greatly appreciated..doesn't have to be much P.S. I know how to use utorrent well..so any program you suggest to me won't be a problem to find for me. TY I just need to write an html page (or asp) or whatever, that takes a varialble from a form and opens/makes an http call to another page using the variable the user input. For example, the user enters there name (Bob)on a page and hit submit. I need Bob at the end of the call. I then need the following opened/called or whatever. http://www.somesite.com/script/Bob I am very new to programming and just need this for a quick work project. I have very limited HTML training, but I'm trying to find out how to write some HTML code that will allow a website or blog visitor to: 1. Enter their email address in a form field 2. Select a choice from a drop down menu Once they've done that and hit a submit button, I would like to have the info emailed to me. I know this is possible, but is it possible to have this text on a blog like Blogger, or do I have to have my own webpage with specific settings or formats? Thank you so much in advance. Hi I have a small PHP page, where I would like som VERY large text but I cant seem to get it above 7 Code: echo "<p><font size=7 color=red> $row[0] </font></p>" ; I would like it VERY big - like 40 Can anyone tell how to achive this? Thanks Lhg I am trying to write code that would allow me to have a list of products and it would be able to enter the amounts specified in boxes and give you the total once you press the total button.... I have pasted bellow what I have written so far... I am trying to figure out how to make it work... Please help me ! <html> <body> <p> Product 1<INPUT type="text" name="A" value="" onChange="A.value"> Product 2<INPUT type="text" name="B" value="" onChange="B.value"> <input type="submit" value="Total"> <input name="answer" type="text" size="4" maxlength="10" onClick="document.calculator.ans.value+='A.value+B.value'"> </p> </body> </html> I am creating my first web page through HTML using notepad. How do I view it (without publishing it) on a web page? What ive done right now is open internet explorer to a blank page (meaning not connected to the internet) and I thought id be able to view it by opening up view code and then cut and pasting my code into it that way. It didnt work! Im stuck and Im trying to get creative to find the answer but am not finding one. If anyone knows- a simple and VERY detailed explanation would be great! Im very new to the web- thanks in advance! Okay so I know nothing about html, just want to be upfront about that. However, I got saddled with the duty of making a page for my LOTRO kinship. I downloaded PageBreeze html editor, since it has visual mode, and downloaded a template for my site. I got to work customizing the site, adding pictures, text, etc. Everything looked great (all in visual edit). I then clicked the "Preview (Internet Explorer)" tab.. and it doesn't look the same. There's some huge white box behind everything that I can't get rid of because I can't seem to locate it on the editing tab. And then I also noticed that there is like a foot of empty space on the right-hand side of the page that I can't seem to get rid of either. If anyone could help me out with this, I would really appreciate it. If needed I can attach screenshots of what the page looks like in the visual editor, and what it looks like on the preview tab, as well as the code. Thanks in advance to any kind souls willing to take this on =/ Hi: I am new to this group and to html programming .. sort of. I am trying to find a way to display http headers from an html file (index.html) The scenario is that I can display the http header variable and value information in my apache access.log file by setting the logformat in the httpd.conf file; and I need to verify that these are all available in the launched index.html file And recommedations greatly appreciated. Ron Dear friends I want to make a attractive home page of my site with using j-query please guide me How can I use J-Query _______________________________________________________ Hey, ever'body. I's just wonderin': Is it possible to restrict noise coming from one HTML frame, but not another? Thanky. Also, there's another thing. Is it possible for a frame to go to a random page chosen from a list the webmaster can input? Simple codes for these actions would be appreciated. You see, I'm a student, and I need some study material. I'd like someone to make an outline for my page. I've made a rough sketch: The left menu and the title place are meant to be "connected" and they should both be 44FFFFF. The body place is just meant to be white. I want to display my web page some proverbs simultaneously one after another such that at a time only one proverb is displayed in the web page. How can I do that? I have a large table of data from a travel based web site. I'd like to add some sort of user-friendly mechanism for sorting the table by some of the columns, I've tried some javascript approaches I've found on the internet, but haven't had much luck implementing it in a way I'd like. Such as found at this site: http://mguglielmi.free.fr/scripts/TableFilter/?l=en Current layout of table: [img=http://img210.imageshack.us/img210/3937/tablers7.th.png] I'd like to be able to sort by month, destination (e.g. a "Fiji" option which pulls up all listings containing the word "Fiji") Anyone have any suggestions which might help or be suitable? Thanks I have looked at this forum and several others and cannot find an answer to this problem. My pages for this site are all .html. I do not know if I am wording this correctly to get a response but here goes. If I have a url of mysite.com/ResultsGeneral.html?kwds=Frisco+Texas I would like to display Frisco Texas several places on the web page. I have tried several solutions and get close with <!--#echo var="QUERY_STRING_UNESCAPED" --> but this gives me a result of kwds=Frisco Texas. I want the display to read Frisco Texas without the kwds=. At some point I am going to change this site over to .php or maybe .asp but there are many pages and for now I need to stay with html. I am using a windows server. Any help would be appreciated. If I need another forum or to word the question differently, please let me know. Thanks in advance. Bob. hello all im all new to this HTML so hopefully everyone can understand me im just playing around with HTML at the moment using notepad to learn whats what but i cant find a way of putting images or tex in the middle of the screen by it self it all just stays on the left handside? can anyone explain or give me the code for it please. also if anyone knows of any good starting books or software to help me on my HTML quest cheers Html email does not display image background in Outlook, Gmail, Yahoo and MSN, i am using PHP code.. the images will not appear when sitting it as a back ground in the TD. but i am sure with my file path, it will only display if being coded as <img src=images.jpg> |