Forum: HTML and CSS Jun 16th, 2009 |
| Replies: 6 Views: 574 it is possible with JavaScript not possible in HTML, post this in JavaScript forum |
Forum: HTML and CSS Jun 10th, 2009 |
| Replies: 9 Views: 944 the main difference between <br > and <br /> is <br> is used html earlier versions and <br /> is used in the latest version like the below tags also
<img src="" > ------------- <img src="" />... |
Forum: HTML and CSS Sep 12th, 2008 |
| Replies: 2 Views: 3,727 Hey mohammad_molana
please check this code and check it
<div style="width:430px; height:100%;">
<div style="width:100px; height:100px; float:right; border:1px solid #333333;"> </div>
<div... |
Forum: HTML and CSS Sep 5th, 2008 |
| Replies: 6 Views: 1,452 i think if we give height and width ='100%' it should fill all comps ... |
Forum: HTML and CSS Sep 5th, 2008 |
| Replies: 6 Views: 1,452 if you are use tables give height and width = "100%"
and your images resoutions must 72 DPi
it's fit all browsers and all resolutions computers |
Forum: HTML and CSS Aug 11th, 2008 |
| Replies: 2 Views: 979 please select mark as solved ... |
Forum: HTML and CSS Jul 28th, 2008 |
| Replies: 13 Views: 4,260 save your file with the ext. of .css
if you give the css file name style.css
when you call the css style sheet in you html page give the code
<link rel="stylesheet" href="style.css" /> |
Forum: HTML and CSS Jul 28th, 2008 |
| Replies: 5 Views: 917 <script type="text/JavaScript">
<!--
function MM_swapImgRestore() { //v3.0
var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}
function MM_preloadImages()... |
Forum: HTML and CSS Jul 23rd, 2008 |
| Replies: 8 Views: 784 |
Forum: HTML and CSS Jul 23rd, 2008 |
| Replies: 5 Views: 748 hi
use always for font style, body properties and anything use to again and again css style is good |
Forum: HTML and CSS Jul 15th, 2008 |
| Replies: 11 Views: 1,924 is it a question how it possible once think when you post a query in forum is it right question or not? |
Forum: HTML and CSS Jul 9th, 2008 |
| Replies: 3 Views: 4,367 this code in javascript and HTML
if problem solved mark it solved ... |
Forum: HTML and CSS Jul 9th, 2008 |
| Replies: 6 Views: 1,262 Dont use templates but read design articles
I think for professional website first use websafe color linke blue, green, yellow in RGB Values it shows professionality, try out a fixed width site in... |
Forum: HTML and CSS Jul 8th, 2008 |
| Replies: 3 Views: 4,367 <style type="text/css">
<!--
#Layer1 {
position:absolute;
left:116px;
top:37px;
width:346px;
height:257px;
z-index:1;
} |
Forum: Graphics and Multimedia Jul 4th, 2008 |
| Replies: 5 Views: 3,662 |
Forum: HTML and CSS Jul 4th, 2008 |
| Replies: 6 Views: 1,168 in Dreamweaver one option is there below of property bar take poligonal tool it works fine
check the attachments |
Forum: HTML and CSS Jul 3rd, 2008 |
| Replies: 3 Views: 639 it means window maximize and minimize |
Forum: HTML and CSS Jul 3rd, 2008 |
| Replies: 6 Views: 1,168 first install dreamweaver in your system,
it will easy to edit image mapping |
Forum: MySQL Jul 1st, 2008 |
| Replies: 1 Views: 639 SELECT YourColumn, COUNT(*) TotalCount
FROM YourTable
GROUP BY YourColumn
HAVING COUNT(*) > 1
ORDER BY COUNT(*) DESC
check above code for duplicate colums in a table |
Forum: HTML and CSS Jul 1st, 2008 |
| Replies: 1 Views: 795 this is very simple in HTML page there is style tag between head tag in that style define margin like this
<style type="text/css">
<!--
body {
margin-left: 0px; /* write howmuch margin here... |
Forum: Graphics and Multimedia Jun 30th, 2008 |
| Replies: 5 Views: 3,662 http://www.photoshopzen.com/tutview-tut-30-nam-Stylish-Web-banner-animation-in-Photoshop.htm
http://www.photoshop-pack.com/details/Simple_Banner_Design/1873... |
Forum: Graphics and Multimedia Jun 30th, 2008 |
| Replies: 5 Views: 3,662 your want create a banner or any help in photoshop to create banner in photoshop |
Forum: HTML and CSS Jun 30th, 2008 |
| Replies: 10 Views: 3,584 .mainstylesheet{
background-image: background url; /*give your location of the image background*/
background-repeat:no-repeat; /*if you want repeat then instead of no-repeat put repeat*/... |
Forum: HTML and CSS Jun 30th, 2008 |
| Replies: 10 Views: 3,584 if you want 3d Background then you will design in Photoshop using with filters and add as a background with using css ... |
Forum: HTML and CSS Jun 30th, 2008 |
| Replies: 10 Views: 3,584 above code is correct,
i am helping one more option for not this problem what is that means please take one image in only one TD and also give your background color in style properties
check this... |
Forum: HTML and CSS Jun 25th, 2008 |
| Replies: 7 Views: 1,315 where is your image i mean location and give image in HTML page it works fine ... |
Forum: HTML and CSS Jun 20th, 2008 |
| Replies: 5 Views: 3,067 it's Ok
then no prob...
and also give margin in style tag ok it is good for every designer don't put in body tag it's not it's my openion
if your prob solved put mark as solved |
Forum: HTML and CSS Jun 20th, 2008 |
| Replies: 5 Views: 3,067 I think you are newbie for HTML
there is no head tag and also you aren't define margin left and top
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"... |
Forum: HTML and CSS Jun 20th, 2008 |
| Replies: 5 Views: 3,067 Here I am getting no difference, i haven't any images belongs to this please attach those images |
Forum: Graphics and Multimedia Jun 20th, 2008 |
| Replies: 14 Views: 2,332 There is no Design nobody can't see ... |
Forum: Graphics and Multimedia Jun 19th, 2008 |
| Replies: 14 Views: 2,332 first design is the important for web application it's give look and feel as important as constance after programming |
Forum: HTML and CSS Jun 17th, 2008 |
| Replies: 2 Views: 1,758 Hi,
First you didn't give align for div tags. so, pls give alignment and mention div tag size after then check |
Forum: HTML and CSS Jun 17th, 2008 |
| Replies: 5 Views: 2,268 pls put it mark as soved if solve the probelm |
Forum: Graphics and Multimedia Jun 17th, 2008 |
| Replies: 7 Views: 1,314 at the end of the frame please write this code
getURL("link.ext","target","method");
please above code instead link.ext your home page and that extension |
Forum: HTML and CSS Jun 16th, 2008 |
| Replies: 5 Views: 2,268 [code]
<html>
</html>
[icode] |
Forum: HTML and CSS Jun 14th, 2008 |
| Replies: 4 Views: 1,621 click below links for CSS and HTML tutorials
http://www.daniweb.com/forums/thread128697.html |
Forum: Site Layout and Usability Jun 13th, 2008 |
| Replies: 2 Views: 1,591 OK
It is simple in dreamweaver software. first download and install Dreamweaver software in you computer.
first remove your javascript in html code and put all images in your site using... |
Forum: HTML and CSS Jun 13th, 2008 |
| Replies: 5 Views: 2,268 first when you insert div tag check that div tag properties and define width and height size then check in IE |
Forum: HTML and CSS Jun 11th, 2008 |
| Replies: 9 Views: 2,543 now i understood can you send me files with diffrent attachments like style sheets is diffrent and html file is diffrent i will give solution to this |
Forum: HTML and CSS Jun 11th, 2008 |
| Replies: 9 Views: 2,543 I didn't get in your reply wht r u asking second one |