10,643 Topics

Member Avatar for
Member Avatar for John_80

my website is using too much bandwidth everyth month it consumes over 10gig of bandwidth but i dont get to see any emails. someone suggested its because someone is attacking my website somehow. i see most of the traffic comes from india how can i fix this. will changing the …

Member Avatar for codevzv
0
182
Member Avatar for sathyakumar23
Member Avatar for sam_pt

When I add the <!DOCTYPE html> to my page, white spaces appear below the images on the page. Why does this happen and how can I get rid of them? Thanks guys! Here's the code... <!DOCTYPE html> <html> <head> <title>CPU_21397_2014-Holiday-Card_HTML_eCard_Working</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <table width="764" border="1" cellspacing="0" cellpadding="0" …

Member Avatar for OtisGross
0
160
Member Avatar for joemathew
Member Avatar for sathyakumar23
Member Avatar for sathyakumar23
Member Avatar for opelio4n
Member Avatar for yaragalla_mural

Hi friends, I have 20 html pages. For all the pages footer and header is common. I dont want to use div's and paste header and footer in all 20 pages. It is because if there is a change in header i have to change in all 20 pages. I …

Member Avatar for webhawk
0
169
Member Avatar for Transcendent

![676d3a4d6fae34888f383c4d66a4ab99](/attachments/small/3/676d3a4d6fae34888f383c4d66a4ab99.png "align-left") ![676d3a4d6fae34888f383c4d66a4ab99](/attachments/large/3/676d3a4d6fae34888f383c4d66a4ab99.png "676d3a4d6fae34888f383c4d66a4ab99") <!DOCTYPE html> <!-- grocery.html A document for computeCost.js --> <html lang = "en"> <head> <title>grocery.html</title> <meta charset = "utf-8" /> <style type = "text/css"> label,input {display: block; margin-bottom: 20px; margin-right: 20px;} label { float: left; width:200px; text-align: right;} input { margin-left:150px;} #items{ margin-bottom: 20px; margin-right: 20px;} …

Member Avatar for webhawk
0
287
Member Avatar for OsaMasw

I have problem in my site and accrues only when using htaccess, I have many css and js files stored in my site when import them on localhost by using relative path <script src="js/jquery.min.js"></script> when using htaccess the js or css cannot be loaded and firefox show me message "**The …

Member Avatar for OsaMasw
0
257
Member Avatar for Nollyvenon

I intend to have w3html5.gif with clickable hotspots. I need to make the image clickable on different points. Point for Daily, Weekly. currently my code is: <video controls poster="/images/w3html5.gif"> <source src="movie.mp4" type="video/mp4"> <source src="movie.ogg" type="video/ogg"> Your browser does not support the video tag. </video> Thanks for your help.

Member Avatar for veedeoo
0
170
Member Avatar for davy_yg

