HTML - How To Modify My Html
Hi Guys,
I've just started on my first Facebook Static FBML by inserting code generated by Emailmeform and used two codes I got from photobucket for the header and footer. The result unfortunately leaves two white lines above and below where the message is written. I want the whole box to be in the block blue color. Can anyone advise me what to do? I've posted the code below. Thanks, Colin HTML Code: <a href="http://s827.photobucket.com/albums/zz193/colinbrady1985/?action=view¤t=clubfbmlheader6.jpg" target="_blank"><img src="http://i827.photobucket.com/albums/zz193/colinbrady1985/clubfbmlheader6.jpg" border="0" alt="Photobucket"></a> <form method="post" action="http://www.emailmeform.com/fid.php?formid=534066" enctype="multipart/form-data" accept-charset="UTF-8"><table cellpadding="5" cellspacing="0" border="0" bgcolor="#01ABE8"><tr><td><font face="Arial Rounded MT Bold" size="3" color="#ED8E22">This is the first crucial question. Just type in your answer along with your email address to be in with a chance to win!</font> <div style="" id="mainmsg"> </div></td></tr></table><br><table cellpadding="3" cellspacing="0" border="0" bgcolor="#01ABE8"><tr valign="top"> <td nowrap><font face="Arial Rounded MT Bold" size="3" color="#ED8E22"></font></td> <td><textarea name="FieldData0" cols="160" rows="1"></textarea><br> </td></tr><tr> <td colspan="2"><table cellpadding=5 cellspacing=0 bgcolor="#01ABE8" width="100%"><tr bgcolor="#01ABE8"><td class="label" colspan="2"><font color="#ED8E22" face="Verdana" size="2"><b>Image Verification</b></font></td></tr><tr><td class="captcha" style="padding: 2px;" width="10"><img src="http://www.emailmeform.com/turing.php" id="captcha" alt="captcha"></td><td class="field" valign="top"><div><font color="#FFFFFF">Please enter the text from the image</font>:<br><input type="text" name="Turing" value="" maxlength="100" size="10"> [ <a href="#" onclick=" document.getElementById('captcha').src = document.getElementById('captcha').src + '?' + (new Date()).getMilliseconds()">Refresh Image</a> ] [ <a href="http://www.emailmeform.com/?v=turing&pt=popup" onClick="window.open('http://www.emailmeform.com/?v=turing&pt=popup','_blank','width=400, height=500, left=' + (screen.width-800) + ', top=100');return false;">What's This?</a> ]</div></td></tr></table></td></tr><tr> <td> </td> <td align="right"><input type="text" name="hida2" value="" maxlength="100" size="3" style="display : none;"><input type="submit" class="btn" value="SEND ANSWER" name="Submit"> <input type="reset" class="btn" value=" START AGAIN " name="Clear"></td></tr><tr><td colspan=2 align="center"><br></td></tr></table></form> Similar TutorialsNeed some help with coding. I'm a designer with little experience with programming. 1. I want the video to be centered in its column on the blog 2. I want to be able to choose the cover frame of the video (the still image it displays before it plays). 3. There are slim black bars on the left and right of the video. I think it is from the player. Is there any way to remove those? This is the basic code I have now. Any help would be appreciated. <p><embed src="http://freevideocoding.com/flvplayer.swf?file=http://www.1-on-1fitnesstraining.com/blog_videos/intro_02_no_mograph.flv&autoStart=false" width="360" height="264" quality="high" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"></embed></p> Hello, I would like to put the following Javascript into some of my posts on my Message Forums, but the Invision Boards don't allow javascripts to execute. Therefore I can put only HTML code. Code: <script language="JavaScript1.2"> //Disable select-text script (IE4+, NS6+) function disableselect(e){ return false } function reEnable(){ return true } //if IE4+ document.onselectstart=new Function ("return false") //if NS6 if (window.sidebar){ document.onmousedown=disableselect document.onclick=reEnable } </script> Any help will much appreciated! This is my first plea for help in this forum. Here goes: Firstly I'm very new to all this, so this is probably very simple for some of you guys. Anyway, I got a free autoresponder from getresponse, I placed the script on a blogger.com page and it works great. However, it is one stupid looking, big, bulky, disproportioned piece of work. So, I'd love to be able to modify the size of it and maybe change the border, add a bit of colour or a jpeg or...well you know, jazz it up a bit. I submitted a ticket to their support section. They responded with a "get your website tech dude to do his thing, we can't help you" So, here I am, any ideas? Oh, do you need to see the script in order to advise me? Any help is really appreciated. Tony. i am trying to add a page to my site. i have to use this template. i want to show a graphic product link next to a descriptive text area. so far i can only get them to appear one under the other, not side by side. i think i need to split the page up into columns which i don't know how to do. also there are 2 lead-in paragraphs before the image and text...how do i just split the bottom of the page? thanks for any assistance. myheadhurts! Hi I am working on a new website and I would like to be able to modify my menu from one document instead of having to go through all of the 30 pages and copy and paste the code. Theres got to be a way to do this, the menu for each page just needs to point to another document for the code....ugh frustrating! Thanks for any help, Alex recently i have been brosing thru many web templates and have downloaded some of the,.. well now i want to modify the text and put my text in those .. well i aint have any idea on how to do that..? well if text manipulations are possibly (which i think it is ) then hpw do i program it that on clicking this button it must go to the next page or load another page ....? i would be glad if you guys could help me out ... -------------------------------------------------------------------- professional web design I've just inherited maintenance duties for this site, and have encountered a problem with headers. Here's the error I'm getting: Warning: Cannot modify header information - headers already sent by (output started at /home/cookin/public_html/index.php:3) in /home/cookin/public_html/index.php on line 3 I've been trying to fix this all day, and can't seem to find the problem. Been looking for white space but can't find any. Maybe a fresh set of eyes will be able to see what's going on here. Thanks in advance to anyone who can offer any insight. Here's the header code: <head> <?php header('Content-type:text/html;charset=utf-8');?><?php require_once "/home/cookin/public_html/cmsAdmin/lib/viewer_functions.php"; list($homepageRecords, $homepageMetaData) = getRecords(array( 'tableName' => 'homepage', )); list($quotesRecords, $quotesMetaData) = getRecords(array( 'tableName' => 'quotes', 'limit' => '1', 'orderBy' => 'RAND()', 'loadUploads' => '0', 'allowSearch' => '0', )); ?> <link href="p7ap/p7ap_02.css" rel="stylesheet" type="text/css" media="all"> <script type="text/javascript" src="p7ap/p7APscripts.js"></script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> <link rel="shortcut icon" href="http://www.whatscookin.ca/favicon.ico"> <title>What's Cookin' Kitchen and Catering in Erin</title> <meta name="Description" content="What's Cookin' in the Village of Erin provides ready-to-go meals, event catering, special savouries and quality kitchen wares. Our products are made-from-scratch in small batches from our own recipes to ensure we offer only quality goodness and great flavour."> <meta name="Keywords" content="kitchen, erin, catering, organic foods, 100 mile diet, jo fillery, village of erin, hills of headwaters"> <link href="styles/whatsCookin.css" rel="stylesheet" type="text/css"> <link href="styles/whatsCookin_print.css" rel="stylesheet" type="text/css" media="print"> <!--[if IE 5]> <style>body {text-align: center;}#wrapper {text-align: left;}.menulist a {float: left; clear: both;} #column_wrapper {height: 1%;}</style> <![endif]--><!--[if lte IE 7]> <style>#wrapper, #footer, #masthead, #column_wrapper {zoom: 1;}</style> <![endif]--> <link href="navigation/p7PMMh10.css" rel="stylesheet" type="text/css" media="all"> <script type="text/javascript" src="navigation/p7PMMscripts.js"></script> </head> Im making a calendar table and i want to be able to change the color of the background depending on the status of the date. and i wanted to know were do i code the conditional statements to determine the color of the background? and hot do i make that text take me to a form when you click on it? thanks for the help, Tavo I just upgraded all my .HTML pages to .PHP . But now I noticed that when my pages pull up in the search engines like Google, Yahoo, and MSN. They still show the old .HTML links?? When they click on the webpages from the search engines results you get error 404 page cannot be found. How can I update the search engines or add code to my page so the search engines will reflect the new .PHP pages. Also it's been over a good week since I've update to .PHP Thank you all in advanced!! My html problem keeps failling, with all my image codes.. shown for 10 errors which are all for the images what's wrong? Here is the 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> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <!-- New Perspectives on HTML and XHTML 5th Edition Tutorial 2 Case 2 Fiddler Home Page Author: Date: 2-16-2011 Filename: home.htm Supporting files: fiddler.jpg --> <title>, ITSE 1411 Lab Project 2, Tutorial 2 Case 2, Due 02/23/2011</title> </head> <body> <div> <img src="fiddler.jpg" alt="Fiddler on the Roof" /> <hr /> <a href="home2.htm"><img src="home.jpg" alt="home" /></a> <a href="slide1txt.htm"<img src="start.jpg" alt="start" /></a> <a href="slide1txt.htm"<img src="back.jpg" alt="back" /></a> <a href="slide2txt.htm"<img src="forward.jpg" alt="forward" /></a> <a href="slide6txt.htm"<img src="end.jpg" alt="end" /></a> <br /> <a href="slide1txt.htm"<img src="thumb1.jpg" alt="slide1" style="border-width: 5" /></a> <a href="slide2txt.htm"<img src="thumb2.jpg" alt="slide2" style="border-width: 0" /></a> <a href="slide3txt.htm"<img src="thumb3.jpg" alt="slide3" style="border-width: 0" /></a> <a href="slide4txt.htm"<img src="thumb4.jpg" alt="slide4" style="border-width: 0" /></a> <a href="slide5txt.htm"<img src="thumb5.jpg" alt="slide5" style="border-width: 0" /></a> <a href="slide6txt.htm"<img src="thumb6.jpg" alt="slide6" style="border-width: 0" /></a> </div> <hr /> <div> <img src="slide1.jpg" alt="slide1" /> </div> <blockquote> <p><i>Do You Love Me?</i> sung by Deb Ingalls and Thomas Gates</p> </blockquote> </body> </html> As the title states I've been using Microsoft Word 2000 to create my web page but now want to make a simple no frills html HTML document. Is there a simple and quick way to do it ? I know I can simply create a new HTML document and then just copy and paste the links but is there a utility that can do this ? Many thanks Hi, so I'm trying to make this e-mail newsletter. It's entirely images, tables and text. So no javascript, just plain stuff. I tried attaching it as a signiture file and I had trouble sending it. It also didn't come out right. I'm trying to avoid using a software. Its basically just a block of HTML I need to show up as the only content in an email. If you just put HTML into a email text field, it just shows the HTML code in the email as text. Any ideas? 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 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 I am still new to the web page world, but the website I originally created (in japanese) was passed on to a programmer. He did a lot of "upgrades" to the site so he says, but he left. Now I am in charge again of re-modeling the site. The problem is I am trying to figure out why there are so many dead links. I have looked up and down the server, but can't find anything. Ok before I confuse anyone else here is what I am talking about. For example this page that I originally made : Code: http://www.discoveryfirm.com/tokushu/index.html cannot be found but if I take of the end: http://www.discoveryfirm.com/tokushu/ the page is there. Now I am trying to fix a lot of dead links, but I cannot figure out what the programmer did to the site. I am still new to all the high-tech features in the web world. Could somebody please explain. Hello Friends, I need a tool which can remove HTML comments from an HTML page. I don't want to create a regular expression to remove HTML comments rather I need a tool which should have command line support also so that it can be integrated with build process. Please advice. Thank you. i just started working on addicted2ally.com, and for some reason, my index.html is showing the text of the html instead of well, doing it lol helppp!? 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 I need a simple example to take input, and give an output, such as input: height weight output: body BMI thanks Hi everybody, I've invented a means of converting HTML to keywords. http://4nf.org/tool/ What do you think of it? Any kind of feedback is greatly appreciated! Thanks in advance and kind regards |