HTML - What Thread To Read First ?
Sorry for being so lazy, but I wanted to ask if you could show me any one especially execellent posts that I should read first, so I can get involved here?because my moto first read and first reply to every post i like sleek systms dot net because my mission quickly reply to all post
Similar TutorialsDetete This Plz There are three pragraphes. The first one is "Start", When I click it, it should disappear, then the second pragraph will move from left to the right. The third pragraph will move from right to left. But it doesn't work. Please help me. Thanks Code: <html> <head> <title>DOM</title> <script type="text/javascript"> var left; var right; var p2; var count = 10; function run() { document.getElementById("p1").innerHTML = ""; window.setInterval("slide()",100); } function slide() { count += 5; if ( ( count % 200 ) == 0 ) { p2.style.color="red"; p2.style.left = count; p2.innerHTML = "TEST"; } } </script> </head> <body> <p id = "p1" style="color:blue" onclick="run()">Start!</p> <br> <br> <br> <p id = "p2" style = "position: absolute; left: 0; top:50;width:30%;"> Hello! This is me. A graduate student major in Computer Science. I am looking for an intern opening in the summer.Would you please provide some information? </p> <p id = "p3" style = "position: absolute; left: 600; top:50;width: 40%"> Student development services: counseling, leadership development, student housing and student activities, student governance and community service to help students find "a sense of belonging, responsibility, and achievement." </p> </body> </html> I'm fairly sure that this is a quite a common thread, yet on doing a quick search of the forums couldn't find anything that matched my exact needs. So..... My site looks great in FF but not in IE and i need some help. http://tp.eyeoftime.co.uk/index.php (there is no php in the file yet, despite the extension) Ok, thats my site, as you can see there are problems with tables and images here. The site as viewed in firefox, is what i want the site to look like, the site as viewed in IE is how IE thinks i want the site to look like .Although i'm not a beginner with html, I am rather new at trying to get real cross-browser compatability. So, yeah, any help much appreciated. PS i know the page contains xhtml errors (fails validation), its still a work in progress. As some may know I have been trying tom gte my nav menu code ina style sheet, which I thought would be relatively straightforward with a bit of help. I approached the support of my program Serif WebplusX5 yesterday and said; "Please look at http://www.brand-newhomes.co.uk/page134.htm I want to get all the nav code intop an external stylesheet. The page will load faster (better for SEO) Every page wont contain the 120 links (better for SEO - google penguin!) and it will be easier for me to manage and edit without re loading the whole site every time. All in all it is a must have for me! I was advised on the forum that X5 would let me do this and that X5 had external stylesheets. I just need some help with the script and javascript files and links to them. I have with some help managed to do the CSS ones. Can you also tell me where the "Optimise your sites for search engines and speed" is located in X%? I have looked in Site Properties and that is not much better than WP10 that I had been using". This was the reply i got fobbing me off - so much for "support" "Stylesheets are used in WebPlus, but only as far as listing text styles. This doesn't to extend to fully fledged CSS stylesheets I'm afraid. The navigation bars in WebPlus use Flash and in some cases JavaScript. As the nav bars are in this format, you would wee need some form of 3rd party tool / coding to convert this into a CSS stylesheet. I'm afraid as we are essentially modifying the code that WebPlus provides, here in technical support would not be provide help or support on making a stylesheet from a nav bar - my sincerest apologies for this. "Optimize your sites for search engines and speed", as advised on the forum, as a catch all term for a number of different parts of the program. the site checker can detect any problems in the site such as long loading times and the Search section of the Site Properties will help you cerate robots.txt file for SEO purposes, amongst other tools." THIS IS WHY I AM DESPERATE FOR A BIT OF GUIDANCE ON MY OTHER POST AT: http://www.htmlforums.com/html-xhtml...ml-147517.html Here's a Q&A thread for people who make tables out of div tags with CSS. I am pretty inexperienced and I'll start with a question I have: Is it possible to use the colspan property with div tables? I've tried and it doesn't work. What am I doing wrong? Here's what I have: <div style="display: table; width: 500px"> <div style="display: table-row" colspan="2"> <div style="display: table-cell"> Blah blah blah... </div> </div> <div style="display: table-row"> <div style="display: table-cell; width: 100px"> Nav bar goes here. </div> <div style="display: table-cell"> Blah blah blah... </div> </div> </div> Please help! Hello! I am working on updating a website a bit with some new features and one of the new features is "latest thread". I've seen it before on other sites, but I'm not sure how to do it myself. So, how would I code in an area that lists the 5 latest threads from my phpbb3 forums? Thanks for your time! Hi all, In need of some advice if possible! Myself and a friend are putting together a website, we have little knowledge and I've came across a layout issue. The site looks good in Firefox but within IE the formatting is lost in one small section see below; I need the 'read more' box to be in the same location as the Firefox one when viewed IE. The page can be viewed here http://www.jeffkingsland.com/test3/aboutme2.html Any constructive advice is really appreciated. I'm aware of typos and colouring issues my boss wants to send client feedback forms to multiple clients he wants to be able to put the project name and date of completion but doesnt want to go into the script to change it for every different project can you shed some light on my situation please Hello, IE7 can't read my map GoogleMap on this page : http://www.imi-solutions.com/?page_id=974 Thank you for your help ! Good afternoon! Where has the sun gone I'm freezing! Is it possible to have a table with rowspan with the text in the rowspan to read vertically (like taking an entire sentence after its been typed and rotating it 90ccw)? Hello, IE8 can't read my Youtube video here : http://www.imi-solutions.com/?page_id=1631 Thank you for your help ! Hello I'm assuming I'm in the right area for this. http://hiatus.5u.com/index.html I'm wanting to position a box on this website with HTTP links that open a new browser. I've tried using custom drawn boxes, but my website doesn't like it, it's chewing up the links and wont link them. If you look at the website link there I posted, to the right side of the page there is a box that is empty, below it says something like "links will open a new browser" I want to set links there. I don't know what style of scripting I need to accomplish that. I'm starting to feel like html isn't cutting the mustard. And frontpage isn't cutting the mustard over there. I also have another question, about setting up an html password. I have this setup here ~ Code: <input type="password" name="time23" size="10"><INPUT TYPE="HIDDEN" NAME="cgiemail_required" VALUE="time23: Please supply the correct Password."> <INPUT TYPE="HIDDEN" NAME="cgiemail_error" VALUE="error_enlistment.html"> I want it to work like this, if you put in a password and it's incorrect, it'll send you to an error page. This somewhat works, however not accurately enough. If you leave it blank it will spit out an error site. But if you put any random thing, as long as the box isn't empty it will work. I don't mind if the password is in the page source code, that's not a big deal. Most people I know don't have a clue you can even look at source code. So as long as I can ring a few in doing it this way I'm fine. Hi All, I'm not a coder but am looking to put a particular RSS feed on my website for SEO. I know that part of what's below is JavaScript and part is HTML but I don't know what's what. I know that JavaScript is not search engine friendly in these circumstances so I want to stay away from it if it can't be read. Can someone please tell me if the content that will display in the feed of this script is readable? Thanks! <div style="border-style: dotted;border-width: 1;border-color: #660000;width: 370px;height: 680px;overflow: auto;"><div id="newsblock21159733" style="word-wrap: break-word; padding: 5px; background-color: #FFFDE2;"> <!-- DO NOT ALTER, REMOVE, OR IN ANY WAY TRY TO HIDE THE FOLLOWING TAG OR ITS CONTENTS OR BLASTCASTA WILL NOT FUNCTION PROPERLY. --><div align="center" style="font-size: 8pt;"><br /><a href="http://www.blastcasta.com/" style="text-decoration: none; color: #336633;" target="_top"><b>News Widgets & Tickers</b><br />Powered by BlastCasta</a></div> </div></div> <script id="scrnewsblock21159733" type="text/javascript"></script> <script type="text/javascript"> /* <![CDATA[ */ setTimeout('document.getElementById(\'scrnewsblock21159733\').src = (document.location.protocol == \'https:\' ? \'https\' : \'http\') + \'://www.poweringnews.com/newsjavascript.aspx?feedurl=http%3A//www.thenews.pl/rss/&maxitems=-1&showfeedtitle=1&showtitle=1&showdate=1&showsummary=1&showauthor=0&showactionsbox=0&showrsslink=0 &s howcopyright=1&opennewwindow=1&inheritstyles=0&bgcolor=%23FFFDE2&titlefontsize=9&summaryfontsize=8&f ontfamily=Arial%2CHelvetica&titlecolor=%23336633&summarycolor=%23003366&objectid=newsblock21159733\' ', 500); /* ]]> */ </script> hello me and my friend have paid a web developer to build us a website, and i like it, but the forum was so outdated that i don't think people would enjoy using it. anyway he said it was impossible to replace it, but mentioned HTML, which is why i'm here basically asking is there anything i can do. what i want to do is connect the forum to the actual website, not just the link where members would have to sign in all again. i've created a temporary forum, but would like a sollution for the long term. if you guys or girls got any advice, then please help. thank you. my website is www.dorsetghostinvestigators.com hi, i have a form wich consist username and password. i want to read these content and store in the local system( my system) also i want to read the same thing from the file. can any one please send me the code for that. Many thanks in advance... Greets. I am a hardcoder by nature of HTML, however I am tired of dealing manually with tables. Can someone recommend the BEST combined HTML, CSS, XML, ETC., with WYSIWYG editor. Prefer to have html pane, wysiwyg pane, and preview and preview in browser button along with built in ftp? Don’t want something so simple that I am limited, I want as much freedom as possible. My main objective is the ability on the wysiwyg pane to merge and split cells. HTML pane is a must. I don’t want to have to enter html snippets in a little pop-up box. Thanks in advance for your help. I don’t mind paying for the software, so it doesn’t have to be freeware. I can’t run Dreamweaver on Vista right now, don’t have the memory. Nvu doesn't work well on my machine with vista either. Hello folks , its me again. anyway i got new task for experts.at the moment i am currently looking for some html code /scrip that will once i add it on my site allow me to add comic so other people can read it online. Basically once i add it i will be able to update once new comics is out. Please give me your suggestions/codes and link to other sites that might help me. i would really appreciate it . Best Regards, Medusa. Hey everyone, im looking for a piece of code in which i believe is an advanced marquee, not just the regular scroll across text. I would like words to write themselves down and move to another line and write themselves out again so like: welcome to html forums Each word appears after the other has been written automatically by the HTML code. Help is more than appreciated, thanks Alright, well I'm pretty new to web design... Just started using HTML a couple months ago and I want to make a login panel for my website. This is what I got... I searched Google and used a simple cut and paste: Cut & Paste Login and password script II That's what I have: http://www.freewebs.com/noeylani94te...0Glory%201.htm I need to know what I need to edit to make it send the usernames and passwords to me either to my email or somewhere else... Thanks! |