Hello, I am trying to make the login button thinner. Like a clickable image. Is it possible? This is the code that I have (below). The result is a thick clickable button. Is it possible to make it a thin image - not thick (I do not want to see …

Member Avatar for veedeoo
0
155
Member Avatar for wanttocode

<div class="links1"> <ul style="float:left; position:absolute; top:115px; right:200px; display:inline;"> <li><a href="#">Warranty & Support</a></li> <li><a href="#">Shipping Info</a></li> <li><a href="#">Privacy Policy</a></li> <li><a href="#">About Us</a></li> <li><a href="#">Contact Us</a></li> </ul> </div> I want these links to be arranged in horizontal in navigation bar but the display="inline" is not working in the "ul" tag please suggest …

Member Avatar for hericles
0
75
Member Avatar for bogoreh

hi everyone, i am designing a network for a small company and i am confused when it comes to technical goals. please can anyone tell how to do the techical goals. thanks in advance.

Member Avatar for bogoreh
-1
124
Member Avatar for craig.m.farish

Hi people I have been interested in writing very simple html for many years, every now and then i decide to attempt something new. I want to populate xml data from an external source so the data in my html is automatically updated when the xml is updated. Is this …

Member Avatar for JorgeM
0
120
Member Avatar for NuGG

I want to disallow certain query strings with robots.txt and I want to check I am doing this correctly... I am using: Disallow: /browse.asp?cat=*-* I want to check that this rule will allow these urls to be indexed: *browse.asp?cat=123/1234/1234-1 browse.asp?cat=123/1234-1* While disallowing these urls: *browse.asp?cat=1234-1 browse.asp?cat=1234-2* Will this rule work? …

Member Avatar for Ali_42
0
140
Member Avatar for SimonIoa

I have a problem with Chrome. Although my site works fine 100% on other browsers (safari, explorer, firefox) it wont play on Chrome. I think that the problem is that the paths of the scripts and styles (javascript, css) aren't been implemented on Chrome. Has any other user has same …

Member Avatar for SimonIoa
0
2K
Member Avatar for krga86

My code on website is not validate on W3 Validator. <?xml version="1.0" encoding="ISO-8859-1"?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR...nsitional.dtd"> <html> <head> <title> Contact </title> <meta name="description" content="Inzenjerski portal,baza znanja,vesti,seme,desavanja"/> <meta name="keywords" content="Automatika,PLC,frekventni regulatori,arduino"/> <meta name="author" content="Nikola Krga"/> <meta name="robots" content="noindex, nofollow"/> <link type="text/css" rel="stylesheet" href="about.css"/> </head> <body> <table …

Member Avatar for diafol
0
96
Member Avatar for a8med

I am trying to build a simple website consisting of only one big calendar where I can enter events. Simply like this site: http://www.fester.nu/ but a bit smoother. Been looking around for some code because I haven’t learned HTML (yet) to make my life easier but that was a fail. …

Member Avatar for marqusG
0
101
Member Avatar for davy_yg

Hello, I am trying to create horizontal navigation NOT vertical navigation. What I have right now is vertical navigation. <div class="cd-tabs"> <nav> <ul class="cd-tabs-navigation"> <li><a data-content="inbox" class="selected" href="#0">Inbox</a></li> <li><a data-content="new" href="#0">New</a></li> <li><a data-content="gallery" href="#0">Gallery</a></li> </ul> <!-- cd-tabs-navigation --> </nav> style.css .cd-tabs-navigation { /* tabbed on top on big devices */ …

Member Avatar for marqusG
0
147
Member Avatar for RikTelner

I want to make kinda responsive design, problem is, my website is picture based and if you hold mobile vertically you see 2 giant bars above and below it. If you turn your mobile sideways I might just be able to find method to put it nicely together. SO, finally, …

Member Avatar for gentlemedia
0
147
Member Avatar for davy_yg

Hello, I am trying to create a custom image button and I haven't been able to do it: index.php <input type="button" onclick="alert('Hello world!')">Click Me!</button> styleT.css .input { border: 1px solid #006; background-image("../images/login.jpg"); } button{ background-image("../images/login.jpg"); } I wonder what I did wrong?

Member Avatar for marqusG
0
123
Member Avatar for khurram123

I need to make my website responsive with iPhone 5s in media query. I try every thing but can't able to solve the solution for iPhone 5s in media query. Plz check the URL http://foodhub.pk/ Any one can please help me.

Member Avatar for almostbob
0
80
Member Avatar for sathyakumar23
Member Avatar for chubbyy.putto

I want to check the number of user input. If it negative number it will disable the sumbit botton. my code is run but let say i enter three -1 and if i change of it to positive the sumbit botton is enable. I want make sure if all the …

Member Avatar for wesley.cheng
0
139
Member Avatar for santunu23

HI i am create a website and want to publish my site online so everybody can access this,i am buy a domain name,i want to publish my website from my home computer and homecomputer operating system is windows 2008r2 i want to deploy my website using xampp and i open …

Member Avatar for santunu23
0
165
Member Avatar for GlenRogers

Hi I'm using whatsmy.browsersize.com to get my browser size for adding mediaquries to my css files. For some reason when i write a media query for max-width: 1229px the query gets applied at 1350px! I'm writing my queries like this @media screen and (max-width: 1229px){ .galleries > ul > li …

Member Avatar for Violet_82
0
235
Member Avatar for davy_yg

index.php <link rel="stylesheet" href="css/styleT.css"> <!-- Resource style --> <div id="navigation"><!-- <img src="images/navigation bar.jpg" alt="nav bar"> --></div> <div id="navcontainerbar"> <ul> <li style="height: 20px;"><a href="index.php">Home</a></li> <li> <ul id="nav"> <li><a class="fly" href="#">SIP</a> <ul class="dd"> <li><a href="portfolio.php">Web Porfolio</a></li> <li><a href="marketing-portfolio.php">Marketing Portfolio</a></li> </ul> </li> </ul> </li> <li class="service"><a href="services.php">LMS</a></li> <li><a href="blog.php">Library</a></li> <li><a href="contact.php">Roomplus</a></li> <!--<li><a href="career.php">CAREER</a></li> …

Member Avatar for Violet_82
0
211
Member Avatar for chubbyy.putto

In code there is javascript part where test the user input if negative number it will disable sumbit button. Now the problem is that I cant get to reset to normal once the fix the number to positive number. Here is what I have try if num< 0 Do something …

Member Avatar for AndrisP
0
111
Member Avatar for safeer008

Can anybody tell me that how we can handle the tables in a responsive website design. If you try to decrease the font size it will be harder for the mobile users. If you don't decrease the font size then the data will be mixed and so on. Give me …

Member Avatar for mattster
0
1K

The End.