HTML - Newbie - Large Text Html In Php
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 Similar TutorialsHi all, I'm trying to set up a website for a campus journal that features longish essays as its primary content. I'm struggling to find a way to format large checks of text without too much work. I essentially want to be able to copy and paste 6-10 page essays from word and have them keep the formatting. Is this possible? Do you have any other suggestions for working with text? I consider myself more of an artist and less of a coder so your help is much appreciated. Thanks, Nick I want 50 text fields for a form on a webpage. Is there a way to do this using a loop instead of manually writting the html code for all 50. I have tried this but it does not work. Code: <script type="text/javascript"> var i; for(i=0;i<50;i++) { document.write("<tr>"); document.write("<td>~address(i)~ </td>"); document.write("<td>~name(i)~</td>"); document.write("<td><input type="text" name="name[i]" maxlength="16" value="~name(i)~" size="20"></td>"); document.write("</tr>"); } </script> Thanks 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 This is perhaps not the most suitable for this question, but I have been given two html files that are saved 'reports' produced from a company system. Before anyone suggests it, they cannot be re-produced for me in a different form. The files are 75Mb each!! Very large html files. I have been asked if I can convert the rendered html view of the files (so not the html source code) to another form, for example RTF or PDF, or any form that is suitable. Other than www.htmltortf.com and opening the files in Office and exporting them, can anyone suggest any way to do this (Office cannot handle the file size, and HTMLtoRTF requires payment for the full version). Thanks Ted I have a scrolling text bar going across my site, but I would like to limit the amount of times it will scroll. It seems kind of annoying to be scrolling forever. Ideally, the text would scroll 3 times and then disapear. Any help would be great. Thanks, Scott 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'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 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 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! 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 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. 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! 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> 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 I have several websites that I maintain and update. A lot of them are just textual changes and I would think my customers can do these themselves by editing a simple .txt file. I was hoping my choices are avalable so that I can just insert this tag into my web pages and then give them login info to their edit page or show them how to upload the .txt file. I hope this is an easy one with several answers. Is it possible these tags could discipline your rankings in the search engines? Thanks, Jason i have a lot of text files(2-400) all have quite alot of text inside them so is there some software that can help me convert it all into html pages?? somthing that i am doing right now is: copied all of my text files pasted them into other location and editing each file and giving extention html/htm. now can u tell somthing better?? all the files will open in same frame(obviously one at a time), all have styling n everything same. Hi everyone, I've been searching around the web trying to find out how I can send using Outlook a html and text email newsletter automatically. I am quite happy creating html only newsletters, and text ones for that matter, but I have been digging and believe that by using multi-part code I can send to both and the recipients email client "allows" whichever version to be displayed - does this sound right? I'm hoping to simply create the html with the relevent mime references and boundaries (dont know what they are but have seen them on enough Google'd pages to know that they mean something!) and then copy and paste into Outlook - the newsletter is only going out to a few people at a time. Any suggestions or advice would be very greatly appreciated. Regards Allan |