HTML - Shoutbox Problem
hey i dont have a sub-tab in my management tab saying d-21 shoutbox i have only got that in tool and settings and then d-21 shoutbox or in my server where i uploaded it........ I DONT WANT MY GUESTS TO VIEW MY SHOUTBOX
can any 1 plzzz plz plz plz help me out coz people r coming as guests and spamming my board plzz help HELP NEEDED AS QUICK AS POSSIBLE..... NOW I HAVE ANOTHER PROBLEM AS WELL IT IS SHOWING EROOR WITH THE DATABASE WHEN U TYPE SOMETHING IN THE SHOUTBOX AND THEN IT SHOWS THE ROUTE SOMETIMNES LIKE SERVER/ BLA/BLA/BLABLABLA ETC HOW CAN I CHANGE IT TO NORMAL SHOUTBOX... Similar Tutorialshello i was desperate on how do i hide this from log in screen. It's a shoutbox. Please help this is the code <center><noscript>Enable Javascript to get full functionality of this <a href="http://www.freeshoutbox.net/">shoutbox</a><br /></noscript><iframe src="http://Catshark.freeshoutbox.net/" height="150" width="700" frameborder="0"></iframe><center> I was curious to find out, where can i find a cool looking shoutbox code where i can put on my message forum? Looking for some neat, and cozy with some advance options. Meaning, i would like to change the colors to match with my forum and stuff. Thanks. I would like to have an image that takes 2 url like the following image... is it possible? if so, can someone please tell me how this could be done? Thank you very much.. NOTE: I tried doing this... <map name= 'url1' > <area shape= 'poly' coords= ' 0 , 0 , 50 , 0 , 0 , 50 ' href= 'url1.html' > </map> <a href= 'url2.html' > <img src= 'img.jpg' width= 50 height= 50 usemap= '#url1' > </a> but this only get 'url1' woring... Okay, I know that this problem is going to be really really easy, but I forgot how to do it. I use to own an older website and forgot the code. Anyways, I only know how to describe it. When I minimize the screen, it is minimizing the whole thing and collapsing it making the iframes smaller and the text fit into a smaller space. Most websites have a code (i don't know what it is) so that when someone minimizes their browser, it just makes the browser smaller and not the actual page. Here's what it looks like: http://www.freewebs.com/noeylani94/index.htm Try minimizing that and see how it looks. It collapses the whole page right? Can someone tell me the code how to fix it? Thanks =D Hello people. having a problem with my website in IE 6.0. http://sw11.it/devdev/ it puts a blue bar accross the header? Please can somebody help! Thanks Whenever I try to send a PM it is telling me I need to wait over a million seconds, and it never goes away.. Help? Hello, I am fairly new to web programming, and I have taken over the web administration at my work. The page I am working with is an absolute mess, but I have one bug that I just cannot figure out for the life of me. It is an overlap problem, where one of the tables overlaps the one to the right of it, even though there doesn't seem to be anything "pushing" it out further, like unwrappable text or anything like that. It only occurs in IE/Win, I have viewed in both versions 6 and 7. If anyone could give me any suggestions, I would greatly appreciate it. URL: http://www.yonasmedia.com So I have this code: Code: <link rel="stylesheet" type="text/css" href="http://dl.dropbox.com/u/24741033/css3menu1.css" /> <DIV align="center"> <script type="text/javascript" src="http://code.jquery.com/jquery-latest.js"></script> <script type="text/javascript"> $(document).ready(function(){ $("ul.subnav").parent().append("<span></span>"); //Only shows drop down trigger when js is enabled - Adds empty span tag after ul.subnav $("ul.topnav li span").click(function() { //When trigger is clicked... //Following events are applied to the subnav itself (moving subnav up and down) $(this).parent().find("ul.subnav").slideDown('fast').show(); //Drop down the subnav on click $(this).parent().hover(function() { }, function(){ $(this).parent().find("ul.subnav").slideUp('slow'); //When the mouse hovers out of the subnav, move it back up }); //Following events are applied to the trigger (Hover events for the trigger) }).hover(function() { $(this).addClass("subhover"); //On hover over, add class "subhover" }, function(){ //On Hover Out $(this).removeClass("subhover"); //On hover out, remove class "subhover" }); }); </script> <div align="center"> <div class="container"> <div id="header"> <ul class="topnav"> <li><a href="http://www.desporto-em-directo.forumeiros.net">Homepage</a></li> <li> <a href="#">Live</a> <ul class="subnav"> <li><a href="/h50-live-1" target=player>Live 1</a></li> <li><a href="/h51-live-2" target=player>Live 2</a></li> <li><a href="/h52-live-3" target=player>Live 3</a></li> <li><a href="/h53-live-4" target=player>Live 4</a></li> <li><a href="/h54-live-5" target=player>Live 5</a></li> </ul> </li> <li> <a href="#">Notícias</a> <ul class="subnav"> <li><a href="/h34-sic-noticias" target=player>Sic Notícias</a></li> <li><a href="/h31-rtpn" target=player>Rtp N</a></li> </ul> </li> <li> <a href="#">Musica</a> <ul class="subnav"> <li><a href="/h44-nrj-pop" target=player>NRJ Pop</a></li> <li><a href="/h42-nrj-dance" target=player>NRJ Dance</a></li> <li><a href="/h43-nrj-pure" target=player>NRJ Pure</a></li> <li><a href="/h45-nrj-urban" target=player>NRJ Urban</a></li> </ul> </li> </li> <li> <a href="#">Desporto</a> <ul class="subnav"> <li><a href="/h39-sportv-brasil" target=player>Sportv1 BR</a></li> <li><a href="/h46-sportv2-brasil" target=player>Sportv2 BR</a></li> <li><a href="/h48-nba-tv" target=player>NBA TV</a></li> <li><a href="/h47-super-tennis" target=player>Super Tennis</a></li> </ul> </li> </li> <li><a href="/h1-guia-tv" target=blank>Programação</a></li> <li><a href="/h49-radios" target=player>Rádios</a></li> <li><a href="http://www.google.com/chrome" target=blank>Browser Recomendado</a></li> <li><a href="http://www.games-and-stuffs.blogspot.com" target=blank>Download de Jogos</a></li> </ul> </div> </div> </div> but if I put on my webhoster (which is free) it doesn't support css or jquery in html code, so whats the html to host the css part in dropbox and instead of css code it understands the code wrote in css file on dropbox... Same thing to jquery EDIT: I worked out the css, but still need with the jquery Hi Could some one please have a look at the code for this site for me as it displays perfectly in IE6/7 but is so far off the mark in firefox, not tried any others. http://www.scottishconsumercredit.com/_dev_colin I can't see where I am going wrong thanks heres the problem the pages http://wax-bar.ca/about/index.html and http://wax-bar.ca/contact/index.html wont work in internet explorer. The rest of the website works just those two pages dont work. I would reallly appreciate any help you can provide. thanks in advance! Hi Guys I got a problem I'm trying to embed a html page in my joomla page but it will not fit in right and the colors don't mach this is the page I'm trying to fit in http://www.quebec-ufo-research.com/R...ndex%20QC.html and this is the link where the page should go. http://www.quebec-ufo-research.com/i...id=52&Itemid=2 As you can see the colors are of and the page goes to fare to the right. NowI tried to change the tab to a lower number <TABLE CELLSPACING=1 width="707"> to 200 to check if it would work but it doesn't.Can anyone please help me with this. Thanks Fixed it =] Ok, I am desperate for some advise / help. I work for a non-profit agency, and have created a website for an event we have yearly. This website works perfectly and views great in internet explorer 7, however, the text falls off the page at internet explorer 6. I have asked friends, who had me try different things, none of which have worked. If anyone has any advise please let me know. My other option is to rewrite this completely, or find a simple template and re-create this. The website is www.autoshow4arthritis.com Thanks so much! Hi all ; I want to have one button in the left side of the div and one in the right side how can I do that . I tried align command but it always aligns in one side . Anyone can help . EX : in the header of this site html forums logo is in the left side and the google adwords are in the right side ... Hi ppl I have developed a login page which validates the values from the database. When i log out...the login screen is displayed again.. but if I press Back button in the explorer, the previous logged in page is displayed again.. How do i avoid this problem? I"m haveing a problem with my page, there is a gap where I don't want one to be, here is my code, I don't know if it is the css or html. the gap is between the leftBar and the content. I"ve used *html with the height:1px before, for the sideMenu, but I don't know if the same trick would apply for width. index.php: HTML Code: <?php session_start(); ?> <!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>WootWoot</title> <link href="style.css" rel="stylesheet" type="text/css" /> </head> <body><center> <div id="wrapper"> <div id="header"> </div> <div id="mainnav"> <ul id="mainMenu"> <div id="spacer"> </div> <li><a href="index.php">Home</a></li> <li> <?php if(isset($_SESSION['validUser'])){ echo '<a href="logout.php">Log Out</a></li>'; } else if(!isset($_SESSION['validUser'])){ echo '<a href="login.php">Log In</a></li>'; } ?> <li><a href="profile.php">Profile</a></li> <li><a href="daily.php">Daily</a></li> <li><a href="search.php">Search</a></li> </ul> </div> <div id="leftbar"> <ul id="sideMenu"> <li><a href="shorts.php">Submit a short story</a></li> <li><a href="popular.php?select=today">View popular works from today</a></li> <li><a href="popular.php?select=week">View popular works from last week</a></li> <li><a href="popular.php?select=tmonth">View popular works from this month</a></li> <li><a href="popular.php?select=lmonth">View popular works from last month</a></li> </ul> </div> <div id="content"> Main content here.Main content here.Main content here.Main content here.Main content here. Main content here.Main content here.Main content here.Main content here.Main content here. Main content here.Main content here.Main content here.Main content here.Main content here. Main content here.Main content here.Main content here.Main content here.Main content here. Main content here.Main content here.Main content here.Main content here.Main content here. Main content here.Main content here.Main content here.Main content here.Main content here. Main content here.Main content here.Main content here.Main content here.Main content here. </div> </div> </center></body> </html> style.css: Code: /* Page Layout */ body { text-align:center; background-color:Silver; } #wrapper { width:901px; background-image:url(Images/sidebar_1.jpg); background-repeat:repeat-y; } #header { height:120px; width:900px; background-color:Black; float:none; color:Black; } #mainnav { height:20px; background-image:url(Images/bg_2.jpg); background-repeat:repeat-x; background-position:bottom left; } #spacer { float:left; width:160px; } #leftbar { float:left; width:160px; color:Black; background-image:none; } #content { margin-left:160px; color:Black; padding:5px; background-color:Gray; min-height:30em; } /* Navigation */ ul#mainMenu { list-style-type:none; padding:0px 35px 0px 10px; margin:160px; display:inline; } ul#mainMenu li { text-align:left; float:left; } ul#mainMenu a:link, ul#mainMenu a:visited { background-image:url(Images/bg_2.jpg); background-repeat:repeat-x; background-position:bottom left; padding:0px 35px 0px 10px; border-right:solid 1px gray; text-decoration:none; font-family:Arial Verdana Sans-Serif; text-align:left; text-transform:uppercase; font-size:1em; color:Black; font-weight:bold; display:inline; } ul#mainMenu a:hover { background:url(Images/bg_3.jpg) repeat-x top left; text-decoration:none; font-family:Arial Verdana Sans-Serif; text-align:left; text-transform:uppercase; font-size:1em; color:Black; display:inline; } ul#sideMenu { margin:0; padding:0; list-style:none; width:160px; } ul#sideMenu li { display:inline; } *html #sideMenu a { height:1px; } ul#sideMenu a:link, ul#sideMenu a:visited { background:url(Images/sidebar_1.jpg); background-repeat:repeat-y; border-bottom:1px solid gray; padding:15px 10px 15px 10px; text-decoration:none; font-family:Times Verdana Sans-Serif; text-align:Center; text-transform:uppercase; font-size:.8em; color:Black; font-weight:bold; display:block; } ul#sideMenu a:hover { background:url(Images/sidebar_2.jpg) repeat-y; text-decoration:none; font-family:Arial Verdana Sans-Serif; text-align:Center; text-transform:uppercase; font-size:.8em; color:Black; font-weight:bold; display:block; } I have a photoblog site that I use PixelPost on. I updated the theme and, for some reason, the About page isnt showing the footer like the other pages are. This is how the footer is SUPPOSED to be: http://www.sthompsonphoto.com/galler...owse&pagenum=1 and this is how its displaying on the About page: http://www.sthompsonphoto.com/gallery/index.php?x=about Its all shoved into the main DIV and I cant figure out why. Also, there is a line at the top of the main DIV that wont go away. Im pretty new at all this so Im sure its something that Im overlooking. Any help would be great! Thank you! everything to the same site as my previous one (http://brett.unixpod.com) looks fine in IE but in firefox and safari (the only other 2 browsers i have) its missing the main table background and the main table background-color. what could be rong??? I am testing my site in FF 3. I'm having two problems. 1.) Can somebody write me up code on how to fix this, it looks fine in IE, it should be in two columns side by side not one in each corner, you'll see it: http://www.bkriegtech.net/index.php?page=hosting 2.) All of the bullets for my design, shared hosting and reseller hosting are out of the content table. Why's that? What do I do to fix it? Again this is only in firefox. below is the code I have and I get warning as : Tag (img) should be an empty element tag. I am using Linux-Eclipse Platform ... <table width="150px"><tr><td bgcolor="#fa7d50"><font color="white">Top Selling Books</font></td></tr> <tr><td width="150px"><img src="../../../public/img/81508.jpg"></td></tr> <tr><td>ECOMMERCE Rs. 250/- <a href="" color="red">BUY</a></td></tr> <tr><td width="150px"><img src="../../../public/img/compref.jpg"></td></tr> <tr><td>Windows Server 2003 Rs. 450/- <a href="" color="red">BUY</a></td></tr> </table> |