13,937 Topics
![]() | |
Hi there, I have a problem with how the text, especially headings are positioned on my site [url]http://www.antobbo.webspace.virginmedia.com/webediting/testing/our_web_standards.htm[/url]. When I look at the website from my dell laptop (resolution 800x600) everything seems fine in all the browsers except chrome where the headings are at the same level as the top … | |
Hi, The link to my site is [URL="http://www.trecall.com"]www.trecall.com[/URL]. On the right side of the site, there is a lot of extra white space. Can anyone tell me why and how I can get rid of it? Thank you! | |
Hi all! in my website i am using css for designing and alignment.i have used float:right property for the sidebar it works properly with the chrome but in Internet Explorer it doesn't work. Please help me... Thanks in Advance | |
I am SICK and TIRED of having this stupid issue. I have a very simple page. A background image which fits the entire browser with: [CODE]position: absolute; top:0px; left:0px; width:100%; height:100%; z-index:0;[/CODE] And I also have a blasted table which has two lines and a small image. The problem is … | |
I'm using the table function on a website builder and want to create space between tables so I can add text. When I place the text in what looks like the correct position between the tables on the builder page, when I view the page, the text appears to the … | |
i want to get a data on image by using <img> tag can any one sortr this out | |
I have a website that I have made. I am using friendly urls and I want to force use those in the URL bar. Current htaccess is [code] #Options +FollowSymLinks RewriteEngine On RewriteBase / RewriteRule ^(gallery|upload|verify|contact|about)$ $1/ [R] RewriteRule ^(gallery|upload|verify|contact|about)/$ $1.php [NC] RewriteRule ^view/?$ view.php [NC] RewriteRule ^view/(molly|ms|es|misc)$ view/$1/ [R] … | |
Hi, I am trying to use an image as a link to lead to another image. The URL of the page where this second image is should end with jpg, i.e., the web page should be such that it is the path of the image. For example, this should be … | |
The url to my site is [snipped]. There are a few sub pages on my site, (called "features", "benefits", and "read more".) I wanted to know how to make the button on the bottom of these pages that says "home" link to the previous page, instead of linking to the … | |
Have a look at this HTML code. In IE7 it displays two rows of a table-like form, much the same as in Firefox 3.x, 4 and Chrome. Now uncomment the [ICODE]"<!--div>abc</div-->"[/ICODE] and look again. Now the row spacing has become much larger, about 1em. I don't have a clue where … | |
Hi all.. I am newbie in css, I just want to know how could we create multiple background left and right header using 1 image ? :confused: | |
how would i give dime text in any text field e.g if there is login form and in login form the field where we enter the password written a transparent text that enter your password.how would i apply this in form below please help me...i have highlight the code for … | |
Hey everyone, I've made a web application that allows a user to construct an object, in my case a door, which is a collection of overlapping divs and imgs, and I'd like to take this final object and change it into a jpg image or pdf (like a screenshot) for … | |
Ever wanted to get spell checking working on FireFox but don't know how to do it? Fret no more! It's really simple but not obvious to get working. All you have to do is click on a text entry box on any website that has 2 lines of text entry … | |
Okay, I have the content area of my Wordpress blog theme I'm creating. I want the content area to at least have a height of 600px, but if more content comes then I would like the height to change to what ever is necessary. So 600px automatically, but continue expanding … | |
Hi all I have a question, How do i setup a web page to accept HTTP POST? I have a webcam software that uses HTTP POST, but I can't work out how I setup the web page to accept the posts from the webcam, to view the cam streaming. I'd … | |
Hi I have a client who is very keen to user the blue, square twitter "t" on his website to link to his twitter feed. He says (correctly) that "Thousands of sites have it" so it must be ok. However, when I look on [url]http://twitter.com/about/resources/logos[/url] its not shown. Is it … | |
hello all i am using a link on clicking which a new pop up window should open like [CODE]<a href="#" onclick="Popup(f_date,f_date1)"> Add more</a>[/CODE] function Popup(date,date1) { var f_date=document.getElementById("f_date").value; var f_date1=document.getElementById("f_date1").value; window.open("multipleSchedule.jsp?date="+f_date+"&date1="+f_date1, "window", "toolbar=no,scrollbars=no,height=220,width=510"); } it is workin fine in ie6 and ie8 but in firefox on clicking it nothing is happening. … | |
I'm studying out of a book for HTML, XHTML, & CSS. We just went over building a basic table. here's my code so far below, validated and working just fine: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html lang="EN" dir="ltr" xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="content-type" content="text/xml; charset=utf-8" /> <title>basicTable.html</title> … | |
(I know this is the C++ section but since Im not sure where to put this...) I have a movie clip that with ActionScript I would like to do a gotoandStop on (for example) frame 3 of Layer 1 but I would like to keep playing Layer 2. How do … | |
When using <style type="text/css"> body {background-image:url('images/DarkBrushesswlbcbl2.jpg');} </style> I have two 'errors' I do not want. 1) I have a little line to the right of the title graphic that I want to get rid of; 2) Depending on the user's browser, the text does not look the same (right justified … | |
Hi, I have made a few websites with only limited pages and the clients want to be able to update them themselves i was looking at something like pagelime [URL="http://pagelime.com/"]http://pagelime.com/[/URL] and was wondering if anyone knows of any other ones and what they are like and if they are worth … | |
[COLOR="Black"]There are many ways to build a site and many different platforms which can be used for this purpose.I have two questions[/COLOR] Q 1 - [U][url=http://www.templatemagician.com/category/Flash-templates][COLOR="Black"]Flash Templates[/COLOR][/url] [COLOR="Black"]are not crawled by Google.Is it true?[/COLOR][/U] Q -2 - [U][COLOR="Black"]Does[/COLOR] [url=http://www.templatemagician.com/category/CSS-templates][COLOR="Black"]CSS Templates[/COLOR][/url] [COLOR="Black"]also have the same issue or it is OK?[/COLOR][/U] | |
I was wonder how to submit on this html code [ICODE]<input type="submit" class="button" value="Login">[/ICODE] i have tried using [CODE]WebBrowser1.Document.All("Login").Click[/CODE] but it doesnt work for me | |
hey there, I have a simple page online, and tried to style it a little. here is my [URL="http://gagi.zxq.net/index.php"]page[/URL]. there are five links. I tried to build a simple, css-styled vertical menu. however, the button-like appearance of the links is not of equal length. would anyone tell me what part … | |
Hello! One of the web pages I created for my web site does not appear as it should in all browsers except Internet Explorer. In the others - Firefox, Opera, Safari, Google Chrome - my page goes askew (especially in Opera, Safari and Google Chrome). There is something about my … | |
hey there, I havbe the following html and css files: [CODE] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" lang="en-US"> <head> <link rel=StyleSheet href="style.css" type="text/css"> <title>My site</title> </head> <body> <div id="con"> <div id="navigation"> <ul> <li><a href="http://gagi.zxq.net/star.html">About me</a></li> <li><a href="http://gagi.zxq.net/ekes.html">Blog</a></li> <li><a href="http://gagi.zxq.net/mbretereshat.html">Links</a></li> <li><a href="http://gagi.zxq.net/bouncingball.html">News</a></li> </ul> </div> <hr> <div id="main"> … | |
Hi Everyone, I have a requirement of formatting the text inside the input text box. On page load, the textbox value by default get set to say 10.0 or 15.0. What I want is just integer and remove the decimal point and the values ahead. Thanks in Advance. Regards JJ | |
Hi all, Please accept my apology if this has been asked before and I would really appreaciate if someone can help me out. I made this [URL="http://themarketingscience.com/clients/DufferinIronandRailings/index.html"]website[/URL] which is still not complete yet and I have some problem with the spry menu as my client want the drop down menu … | |
hello guys i've been making my web actually its my first web building and i dont have any idea whats going on ie. i've been reading notes and other stuffs surfing on the net for answers but still i cant get it..any suggestions or answers to this?to make my png … |
The End.