HTML - Html Code In One Block
Hi guys, im new to the forum, but you all seem friendly and helpful, so here goes!
I'm doing a part-time Uni course 'Creating Websites using HTML', and my assignment involves building a website... simple as that Anyway, I have a question for you experts!... I'm using various PCs (work, home, uni), and whenever I save the files and email them to the next PC im using, when I view the HTML source (from IE - latest version), the text is automatically displayed in one long block!! This is very frustrating and time consuming as I have to break the text up, exactly as I originally typed it. Is there a way I can prevent this from happening? Thanks in advance for any help, Greg Similar TutorialsOk I need a code that would stop links to a specific site, such as photobucket.com. They put links into the slide shows and I need a code that would block these links so that it doesn't not redirect from my page to there's. I'm just now starting to learn html and css so any help would be so welcome. NOTE: This is on a WAMP localhost wordpress setup. I have code in a "static" page that I put there in "edit page" view, HTML tag, in wordpress/dashboard that looks like this: Can someone tell me why image2 shows up "INSIDE" the paragraph block when I look at it in "view page" mode? Code: <div class="promo"> <img class="image1" yada yada yada /> <p> yada yada yada </p> <img class="image2" yada yada yada /> </div> I also have this styling in style.php: Code: .image1 {float: left;} .promo p {float: left;} .image2 {float: left;} My intent was to put the paragraph block between the two images. Image1 floats fine; the paragraph floats just fine; image2 floats fine, but, image2 shows up "INSIDE" the paragraph block, not outside it like image1 does. I want image2 outside and to the right of the paragraph block. Both images float fine without the paragraph block, but when I insert the paragraph block between them, image2 leaps inside the paragraph block. Any help on this will be greatly appreciated. Hello, I am semi new to HTML and was wondering if there is an easy way to adjust a price.. once a user has selected something from a selection box.. so say they pick an item for 10$ the price field then increases 10$.. same for if they downgrade price decreases. any ideas. I have a Web Page with the following HTML code: <div id= "BlockA" > <div style="position:absolute;left:31.82px;top:79.70px" class="cls_005">Text 1</div> <div style="position:absolute;left:340.70px;top:79.70px" class="cls_005">Text 2</div> <div style="position:absolute;left:31.10px;top:92.90px"> <span class="cls_005">Text 3</span> <span class="cls_002">Text 4</span></div> <div style="position:absolute;left:105.02px;top:92.90px" class="cls_005">Text 5/div> </div> "BlockA" is usually displayed without highlighting. However, under certain circumstances (as controled by my Web App), I would like to highlight (e.g. with backgroundcolor = "yellow") "Block A" when the Web page is displayed. The highlight should not change the classes in the div and span within "BlockA". Can anyone suggest how can I do this? Thanks in advance. sg2000 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> Hello! I have a blog on blogger and i want to make a c++ tutorial.. But every time i type "<iostream>" on post, when i see it, it is only "iostream". How can i make a code like the "[code]" from BBcode to cancel the compiling from HTML? Thanx! Hello everybody, I'm new here. I'm redesigning my own website and came up with some tricky situation. I write HTML lessons and I want to put just the pure code in my posts, but they appear as a regular html document... How do I make the code to be shown just as text (code), like we do in the forum boards (code tags or whatever)? I have a website where I want to make a drop down menu that will bring you to different pages. It is a very basic, sort of old-fashioned website that relies entirely on html. What I'm trying to do is make a drop-down menu that will be used as navigation for a section of a website and I want to have it in each internally linked page in that section, but I'm going to be adding more pages to it over time so I want to be able to put the drop-down menu code in a separate text file and then substitute it into the pages that I make that the options in the menu link to and then just edit the code in the text file when I add another page so that I don't have to go back and edit the code every single individual page whenever I add a new one among them. Basically all I'm asking is how I can put html code in a text file and then substitute that code into an html page by referring to the file. Thanks in advance for any help. Dear Forum-goers, If I knew what to search for I would, but I don't know what this idea is called. I want to create a website with code that does the following: <body> (INSERT FROM OTHER HTML FILE: Page introduction) (INSERT FROM OTHER HTML FILE: Content) (INSERT FROM OTHER HTML FILE: Sidebar) </body> Is there a way to do this? If not, then okay. I've tried using <link />, which doesn't do the job. You'll see the line in question in blue font: Code: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en"> <head> <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" /> <title>This is the main page.</title> <link type="text/css" rel="stylesheet" href="journal.css" /> </head> <body> <link type="text/html" rel="content" href="tobelinked.html" /> </body> </html> I have created an html order form and I want the results from the form emailed to me but I can't get the results that someone types in email to me. Below is my html page: Also, my email button will not go to the bottom. I appreciate anyones help!!! <HTML> <HEAD> <TITLE>The Cheese Course Product Order Form from New England Distributors</TITLE> </HEAD> <BODY> <h5 align="center"><b>New England Distributors LLC<br>240 Lakeview Drive, #109<br>Weston, FL 33326<br>(954) 588-2300<br> <A HREF="mailto:newenglanddistributors@gmail.com">newenglanddistributors@gmail.com</A></h3></p> <h2 ALIGN="CENTER"><U>2010 New England Distributors Product Order Form</U></H4> <P><b>Order Online</b>, please fill out the form below and email it back to <A HREF="mailto:newenglanddistributors@gmail.com">newenglanddistributors@gmail.com</A> or<br> <b>Order Via Telephone</b>, please fill out form and call (954) 588-2300 and leave your order on voicemail.</P> <p>The Cheese Course<br>Location: <select name="chzcourselocations"> <option>Pick a location from the drop down list <option>Weston Town Center 1679 Market Street Weston, FL 33326 <option>Midtown Miami 3451 NE 1st Avenue, Unit 100 Miami, FL 33137 <option>The Village at Gulfstream Park 601 Silks Run, #1480 Hallandale Beach, FL 33009 <option>Mizner Park 305 Plaza Real, #1305 Boca Raton, FL 33432 </select></p> <table align="left" width="50%" border="0"> <form method="post" action="mailto:newenglanddistributors@gmail.com"> <input type="submit" value="Send"> <tr> <th width="5%"><u>Case Quantity</u></th> <th width="45%" align="left"><u>Deep River Snacks</u></th> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Original Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Sweet Maui Onion Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Rosemary & Olive Oil Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Salt & Vinegar Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Mesquite Barbeque Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Cracked Pepper & Sea Salt Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Zesty Jalepano Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Asian sweet & Spicy Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Lightly Salted Kettle Chips - 24ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">2oz Deep River Sharp White Cheddar Cheese Popcorn - 24ct.</td> </tr> </table> <table align="right" width="50%" border="0"> <tr> <th width="5%"><u>Case Quantity</u></th> <th width="45%" align="left"><u>Tate's Bake Shop</u></th> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Chocolate Chip Cookies - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Chocolate Chip Walnut Cookies - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's White Chocolate Chip Macadamia Nut Cookies - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Oatmeal Raisin Cookies - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Whole Wheat Dark chocolate Chip Cookies - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Chocolate Chip Oatmeal Cranberry Cookies - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Chipless Wonder - 12ct.</td> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">8oz Tate's Butterscotch Pecan Cookies - 12ct.</td> </tr> <tr> <th width="5%"><u>Case Quantity</u></th> <th width="45%" align="left"><u>Global Beverages</u></th> </tr> <tr> <td><form method=post action="http://www.mcp.com/cgi-bin/post-query"><input quantity="Quantity"></form></td> <td valign="top">7oz Mr. Q. Cumber Soda - 24ct.</td> </tr> </table> </p> </form> </p> <form action="mailto:newenglanddistributors@gmail.com?subject=Website Feedback" method="post" enctype="text/plain"> <table> <tr> <td>Email Adress:</td> <td> <input type="text" name="email_address" value="" maxlength="100" /> </td> </tr> <tr> <td>Comments:</td> <td> <textarea rows="5" cols="30" name="comments"></textarea> </td> </tr> <tr><td> </td> <td> <input type="submit" value="Submit" /> </td> </tr> </table> </form> </body> </html> Hi boys n gals, I would like to embed these social sites in my site, (delicious, facebook, diggs etc) , any one with such HTML codes in one piece? (excuse it if it sounds........) Looking forward to hearing from you Does anyone know if this code has any kind of SEO benefit or what it's relevance is? Thanks in advance! Code: td class="botLinkText" <td class="botLinkText"><a href="http://www.blahblah.com/pages/page.asp" class="botLink">keywords & description</a></td> Hello fellow HTMLer's! I have a serious eye problem-- i am per-assumming-- because I can't figure out what is wrong with my code; When I use my function dart to draw the specs on my table, it seems to do nothing, but I keep scanning my code and I can't figure out what is wrong with it. Any help would be awesome. Thank you! P.S Why haven't the X/HTML gods created an compiler yet, or I'm I out of date! HTML Code: <html> <head> <style> table {border-collapse:collapse} </style> <script> nx=32; ny=32; wx=1000; wy=600; dx=Math.floor(wx/nx); ny=Math.round(nx*600/1000); function dart() {npt=200; for(i=0;i<npt;i++) {x=Math.floor(Math.random()*nx); y=MAth.floor(Math.random()*ny); r=Math.floor(Math.random()*256); g=Math.floor(Math.random()*256); b=Math.floor(Math.random()*256); id1=x+","+y; b1=document.getElementById(id1); b1.style.backgroundColor="rgb("+r+","+g+","+b+")"; } } function getid(id3) {document.form1.idextract.value=id3; comma=id3.indexof(","); x1=id3.substring(0,comma); y1=id3.substring(comma+1, id3.length); document.form1.xextract.value=x1; document.form1.yextract.value=y1; colorstring=document.getElementById(id3).style.backgroundColor; lparen=colorstring.indexof("("); // rgb ( = l paren , = comma1 g , = comma2 b ) comma1=colorstring.indexof(","); comma2=colorstring.indexof(",",comma1+1); r1=colorstring.substring(lparen+1,comma1); //rgb( r,g,b ) you could be a four instead of lparen g1=colorstring.substring(comma1+3,comma2); b1=colorstring.substring(comma2+3,colorstring.length-1); document.form1.rextract.value=r1; document.form1.gextract.value=g1; document.form1.bextract.value=b1; } </script> </head> <body> <table> <script> dy=dx; for(i=0;i<ny;i++) {document.write("<tr>"); for(j=0;j<nx;j++) {color="yellow"; id1=j+","+i; document.write( "<td id="+id1+" style='background-color:"+color+ ";width:"+dx+";height:"+dy+"' onclick='getid(\""+id1+"\")'></td>"); } document.write("</tr>"); } </script> </table> <form name="form1"> id extracted<input type="text" value="id" name="idextract"/input> x extracted<input type="text" value="x" name="xextract"/input> y extracted<input type="text" value="y" name="yextract"/input> <br> r <input type="text" value="r" name="rextract"/input> <br> g <input type="text" value="g" name="gextract"/input> <br> b <input type="text" value="b" name="bextract"/input> <br> <input type="button" value="dart" onclick="dart()"/input> </form> </body> </html> Hello Im some what knew to HTML and im trying to make a Resume for a class, but Im having a little trouble. Im trying to center some headings in my table, but it doesn't seem to work. Also now the education part is next to the headings. <html> <head> <title>Resume - John</title> </head> <body style="background:#B45F04"> <p style="text-align: center;"><b><h2>Resume - John</h2></b></p> <br> <table border="0" width="600" cellpadding="45" cellspacing="45"> <p style="text-align: center;"> <tr> <TH ALIGN=Center Rowspan=2><p><a href="#Ed">Education</a></p></th> <TH ALIGN=Center Rowspan=2><p><a href="#Exp">Experience</a></p></th> <TH ALIGN=Center Rowspan=2><p><a href="#Tal">Talents</a></p></th> <TH ALIGN=Center Rowspan=2><p><a href="#Ref">References</a></p></th> </tr> <td><a name="Ed"><h3>Education</h3></a></td> <td>Table Cell</td> </tr> <tr> <td><a name="Exp"><h3>Experience</h3></a></td> <td>Table Cell</td> </tr> <tr> <td><a name="Tal"><h3>Talents</h3></a></td> <td>Table Cell</td> </tr> <tr> <td><a name="Ref"><h3>References</h3></a></td> <td>Table Cell</td> </tr> </table> <p style="font-family:verdana,arial,sans-serif;font-size:10px;"></p> </body> </html> Hi there,,, I've built my site using web builder app... now I want to make a signup page for my web users... How can I do this??? Is there any HTML code for this, which I can embed to my web page??? Any helps??? I have this website and want to add an extra RSS feed on the right side. I want to use a copy of Equipment & Supplies For Sale, add it right above the orginal and then convert it to RSS feed. The problem is no matter how much I try and figure out which parts to copy and paste, I can't get it to line up or even be in the right table. This might be simple to some of you but is damn hard for me. Could some one copy the complete table which includes the Equipment & Supplies For Sale code or add another one so it displays two complete Equipment & Supplies For Sale. Thanks for your help, code is below Fix Johnson website is http://barrie101.com <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <html> <head> <title>Barrie101 - Your Online Business Community</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <meta name="description" content="Barrie Ontario's online business portal for local information including News, Events, Classifieds, Discussion Boards, Businesses, Links, Newsletters, Polls and Weather."> <meta name="keywords" content="Barrie business city guide, Barrie Colts, Barrie Advance, local community, news, events, classifieds, discussions, businesses, links, newsletters, polls, weather"> <link rel="stylesheet" href="Default.css" type="text/css"> <link rel="stylesheet" href="Site.css" type="text/css"> <script language="JavaScript" src="http://www.barrie101.com/script.js"></script> </head> <body class="PageBODY"> </div> </center></td> </tbody> </table> </td> </tbody> </table> <table cellSpacing="0" cellPadding="3" width="100%" border="0"> <tbody> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td width="100%" height="15"> </td> </tr> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <td></table> </td> </tr> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td><div align="center"><center> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <td><div align="center"><center><table cellSpacing="0" cellPadding="1" width="100%" bgColor="#C9DBED" border="0"> <tbody> <tr> <td><table cellSpacing="0" cellPadding="3" width="100%" bgColor="#FFFFFF" border="0"> <tbody> </tr> <tr bgColor="#C9DBED"> <td><b>Discuss Your New Products or Services</b></td> <td><p align="right"><a href="Discussions.{Extension}">more...</a></td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tbody> <tr> <td bgColor="#1400eb"><table cellSpacing="0" cellPadding="0" border="0"> <tbody> <tr> <td height="1"></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="3" width="100%" border="0" bgcolor="#FFFFFF"> <tbody> </tbody> <tbody> <tr> <td style="padding: 10" colspan="2"><!--BeginFormDisc--><table> <!--BeginDListDisc--> <tr> <td>{Field1} </td> <td><a href="{mtopic_URLLink}?mid={Prmmtopic_mid}&forum_id={Prmmtopic_forum_id}&">{mtopic}</a> </td> </tr><!--EndDListDisc--> <!--BeginDiscNoRecords--> <tr> <td colspan="2">No records</td> </tr><!--EndDiscNoRecords--> </table><!--EndFormDisc--> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td width="100%" height="15"> </td> </tr> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <tr> <td><div align="center"><center> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <td><div align="center"><center><table cellSpacing="0" cellPadding="1" width="100%" bgColor="#C9DBED" border="0"> <tbody> <tr> <td><table cellSpacing="0" cellPadding="3" width="100%" bgColor="#ffffff" border="0"> <tbody> </tr> <tr bgColor="#C9DBED"> <td><b>Equipment & Supplies For Sale</b></td> <td><p align="right"><a href="Classifieds.{Extension}">more...</a></td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tbody> <tr> <td bgColor="#1400eb"><table cellSpacing="0" cellPadding="0" border="0"> <tbody> <tr> <td height="1"></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="3" width="100%" border="0" bgcolor="#FFFFFF"> <tbody> </tbody> <tbody> <tr> <td style="padding: 10" colspan="2"><!--BeginFormClassifieds--><table cellSpacing="0" cellPadding="0" width="100%"> <tbody><!--BeginDListClassifieds--> <tr> <td>{ad_category_id} <br> <a href="{ad_title_URLLink}?ad_id={Prmad_title_ad_id}&{TransitParams}">{ad_title}</a><br> </td> </tr><!--EndDListClassifieds--> <!--BeginClassifiedsNoRecords--> <tr> <td colspan="2">No records</td> </tr><!--EndClassifiedsNoRecords--> </tbody> </table> <!--EndFormClassifieds--> </td> </tbody> </table> <table cellSpacing="0" cellPadding="3" width="100%" border="0"> <tbody> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> <tr> <td width="100%" height="15"> </td> </tr> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <td><div align="center"><center> <table cellSpacing="0" cellPadding="1" width="100%" bgColor="#C9DBED" border="0"> <tbody> <tr> <td> <table cellSpacing="0" cellPadding="3" width="100%" bgColor="#ffffff" border="0"> <tbody> <tr bgColor="#C9DBED"> <td><b>Today's Poll</b></td> <td><p align="right"><a href="PollResults.{Extension}">results...</a></td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="0" width="100%" border="0"> <tbody> <tr> <td bgColor="#1400eb"> <table cellSpacing="0" cellPadding="0" border="0"> <tbody> <tr> <td height="1"></td> </tr> </tbody> </table> </td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="3" width="100%" border="0" bgcolor="#FFFFFF"> <tbody> </tbody> <tbody> <tr> <td style="padding: 10"><form method="GET" action="PollResults.{Extension}" name="Poll"> <!--BeginFormVote--><table> <tr> <td colspan="2"><a name="Vote"><center> <p>{Question}</p> </center></a></td> </tr> <tr> <td></td> <td></td> </tr> <!--BeginDListVote--> <tr> <td>{answer_id} </td> <td>{answer_content} </td> </tr> <!--EndDListVote--> <!--BeginVoteNoRecords--> <tr><td colspan="2">No records</td></tr> <!--EndVoteNoRecords--> </table> <!--EndFormVote--> <center> <p>{VoteBox} <input type="hidden" value="Vote" name="AddVote"/> </p> </center> </td> </tr> </tbody> </table> <table cellSpacing="0" cellPadding="3" width="100%" border="0" bgcolor="#FFFFFF"> <tbody> <tr> </form> <SCRIPT Language="JavaScript"> function update() { document.Poll.AddVote.value = 'Vote'; document.Poll.submit(); } </SCRIPT> </tr> </td> </tr> </tbody> </table> </td> </tr> </tbody> </table> </td> </tr> </td> </tbody> </table> <tr> <td width="100%" height="15"></td> </tr> <table border="0" cellpadding="0" cellspacing="0" width="100%"> <td><div align="center"><center> <table cellSpacing="0" cellPadding="1" width="100%" bgColor="#C9DBED" border="0"> <tbody> <tr> <td> <table cellSpacing="0" cellPadding="3" width="100%" bgColor="#ffffff" border="0"> <tbody> </tr> <tr bgColor="#C9DBED"> <td><b>Featured Business</b></td> I am trying to bold and make the text in this phrase orange: Get 20% Off On ALL Home Improvement Projects!! Deal Ends April 30th! See html below <marquee behavior="scroll" direction="left">Get 20% Off On ALL Home Improvement Projects!! Deal Ends April 30th!</marquee> <p style="font-size:10px;"><a href="http://facebook.com/homeimprovementexperts/">Click Here To Get Weekly Deal Updates</a></p> Hey im looking for a html code so I can hide my url links so nobody can see the url to the websites they are clicking. Thanks in advance Can somebody pls. help me HTML code below ? I simply want to change Font Size ? <text><![CDATA[Lorem ipsum dolor sit amet, <b>consectetur adipisici elit</b>, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. <font color="#CCFF33">Ut enim ad minim veniam</font>, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in <b>voluptate velit esse</b> cillum dolore eu fugiat nulla pariatur. Cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum. Lorem ipsum dolor sit amet, consectetur adipisici elit, sed eiusmod tempor incidunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquid ex ea commodi consequat. Quis aute iure reprehenderit in <b>voluptate velit esse</b> cillum dolore eu fugiat nulla pariatur. Cupiditat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.]]></text> The piece of code is embedded in XML file but i suspect that HTML concept applies here... Mave Hello. I'm having problems. When I link the home button and then go to the page, the home button is all white. Here is a pictu Here is the code: [code]<td rowspan="5"> <a href="http://www.goldgaming.bravehost.com><img src="images/index_03.jpg" width="82" height="135" alt=""></a></td> How can I fix this problem? |