Everything posted by futureistic
-
automatically set width of site
Hi Ryang, I don't have much idea about the resolution of ipad but know this much that for ipad you will have to prepare a seperate CSS file. Thanking You, Futureistic Team.
-
creating my css
Hi David, You should use float:left and float:right to position the two boxes in the middle. Thanking You, Futureistic Team.
-
HTML and CSS Code Help Needed
Hi MartyBoi, You should try using clear:both.It would simply position your nav below the header. Thanking You, Futureistic Team.
-
CSS NEWBIE
Hi, You should once go through w3schools.com. It would help you to improve your CSS alot. Thanking You, Futureistic Team.
-
Please Check My ( html & css )
Hi, It looks absolutely fine.Do not try to make things complicated.If its working simply let it work. Thanking You, Futureistic Team.
-
massage parlour site request? is this legal?
Hi, I should suggest you to exclude those extra services in the website as its presence may take you into some trouble. Thanking You, Futureistic Team.
-
PHP + MySQL
Hi, You need to have a local server like WAMP,XAMP etc to work on php. Thanking You, Futureistic Team.
-
WAMP server
Hi, It is very common thing which happens with most of us. It may even happen if you install MYSQL server alongwith WAMP. Thanking You, Futureistic Team.
-
input fields are different and text as well
Hi, I went through your link but could not find any error. It may be browser problem. If u can share your code it would be easy for me to help you out. Thanking You, Futureistic Team.
-
Full Screen Layouts + Page Loading Help
Hi, I am not sure whether my answer would help you in any way or not but i can just try. If you want the layout to cover the complete screen you simply need to give width as 100% which automatically resizes itself according to the resolution. Thanking You, Futureistic Team.
-
Help with some <br> tags
Hi Johny, I have gone through your code and fixed your problem. Here is the rectified Code.Just copy and paste it in your file. Thanking You, Futureistic Team.
-
Code gone wrong
Hi Dom, I am not sure whether I can help you with this error or not but this link might be useful to you. http://stackoverflow.com/questions/708140/php-fatal-error-cannot-redeclare-class Thanking You, Futureistic Team.
-
creating my css
Hi David, Use this code in your CSS file Thanking You, Futureistic Team.
-
distance labels
Hi, Share your kind with me then only i can rectify it. Thanking You, Futureistic Team
-
distance labels
Hi alisia, I went through your script and solved the error.There was a slight error in CSS coding which i have rectified. I am sending you the rectified CSS file. It was nice to serve you. Thanking You, Futureistic Team listaalisia.css
-
distance labels
Hi alisia, I went through your script and solved the error.There was a slight error in CSS coding which i have rectified. I am sending you the rectified CSS file. It was nice to serve you. Thanking You, Futureistic Team
-
Help To Find Javascript code Which Produces This
Hi Glen, You can simply convert dat image into an button and redirect the user to another page. <input type="image" src="<url of your image>" title="" />
-
Background auto resize
Hi James, I have gone through your website and seen that the width is fine but the problem arises with the height while resizing the window. So to overcome the problem you simply need to give height as 100% thats all.