HTML - Simple Webpage Setup
The website I am trying to build is as follows:
Website Logo (a jpg file) Left bar (4 jpgs) | The content (some text) | Right bar(2 jpgs) Footer(some text) This is what I have coded so far: HTML Code: <body bgcolor="#3598FE"> <!-- start header --> <div id="header"> <div id="logo" align=center> <img src="images/The_LastPic_Logo_Final_Nov_3.jpg" width="463" height="193" /> </div> </div> <!-- end header --> <!-- start page --> <div id="page"> <!-- start leftbar --> <div id="leftbar" class="sidebar"> <table> <tr><td><a href="http://www.google.com"><img src="images/baseball_home.jpg" width="230" height="64" style="border-style: none" /></a></td></tr> <tr><td><a href="http://www.google.com"><img src="images/volley_uploadVideo.jpg" width="230" height="64" style="border-style: none" /></a></td></tr> <tr><td><a href="http://www.google.com"><img src="images/puck_aboutTLP.jpg" width="230" height="64" style="border-style: none" /></a></td></tr> <tr><td><a href="http://www.google.com"><img src="images/football_officialRules.jpg" width="230" height="64" style="border-style: none" /></a></td></tr> <tr><td><a href="http://www.google.com"><img src="images/basketball_ReleaseFroms.jpg" width="230" height="64" style="border-style: none" /></a></td></tr> </table> </div> <!-- end leftbar --> <!-- start content --> <div id="content"> <h1 class="title">Hello</h1> </div> <!-- end content --> </div> <!-- end page --> </body> Where I have <h1 class="title">Hello</h1> It is showing up below the table I created, how can I make it print to the right of the table? Similar Tutorialshello, I have two form submit email from emailmeform. I want to put these at one submit email form, but my visitors still can choose which they want to submit, ie as models or as voters. But I dont know how to linked these email submit form with their choose feature. Would you help me? Below is my code. HTML Code: <form method="post" action="http(.)//www,xxxxxx,com/fid.php?formid=533870" enctype="multipart/form-data" accept-charset="UTF-8"> (this first link to send email) "http://www(.)//www,xxxxxx,com /fid.php?formid=532682" enctype="multipart/form-data" accept-charset="UTF-8"> (this second linkt to send email) <table bgcolor="#b5d5ea" border="0" cellpadding="2" cellspacing="0"> <tbody> <tr valign="top"> <td nowrap="nowrap"><font color="#000000" face="Verdana" size="2"><b>As : </b></font></td> </tr> <tr> <td> <select name="src"> <option value="http(.)//www.xxxxxx.com/fid.php?formid=533870" enctype="multipart/form-data" accept-charset="UTF-8">Model</option> <option value="http://www(.)[url]www.xxxxxx.com[/url] /fid.php?formid=532682" enctype="multipart/form-data" accept-charset="UTF-8" selected="selected">Voters</option> </select> </td> </tr> <tr valign="top"> <td nowrap="nowrap"><font color="#000000" face="Verdana" size="2"><b>Name : </b></font></td> </tr> <tr> <td><input name="FieldData0" size="15" type="text"> </td> </tr> <tr valign="top"> <td nowrap="nowrap"><font color="#000000" face="Verdana" size="2"><b>Email : </b></font></td> </tr> <tr> <td><input name="FieldData1" size="20" type="text"> </td> </tr> <tr> <td align="right"><input name="hida2" value="" maxlength="100" size="3" style="display: none;" type="text"><input class="btn" value="Subscribe" name="Submit" type="submit"></td> </tr> <tr> <td colspan="2" align="center"><br> </td> </tr> </tbody> </table> <br> </form> Thank you very much for your advance. Edwin Hi I'm trying to setup a chat on my site where you will ave to sign up in order to chat. However I already have a forums setup on that site that uses a MySQL Databases. My question is can I use the same database for the chat that i use for the forums? and if yes will i be able to login to the chat and the forums with the same usernam/password Thank you FSY hello guys, can someone guide me on how to setup/create search in my website for content and pages not using any database, all i want is to search simple content in my limited number of pages ? is that possible using html ? if yes then please guide me how to accomplish it...thanks I have a client that would like to have an online registration setup on his website. It is a fitness website in which he would like the client to enter some basic information and pay online for the classes. I have a basic knowledge of HTML so if someone could lead me in the right direction it would be greatly appreciated. Thanks in advance. My server switch me from Windows platform to Linux. now when I pull down one of my pages I have lost all my spacing formats. Is there anything I can do to stop this? Is Linux causing this? It looks like this now: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"><HTML><HEAD><TITLE>No Magic Neon Street Magic LED DOT Approval Page</TITLE><meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"><META NAME="Keywords" content="DOT, DOT approval, led clusters, genesis, spyder, can-am spyder "><META NAME="Description" CONTENT="Street Magic Leds. Motorcycle Lighting Innovators, Not Imitators LED lights"><META NAME="Author" CONTENT="streetmagicleds@nycap.rr.com"><META NAME="ROBOTS" CONTENT="index,follow"></head><BODY BGCOLOR="#000000" TEXT="#000000" LINK="orange" VLINK="yellow" ALINK="#FF0000"><!--Take first section and duplicate on each page-change links--><div align=center><IMG SRC="logo sm-nmn 8-07.jpg" WIDTH=855 BORDER=0><p><table border=0 width=900 height=20 bordercolor="black" cellspacing=o cellpadding=0 bgcolor="black" > <tr><td><div align=center><A href="http://www.nomagicneon.com"><font color=#ffff99>Home</A> *<A href="http://www.nomagicneon.com/contact.html"><font color=#ffff99>Contact Info.</A Use to look like this: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <HTML> <HEAD> <TITLE>No Magic Neon Street Magic LED DOT Approval Page</TITLE> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <META NAME="Keywords" content="DOT, DOT approval, led clusters, genesis, spyder, can-am spyder "> <META NAME="Description" CONTENT="Street Magic Leds. Motorcycle Lighting Innovators, Not Imitators LED lights"> <META NAME="Author" CONTENT="streetmagicleds@nycap.rr.com"> <META NAME="ROBOTS" CONTENT="index,follow"> </head> <BODY BGCOLOR="#000000" TEXT="#000000" LINK="orange" VLINK="yellow" ALINK="#FF0000"> Thanks in advance if you have any ideas Hey Im looking to setup an anti-spam code / confirmation code for my download button, this way less people are spamming the site , I wanted to setup a simple 3 digit code, a random code would appear(numbers), Download button: HTML Code: <center><input name='Submit' type='image' src='download.jpg' value='Submit' /></center> i got a template i been modifying , still under severe contstruction. http://illusive817.sitefrost.com/Demise/index.html i want the the Recent Post box to read the most recent posts ofcourse and would like the popular post to read the most popular not sure how to link it to the forums Thanks , i got smf forums already installed , or i can use phpbb , either one is fine Hi, I am trying to set up a pictures page on a web site. My first idea was to set up two iframes so that the user could scroll sideways on the top through the pictures and each picture would link to itself in a bigger size targeted to another iframe... like this. I put a few of the pictures in here just to show you what I was thinking... the page really isn't working well, I just threw it together to show you the structure I'm talking about. This would work, but I'd also like the description to change, so I was thinking of using Javascript (I don't actually know javascript yet, so I'm guessing at this) so each picture would change TWO iframes, one as the picture and the other would be the description. The problem with that would be that I would have to make a new html page for each description... I guess I could do that, but would there be anything easier? All the solutions I have thought of like using a getElementByID javascript to change the picture and text wouldn't work because of the iframe. If there is another solution, I don't even need an iframe. I was just checking to see if anyone had any suggestions on this, either a simpler solution to the iframe idea or a completely different idea. It really doesn't matter, I just want a good looking, easy to use pictures page. Hello all I was wondering is there a way in HTML/JSP to modify the original Print Page Setup, originally defined by the user? What I mean is that no matter what settings the user has on his Page Setup, I always want the page margins to be the following, when a user opens up my HTML and tries to print the page: Right = .75in, Left = .75in, Top = .4in, Bottom = .4in What I am using is the following CSS in my HTML: <STYLE TYPE="text/css" MEDIA="print"> <!-- BODY { margin-left: .75in margin-right: .75in margin-top: .4in margin-bottom: .4in } --> </STYLE> But it doesnt seem to work. If the orginal page margins defined by the user are more than what I am setting through my CSS, it doesnt seem to work. i.e. If the user has all his margins setup to .75in, my CSS doesnt seem to alter the same. I would be glad if someone could help. Thanks Sorry if i posted this in the wrong location. So im a real estate agent making a website. Im no pro and most of the stuff ive been using to build has been through layouts/generators/help of others such as yourselves. So ive been stuck on finding/making this code for the past couple of days. So all my listings are on my agencys website, not my personal agent website. Is there a code i could have where in the listings page my my personal agent website, i could have a window maybe 600x900 of the listing page on my agencys website? To kind of clear things up, you know how when you google something you have the magnifying glass, how it gives that preview. How can i have that preview coded onto a webpage, but me say what webpage to preview and how big to make the preview box? Tried to explain it as best i could. If you dont know the code, if you can tell me what its called so i can try to narrow the google searches. So far everything that has been coming up in the search restults has been preview boxes to preview html codes you have already written. Fail Blog Thanks Hi, Quite some time ago I was faced with putting a website together for the first time for a local community group (my wife nominated me!). Rather than tell you all what it contains and how it looks, it is probably easier for me to give you the link which is the Friends of Clifton Park based in South Yorkshire, UK. This website consists of eight html pages. The first is the index, second is the welcome page and the rest are linked pages via links on the left. On every of the "linked" pages, only the main body changes, with the exception of each link showing in Caps and link disabled. The problem I'm having is that every single one of the linked html pages are the same, except the displayed text. 90% is the page set-up. So my question is: Is it possible to "import" the required text information when a link is clicked on straight into the main body of ONE html page? btw, you'll notice that the page height isn't fixed, it expands depending on amount of information in it. I have tried IFRAME but don't really seem to be getting anywhere as I can't seem to make the height auto-adjust. A specified height value has to be entered for each "page". This is no good as more information will be needed to be put on. So basically what I am trying to do is: Keep the index.html Change the welcome.html to display the main page (graphics/images, etc) Import text into main body into the welcome.html page when a link is clicked on. Thus reducing the need of duplicate html pages and just having text files containing the main body text. The main reason for wanting to do this is a) stop all the duplication of page set-up in each html file, and b) make it easier for the guy that wants to add information where needed, straight into notepad (txt file) and upload it to the website. I hope all the above makes sense and if anyone requires further information, I will only be to happy to provide it! Thank you. how do i make a background image fit to the window. also i have a button on a page. how do i get it to close the window uppon clicking it. any help would be great. Hi, i have a problem im not sure how to go about it . I have a webpage where the user enters there personal details . As they are fillign in details they click a link and another webpage is opened ( keeping the orginal open ) Where the do some other stuff on this new page and what is created is a javascript array of numbers I then want them to be able close this new window down and the javascript array data will be submitted with the rest of the personal information when the click a submit button on the first page . If this makes sense how do i go about this? Thanks I'm a novice compared to the pros here and stuck on a couple issues. My website is uspsrealty.com There is some "empty" space on my home page below the horizontal line. I want to remove the horizontal line and have the ability to use that empty space without throwing my borders/margins off. I would like to add about 3-4 sentences in that blank area. Can this be changed so I can add a few sentences? I know why this is happening, just don't know how to correct it. Also want to change the copyright.jpg to 2010 from 2009. Might as well make up a few more jpgs with the years 2011, 2012, 2013, 2014, and 2015 Willing to paypal you money for your help. Hoping one of you pros can do this in 30 min and willing to pay $25-30. Contact me he galevin@hotmail.com Thanks, Gerald Levin May I know how can make sure that my website fit under any resolution with out using Table(table,tr,td) in html??? Hell everyone. This is my first post and im sure it will not be my last here on HTMLforums.com. I am looking to create a web page and host it using godaddy.com. I would like to have a forum on it but I am having complete creativity block here and i do not know what i want my website to be about. I love technology and i am currently a student at the University of Phoenix online and i am getting my associates degree in Information Systems. I also enjoy cars, sports, outdoors, travel and other things. I am 20 years old and am from New Jersey. The purpose of this site is to maintain an up to date example of my web design skills to show a potential employer. Please if you have any ideas let me know. I can be reached via e-mail at laxmetal23@verizon.net. I am also usually on AIM and my sn is UNC6183. Please let me know. I have a website that when I type in the url nothing appears on the page. I was wondering what would cause this to happen. I tried to re-saving the files for the website but still nothing, it just says Done in the bottom tray of the IE window. Thanks in advance! I have a project right now, but when I have finished the project, i'm wanting to recreate my Minecraft server website. But I have a question... I see websites that resize theirselves depending on the screen size.... How would you do this? I know of the % in css, but would I have to use that in each of my divs instead of using px? Hi just to introduce myself My name Is brian Krause and i work for valley queen cheese factory, In Milbank SD. My problem is on our website we hav a page that is called jobs.htm. Is there a way i can get it so when you type in www.vqcheese.com/jobs the jobs.htm page will show up and no just error out? Thanks |