HTML - N00b <br> Question
I'm working on the html for my tumblr account and would like to know if there is a better code to use rather than a bunch of br's.
There is a table on the right of my page that has the title, description, followed pages and then the 'newer' 'older' tag links below that. I would like the 'newer' and 'older' tags to be all the way at the end of the page (so the table also goes to the end of the page) Right now I just have in a bunch of br's, but the page length varies depending on the number and size of the posts, so I would like to know if there is something I can use that will automatically set this to the bottom. Thanks in advance for the help! Similar TutorialsHi I am trying to code a website which is subdivided (using tables) into a navigation side bar and content area. How is it possible to allow my various html pages be displayed in the content area (without opening a new window) when i click on a link in the navigation bar? gary Hi, i have a problem with html tables. Im working on a myspace layout for my band. the table layout looks great in IE but not in Firefox. i can give you a link to the page http://www.myspace.com/northeytest and even the coding if you need to see it The problem is that i have two tables under two different <div> classes. both div calsses are set the same, that are set to an absolute position, a left margin of -400px (each table is 800px in width) and a left positioning of 50%. the only difference is the second one has a margin at the top of 942px. In IE, this works fine, but in firefox, the table is halfway off the page on the left hand side unless i change the margin to 105%. please help me edit: also, im new, so hi im also just starting out with learning html code Hi, Im not very fluent in html, and im trying to do a very simple task. I've been browsing google and multiple forums including this one for a while trying to figure out this basic code but having no luck. I believe i may need to use javascript for this. What i'm trying to accomplish is: - Have visitors enter a confirmation code into a text box - If they enter the right code they get sent to my members page - If they enter the wrong code they get sent to an error page Pretty simple I know, but i cant seem to figure this out. i read this, and this code is the best i came up with so far, but i get an error when i run it. "Method Not Allowed " Here is the code i am using Code: <head> <script type="text/javascript"> function validate_required(Password1) { with (Password1) { if (value=="password") { // i want to navigate to a members page here } else { // i want to navigate to an error page here } } } </html> </script> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled 1</title> </head> <body> <form method="post"> <input name="Password1" type="password" /><input name="Submit1" type="submit" value="submit" /></form> </body> Hello everyone, my name's Jesse and this is my first post here on these forums and I'm really looking for some help here (as I can't seem to find any anywhere else). I am currently using the Soul Vision v.1.0 theme. After running the W3C Markup Validator I see that there are a total of 68 Errors and 26 Warnings. I really love this template and it works very, very well with my vision and content. I don't know anything really about fixing or cleaning up any code (and yes I did try using HTML Tidy and it messed up my site so I had to reset it all). Is there any one person who would be willing to help me make this W3C compliant for the sake of SEO? I didn't include my meta title, keywords and description in the above header.php. They were right before the first </head> in the middle/top of the code. For example, from the W3C Markup Validator I get a lot of these errors: document type does not allow element "link" here Other errors include: document type does not allow element "meta" here document type does not allow element "style" here end tag for element "head" which is not open document type does not allow element "body" here document type does not allow element "ul" here; assuming missing "li" start-tag. Here is some code from the header.php file: DELETED Hi all, for some reason when I delete the comments from my code, it runs differently than when the comments are in there. I want a green horizontal navigation bar to appear at the top of the page, and when the comments are in there, my ul list is in default style. Can anyone figure out why this is happening? Thanks so much in advance. Code: <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> <html> <head> <!-- head section contains general page attributes --> <title> Navigation </title> <!-- Title (on tab) says "Navigation" --> <style type="text/css"> <!-- Use css style --> <!-- navbar is the tag of the main navigation bar, ul means it's an unordered list --> #navbar ul { <!-- Attributes of main bar --> height: 30px; margin: 0; padding: 0; list-style-type: none; text-align: center; <!-- Alignment of links in horizontal bar --> background-color: #009966; <!-- Color of main bar --> } #navbar ul li { <!-- Attributes of list --> display: inline; <!-- Display list elements horizontally --> float: left; } #navbar ul li a { <!-- Attributes of link boxes --> text-decoration: none; font: arial; display: block; <!-- Put each link in a block --> width: 10em; <!-- Width of each block --> height: 30px; <!-- Height of each block --> color: #FFFFFF; <!-- Color of link text --> background: #009966; <!-- Color of block --> text-align: center; } #navbar ul li a:hover { <!-- Attributes of block when hovered over --> color: #FFFFFF; background-color: #006666; } </style> </head> <body> <div id="navbar"> <ul> <li><a href="index.html">Home</a></li> <li><a href="#">About</a></li> <li><a href="#">Past Events</a></li> <li><a href="#">Videos</a></li> <li><a href="#">Articles</a></li> <li><a href="#">Links</a></li> </ul> </div> </body> </html> so im a silly little noob who is learning html, but i want to know how you layout your webpage with a defined width and have it all center in the webpage at all times. <www.w3schools.com <----not unlike this webpage Basically I would love to see the code for just the page centered like that and maybe a grey background to make it very obvious to me. Help a noob out! Hey guys sorry to post another question so fast I just am kind of lost with this whole html thing but I'm learning fast =). Ryschwith was more then helpful with my last one so hats off to him. Here is my next problem. A lady here at the company wants me to add a link into our site that says "Job Application Form" and when you click it you download a .XLS file for vendors and customers to fill out. I know this is probably a pretty easy thing but I have no clue on how to position it in a place I want or where to store the file itself and how to point to it. I have googled a couple things but they were honestly above my head and seemed way too complicated for what I was trying to do. Is there a simple method for this? you can look at our site at www.qcrepro.com. Also i am using pagebreeze right now because they won't purchase me any decent software, is there a better free program to use? Thanks alot for helping out. -Joe Question Know of any good ebooks? : I have recently purchased the resell rights to about 600 ebooks so that I can post them on my website for my registered members only. I've purchased all of these ebooks for under $20. I'm just wondering if there is any ebook out there that is actually worth the money? -- -Jonathon Byrd Publisher / Account Manager Byrd Incorporated 1230 E Clearbrook Dr. Bellingham, WA. 98229 C (360) 305.4664 F (360) 392.6861 Byrd Media Solutions http://www.ByrdMedia.com Hello, I have a small customer list, maybe 70 customers, and i want to display on my website in a table with hyperlinks to their website and i want to sort them alphabetically. I entered all the information in MS excel, but when i import the data into dreamweaver cs3 i only get the names and not the hyperlink. Any ideas on how i can do this? I also don't have much knowledge on databasing, so i don't think thats an option unless its the only way, then i'll have to learn it. Thanks Hello, I am WGAnubis. I'm fairly new to the world of HTML, having taken a class on it last spring semester. Lately I have been designing sites for the group of online video gamers I run with and have come up with a rather cool looking demo of the site. We all like it but im not entirely sure on how to impliment the design in the way it looks. Im fairly certain I need to use frames but I dont think it would be able to retain the "connections" found in the following image: As you can see, each "window" is connected to each other by what looks like steel connectors. I'd really like to have the website look exactly or close to the demo, but if I use frames im not sure how that would be possible. Is their another way I can go about doing this or do I have to rethink the demo? Hi there, great website! been browsing the forums and searching and havent found what i am looking for, so here goes a post. I have my own website, and I also have a webmail account with my hosting company (ixwebhosting) what i want to do is make 2 little boxes on my website, where you put username and password, and have that then take you to the ixwebhosting webmail login and go in directly to my webmail, can that be done? any ideas or links much appreciated! thanks 4 ur time! Is there anything wrong with thia code? <h1><font color="000000"><em>Recycle With Us</em></font></h1><br clear="all" /> Shouldn't the <h1> tag be closed last? Thanks, Karen Hi, I was wondering if it is possible to create an image that floats where ever you put it on the page. For example, it would float above this text, blocking it out. Basically I want it to ignore anything around of underneath it. I would also like it not to use scripts, if possible. Oh and one more thing, is it possible to do this between the body tags only? Thanks! Is there a way to make the number for a list item in an ordered list a hyperlink? For instance, where an ordered list is being used for footnotes, can the numbers be set up to link to the source documents? If so, what does the markup look like? Thanks. Hi. Here is my problem: I want a div layer with transparent background, but on the div-layer I want a table with no transparacy covering about 90% of the background. Is it possible to make just the background transparent or am I forced to use two layers, one for the background and one slightly smaller for the table. Parashurama Ok, how would I go about getting a margin around several frames, but not between themselves, hence there's no gap. Say I wanted the page to fill only 75% of the height and only 50% of the width. I would then center all the framsets. If it helps, like this website has random blankness around the edge, and let's presume they're my 3 frames in the middle. Here's my code for the html file that says how big the frames will be and stuff. <html> <head> <title>Wills Music</title> </head> <frameset rows="15%,85%" border="20" frameborder="0" framespacing="0"> <frame src="title.htm" name="title" noresize scrolling="no"> <frameset cols="25%,75%" border="0" frameborder="0" framespacing="0"> <frame src="menu_bar.htm" name="sidemenu" scrolling="auto"> <frame src="welcome.htm" name="mainwindow" noresize scrolling="auto"> </frameset> </framset> <noframes> Your browser does not support frames. <a href="frameless_main.htm">Please visit the frameless page.</a> </noframes> </html> thanks, I would help other people but I'm sooo new to coding I don't know naffin' Hello! I am new to this forum...sorry if I'm posting in the wrong place. I'm contructing my own jewelry website. I put in my ALT tags, and when I view the pages in my browser (I'm using Dreamweaver), the ALT tags don't show up. I don't know what I'm doing wrong. Here's a sample: <img src="images/citrine.jpg" alt="citrine necklace"> Am I doing something wrong? I would really appreciate knowing. I'm just about done with my website...this is the last thing I'm working on. KathyK27 Hello people, i am a new person here, so Greetings i guess anyway i have not so much of a problem, but i need a opinion. there is a site, that has Help&Rules, and they are written in some other page on that site, and they are out-dated, so i decided to re-write them. Now, i learned some HTML at W3schools, and i think i could do a bit of Coding. Now the admin, has no knowledge of HTML or other things, and he couldnt find the Code of Help&Rules on the Server he owns, so i decided to take this way Now here is where i need your opinion, if i did the right thing. I went to the Help&Rules page i opened the Source, i copyed it in some Edit-program, did the updates, rewrite some things. Now the only way to send the code to him was throu some ingame forum mesaging system-i hope that doesent destroy the code in any way-. Now what i want to know is this. When he finds the Code Help&Rules are made of on the server, will he be able to replace it with the Code i took from the pages Source, ? or is the Source somwhat different from what the Code on the Server is. can any1 plz tel me k whn we give a background image to an html file can we change its type frm tile to stretch or center? if yes, hw ? plz tel me.... Hi guys! Im new to this forum so don't expect much. Im wandering is it possible to load html document without your browser or an html editor. cheers Connor |