HTML - Hiding The Words 'x Is In Extended Network'
Need code for myspace to hide "x is in extended network"..just the words, Not the extended network banner itself.
Similar TutorialsI need help from people about making my site. i need login forms, chatting, mail, stuff like that. please post comments if you wish to help. To whom may concern I'm looking to build a site that is a networking site. The site will consist of member pages with private messaging with blogging ability as well forum type rooms. I'm versed in the graphic end but have no real understanding of java or advanced html code needed to put something of this magnitude together. If any one could point me in a direction or possible book or two that would help me write something like this i would be forever grateful. Also any one who is looking for a hobby is free to help me out. This is one of those in the long run projects. I'm Jamie-Grace and I need some help with Network Building - fast! I run an organization for teens with Tourette Syndrome, like myself, called "teensWts" (Go figure, lol.) and I'm looking to expand it and make it network type site but not just for Tourette Syndrome. I want people to be able to join and create profiles with some of the profiles being "fan profiles" and some of them being profiles for organizations that people can "become fans of". So it would sort of be like how MySpace has music profiles and regular ones and the people with the regular accounts can be fans of the bands except I want my site to be organizations instead of music. I don't know how much time or money (if any money is needed..hopefully not, ha.) this type of thing would take, but I would really appreciate any type of advice in the area. I have been trying to do this for months now and I can't seem to get a good response as far assistance. Thank you so much in advance! Hi all, I'm a technical author based in the UK, but I've got a problem with an online help system I'm producing - I hope you can help, I've been pulling my hair out for days trying to find a solution to this! My problem is with the security update courtesy of Microsoft and the "Page not displayed" problems it causes. The container and TOC produce fine, but the right pane shows the error. Now, my chm has to be stored on a network and will be viewed by over 500 people on terminals, so I'm unable to load anything onto any local drives, so I can't do the "Unblock" security fix. None of the users will have admin privileges and bearing in mind there are so many machines, I'm also unable to change the registry settings on the machines, so this rules out fix number two. I wonder, is there any code that could be put into the chm itself to confirm it as a valid file, and thus open directly from the network without having to modify each individual pc? Or indeed would anyone know of a script that could be run from the network to update everyone's machines all at once? If none of these work, I guess I'm reduced to producing plain HTML files, but I'm hoping I can find a workaround as I particularly like the TOC/index/search facilities of HTML help, and the fact I only have to ship a couple of files. I do hope you can help, thanks in advance, Tixuk So I am pretty new to HTML/CSS (been learning for about a week now) I thought I had everythign down, but I ran into a problem with <a> and linking through my site. My directory is set up like this on my local network: when I link from loung.html to elixir.html I used the following code: Code: <a href="beverages/elixir.html">elixirs</a> But when I test those pages on my local network, the pages do not appear(when i click the link that I made). Is it because I am testing on local network, is the code wrong, or am I doing something else that I am not aware of? Thanks in advance hi guys im having a problem with a website aimed to provide satistics of bandwidth utilisation of different lines. The website is set to be autorefreshed every x seconds and while the browser seems to refresh, the statistics remain the same. These statistics are presented in a form of a png image graph and taken from a monitoring pc in the same network. Monitoring pc takes the statistics directly from routers. here is the code: 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> <TITLE>Index Page</TITLE> <!-- Command line is easier to read using "View Page Properties" of your browser --> <!-- But not all browsers show that information. :-( --> <meta http-equiv="content-type" content="text/html; charset=iso-8859-15" > <META NAME="Command-Line" CONTENT="indexmaker --output=C:\www\index.html gan.cfg" > <META HTTP-EQUIV="Cache-Control" content="no-cache"> <META HTTP-EQUIV="Pragma" CONTENT="no-cache" > <META HTTP-EQUIV="Refresh" CONTENT="10"> <LINK HREF="favicon.ico" rel="shortcut icon"> <title>Untitled Document</title> </head> <body> <TABLE BORDER=0 CELLPADDING=0 CELLSPACING=10> <tr> <td><DIV><B>Traffic Analysis for Internet</B></DIV> <img src="url-of-monitoring-pc:xxxx/a.a.a.a_3-day.png" alt="name"/> </td> <td><DIV><B>Traffic Analysis </B></DIV> <img src="/url-of-monitoring-pc:xxxx/a.a.a.a._2-day.png" alt="name"/> </td> </tr> <tr> <td><DIV><B>Traffic Analysis Internet </B></DIV> <img src="url-of-monitoring-pc:xxxx/a.a.a.a_12-day.png" alt="name"/> </td> <td><DIV><B>Traffic Analysis for </B></DIV> <img src="/url-of-monitoring-pc:xxxx/a.a.a.a_42-day.png" alt="name"/> </td> </tr> <tr> <td><DIV><B>Traffic Analysis for ADSL </B></DIV> <img src="/url-of-monitoring-pc:xxxx/a.a.a.a_20-day.png" alt="name"/> </td> </tr> </table> </body> </html> As i said before while the browser seems to be refreshed every x seconds but the graphs remain the same until i manually refresh with F5. I think is something wrong with META code at the top. thnx in advance How would I hide something and then when you click a link it shows it? Then when you click it again, it hides it, like a toggle? P.S. I want to hide/show this: HTML Code: <div class="js-kit-rating"></div> <script src="http://js-kit.com/ratings.js"></script> <div class="js-kit-comments"></div> <script src="http://js-kit.com/comments.js"></script> ~aeharding Hello all. Is it possible to block multiple words in a search box using html or javascript? A search box on my own site. Example: writing "bad" in the search box will receive no results. Hoping for an answer Harold On this page -- I have a right side bar. In fact I have that side bar on all my websites. However, on this page it's acting funny. It won't show up till the middle of the page. http://www.corporatesecretsmarketing...ealclient.html Any thoughts on how to fix it? Is there anyway to modify this link here https://uk.madbid.com/create_user/ - to have the word Al2009 in the referral box and the word RADIO in the promotional code box? so you can click on the link and they are already there? Thanks Hi Guys, I was wondering if anyone would could help me... im working with a limited template system, and in order for me to deploy a certain design, i need to hide a certain navigation that sits down the left hand side of the site, but only on the index page. There are very easy ways of doign this, but obviously for SEO purposes this has a major effect, what im using at the moment is this: {if (pageproperty['pageid'] ne 'home')} HTML blah blah {endIf} this works exactly how i need it to visualy, however Google does not see the navigation it is hiding. anyone have a similar query or fix for this? Thanks Rory Please help me, I'm trying to hide elements (boxes) is HTML in this way: <?php if($_POST) { //left.style.visibility="hidden" document.getElementById(left).style.display = 'none'; } ?> By checking if a form had been submitted...But when displaying the page all elements on the page is hidden not the element "left" only..Why? Thanks is advance. Hi, Is there a way I can not show all the url in the browser window. for instance when showing a links page, instead of the address being "http://www.webspace.co.uk/links.htm" could it just be "http://www.webspace.co.uk I have seen this done but not sure how. Thanks Simon I'm hoping that there is a way to hide ads from spiders using HTML. Seeing as how my current host doesn't allow me to use Javascript. hey everyone, I have a hosting package for a business venture that I would like to use for a personal website. However I don't want visitors to this (personal) site seeing the name of my business server, So I was wondering how do I obscure the nameserver to hexidecimal. I have read this http://www.pc-help.org/obscure.htm and I feel like I understand the basic premise, However It does not tell me how to do it. Could someone either show me the code/procedure to do this, or else point me to some instructions? I am a raging novice by the way. Thanks for your help hi guys, I have a project to do and it drives me crazy. If anyone can help, I would appreciate it! I did a webpage. The program that I need help with is: the user will write a script in a text box. he must choose century and then decade for what he is writing for. then every word in the text box must compared with the words that I have put in a database (in phpMyAdmin). in the database, there are words; and each word with an associated date. for example: the user chooses to write for 15th century, 1450-1459 decade. he writes his script, including the word "iphone". when the program checks the word "iphone" will return an error: iphone 21st century. I hope all these make sense. Thanks a lot xxx Hi. Anyone know how to make a table that will display quotes randomly? Hello, Ok what I'm trying to make is a huge table, with 1 column and many cells. Each cell is going to be a different color, and the table is going to basically fill the screen(width="100%). What I have now does not work. Instead of keeping it on the same line it returns making another thus making the cell taller which is bad. The diagrams I wrote don't work...do you understand anyway? Here is the code I'm using: Code: <html> <head> <style type="text/css"> h2 { color: #A8A8A8; text-decoration: underline; } body { text-align: center; background-color: #000000; margin-top: 3px; margin-bottom: 3px; margin-right: 5px; margin-left: 5px; } table { table-layout: fixed; width: 100%; } p.left { text-align: left; } p.right { text-align: right; } </style> </head> <body> <h2></h2> <table cellspacing="0" border="1"> <tr> <td bgcolor="#000000"> <p class="left">Word</p><p class="right">Word</p> </td> </tr> <tr> <td bgcolor="#FF0000"> <p class="left">Word</p><p class="right">Word</p> </td> </tr> <tr> <td bgcolor="#0000FF"> <p class="left">Word</p><p class="right">Word</p> </td> </tr> </table> </body> </html> Any help would be greatly appreciated. Words are hyperlinked but shouldn't be. Help! If you scroll to the bottom of my sales letter you'll see that after the first add to cart button Your Satisfaction Guaranteed and the three guarantees are all hyperlinked. You'll also see are the second add to cart button the words "other related articles" are hyperlinked. Anyone know why? www.jimmysmithtraining.com/armworkout22 Thanks Jimmy I'm blocked at a weird scenario. I have the following HTML table: Code: <table border="1" width="600" class="sample"> <tr> <th style="display:none;">Revision Number</th><th>Date</th><th>User</th><th>Comments</th> </tr> <tr> <xsl:call-template name="splitEveryNTermsForTable"> <xsl:with-param name="inputString" select="$dataattribute"/> </xsl:call-template> </tr> </table> The XSL template splits the "dataattribute", which is a ~ delimited string into 4 values per row. Can i control the display of either of the 4 columns using HTML using this case? I want to hide one of the columns. Thanks in advance! |