HTML - Learning Html Help Appreciated
Hello people here, I playing with my own blog and i encounter many problem on HTML. So any help will be appreciated.
I describe my problem below; Currently i am Using this as my Backgroud: <head> <style type="text/css"> Body{ background-image:url(http://www.mahgolwebv3.persiangig.co...runge_bg.jpg); background-attachment:fixed; background-position:left-top; background-repeat:no-repeat; background-color:#000000; margin-top:0px; Now i wanna add some emben object onto the bottom of the Background, which i got from imeem music playlist. <object width="277" height="80" ><param name="movie" value="http://media.imeem.com/m/Ot0eIFQxaG"></param><param name="wmode" value="transparent"></param><embed src="http://media.imeem.com/m/Ot0eIFQxaG" type="application/x-shockwave-flash" width="277" height="80" wmode="transparent" ></embed></object> The design i want for it is the "Imeem" (Object) Can LOCKED onto the bottom of the background so Even if i scroll the Imeen Object will not move (Fixed), But i cant seem to get the code correct.. Anyone mind teach me? And another problem which i dont know how to describe, its just that my blogspot is not covering the whole page. Example : Please take a look - blitzkriez.blogspot.com This is my page, my menu (Walking Alone) Cannot appear on the right side(too much space wasted) Anyway to move it onto the most right? My menu Code: .menu{ text-align:center; font-family:Tahoma; font-size:8pt; color:#F3C6EA; width:150px; height:auto; float:right; margin-right:0px padding-left:4px; padding-top:0px; background-color:#000000; padding-right:0px } .menu a{ text-decoration:none; color:#cccccc } .menu a:hover{ border-bottom:dashed 1px #cccccc; color:#777777; cursor: crosshair } And Lastly this is my container : } .container{ position:relative; width:575px; margin-left: 19em; <body> <div class="container"> <img src="http://www.mahgolwebv3.persiangig.com/walls2/walls_grunge_topbar.gif" class="img"/><br /> <span class="blogtitle"><i>At the end of another lost highway, Signs misleading to nowhere... </i> <body> How to make my container Lock its position like background? I cant figure the code for it.. Similar Tutorialsim just learning html useing w3schools and was just wondering if someone could answer the following please. in w3schools it says to Write a checkbox function like this: I have a bike: <input type="checkbox" name="vehicle" value="Bike"> when it works just fine doing this: I have a bike: <input type="checkbox"> can someone tell me why they have name="vehicle" value="Bike"> on the end Please. I want to learn HTML+CSS. I was just wondering if i spend at least 3 hours a day studying it how quickly will i be able to write it fluently? Also, when people design websites do they learn ALL of the code or do they have a blank template of the code then add all the vital information? Thanks ______________ Link Building HI spurred on by watching a Douglas Rushkoff 'programme or be programmed' talk, at LAST I am trying--though its slow and painful, so be warned--and trying to learn it and am riight at the beginning which must seem real cute lol OK this here is the reason I have made an effort to join these forums. I was watching this video Learn HTML - Lesson 2 and @ o4:06 he is saying that if you add on target="_blank" to end of ahref link that this means there will be a windown opening in your window and he shows it. But it is not happening for me. It is the same as before I added it. So what am I doing wrong? Here is a smaple of my html--I better give it all so you can overlook it if you will: <html> <head><title> Programming explorations </title> </head> <body bgcolor="green"> <font color="#ffffff"><h1 align="center">The Moon in the Lake in the Meadow</h1> I was walking into these woods, and came to a house and walcked through the yard and into the kitchen and <i>through</i> the door, and onwards out when all of a <b>sudden</b> I was outside in a meadow and walking through many different coloured flowers, with the sounds of buzzing insects all round.<p>There was an old well<br>andthis onld well was<h1> very deep</h><h3>sooo deep</h3><h5>so <i>verrrry</i></h5><h7>deeeeeepppp</h7> <hr> Where am I I wondered? Will the words be the same size? because they have been changing shape and I don't<br> know<br> <h1><i>WHYYYYYYYY</i></h1> <hr> </font> <a href="http://www.youtube.com/watch?v=btdGIuyQhkg&feature=watch_response"target="_blank">CHANGA</a> </body> </html> I have made bold for here the bit of html in question I want to learn HTML+CSS. I was just wondering if i spend at least 3 hours a day studying it how quickly will i be able to write it fluently? Also, when people design websites do they learn ALL of the code or do they have a blank template of the code then add all the vital information? Thanks ______________________ I want to learn HTML+CSS. I was just wondering if i spend at least 3 hours a day studying it how quickly will i be able to write it fluently? Also, when people design websites do they learn ALL of the code or do they have a blank template of the code then add all the vital information? Thanks_______________________________ I want to learn HTML+CSS. I was just wondering if i spend at least 3 hours a day studying it how quickly will i be able to write it fluently? Also, when people design websites do they learn ALL of the code or do they have a blank template of the code then add all the vital information? Thanks ______________________ I want to learn HTML+CSS. I was just wondering if i spend at least 3 hours a day studying it how quickly will i be able to write it fluently? Also, when people design websites do they learn ALL of the code or do they have a blank template of the code then add all the vital information? Thanks __________________________ I am on a web design course and I am learning all about HTML coding but what I was wondering is am I supposed to memorize all the various tags and such or is it normal to refer to reference pages and other sources? is php necessary for learning php? I know I'm really new to this, but I'm following a guide and I don't seem to be doing something right. Let me show you an example of some code that won't work for me.. <h1 style="color:#09C" align="center" style="border:dashed"> Hello</h1> ^This is what I'm having problems with. When I first put in the color and align, everything worked fine. Then the code stopped working when I started putting on a border, a font style, and etc... Why is it that when I start setting multiple preferences (color, size, center,etc..) , the code stops working? Thanks in advance. Oh Btw, I'm using Dreamweaver if that matters. Hello, I am learning HTML coding from a lynda.com video class and I am a little confused. The instructor keeps saying that different browsers don't support all the tags in the same way. This makes no sense to me. The whole reason that we had the desktop publishing revolution with standardized page layout and fonts (Postscript) was so that anything printed anywhere would look the same. Now, I'm learning that this is not the case with browsers. Isn't this like 2 steps forward and 1 back? I'm befuddled... Any insight into this lack of compatibility would be welcome. I mean even OpenOffice will read Word documents. Why can't we all just agree on the same standards for our browsers? Thanks for your input! ~Antonio Hello All I am currently working on a website and I need the image links on the top to display a different image whether that link is active or not. I cannot use the css a:active because the whole page realoads after. I was thinking that there might be a way to do it with url encoding sending the message of which image needs to change. I have no idea how to do this. If this isnt possible could you people help me out?. Thanks, Chad I am a novice at HTML / Coding and I'm just getting my feet wet when it comes to proper hands on coding rather than just the very simple aspects of editing say a forum theme or very, very basic HTML. I have this web template that I am trying to use, it's live he http://www.themeanstreets.net/revamp/index.html Essentially, I use MyBB 1.6.4. This template pulls recent posts from specific forums. I've found a Mod for MyBB to do this located he http://community.mybb.com/thread-62787.html What I can't figure out is how to put this all together to work. It seems that this web template which is PSD / HTML / CSS has the recent posts hand written / coded in. Like there's no sample code showing it pulling from any where. If there's any help or advice you can provide it would be so very greatly appreciated because I'm a day away from scraping this template that I really really love LOL Thanks! *******it won't let me upload the index file with the code and posting it here is too many characters. Here's a snippet of the code. Quote: <!-- post --> <div class="post"> <a href="#"><img src="images/posts/02.jpg" class="post-image" /></a> <h2><a href="#">Second post</a></h2> <div class="metadata"><a href="#">Lorem Ipsum Category</a></div> <div class="post_content"> <div class="post_brief">Lorem ipsum dolor sit amet, Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores </div> <div class="post_info"> <span class="author">Posted by <a href="#">Admin</a></span>, <span class="date">Apr 14</span> </div> <div class="post_comments"> <div class="number"><a href="#">159</a></div> <div class="comments"><a href="#">Comments</a></div> </div> </div> </div> <!-- post --> Hi I have a Normal Div area: <div style="width:300px;height:300px;overflow:auto;border-width:0px;border-color:000000;border-style:solid;"> Text is here Text is here Text is here </div> I want when the page is loaded, the div area shows the bottom automatically i.e. The last Line I dont want users to take it down manually with the mouse everytime the page is loaded Do you know how this can be done? Gidday gang, I'm trying to clean up some code on my site, and I'm having one little bit of trouble meeting XHTML 1.0 Transitional standards. The problem is this: I have the following code: Code: <a href="(javascript code to bring up AJAX popup)"> <div id="descriptions" style="height:30px;width:30px;"> <center>ANY</center> </div> </a> To meet W3C standards, the href tag needs to be inside the div tag, otherwise I get the beloved: Quote: document type does not allow element "div" here; missing one of "object", "applet", "map", "iframe", "button", "ins", "del" start-tag. error. However, I want the user to be able to click anywhere within the 30px by 30px box, not just the "any" text. I'm sure this must be quite easy to do while satisfying the W3C standards (perhaps some peculiar method of "object" or "button" tags?), but it really has me stumped. If anyone has any ideas I'd be most appreciative. Many thanks, - JB Message removed I just finished the rough draft for my new site. Everything looks fine in DW, but in the browser, it's all messed up! Can someone take a look and help me out? Take a look at the bullets about halfway down. http://nextlevelprofits.com/emailsecretsexposed/ Thank you SO much! hi there i am sonniya , i am a graphic designer,now a days i m working on web site project ,for this i need some php training can anyone suggest me about any site where a can have php training for free. ll be thankful to you for this . .. Hi all, I am new here and this will be my first official question. I am a complete beginner at this and would like some advice. I am currently learning HTML and would like to know this... Given all the advancements in web programming languages, in what order would you all suggest learning them. I am pretty sure HTML stands out as numero uno on the list but where from there and in what order would you learn them. Thanks in advance for you help and I look forward to being a member of this forum. Can someone help me build a basic site for our school (k-12) kids to use to learn from their teachers. I liked the concept of the website coursera.org. I've attached the files that i download. We want to offer the service free to children in the neighborhood that dont get to go to school at all. I would appreciate it if someone can help me clean up this code and add comments to it so that I can update it with my basic HTML knowledge. Please take a look and advise. It is intended to be FREE ONLY, not for commercial use. thanks Navs |