10,650 Topics
| |
Hi my name is Aida Boling and I am on here trying to meet new friends as well as trying to build an e-commerce website. I am originally an illustrator and my husband and I built a clothing business. At first, I was hard to communicate to manufacturers without any … | |
Hi friends I was looking for how to optimize a website design for mobiles phones using website seo services company and came across a useful link. Here it is. [URL="http://seotech.qapacity.com/blog/24873/top-seo-and-designing-strategies-for-mobile-websites/"]http://seotech.qapacity.com/blog/24873/top-seo-and-designing-strategies-for-mobile-websites/[/URL] Please visit it and then i am ready to discuss it here. Waiting for your feedback | |
How to create a transparent png or gif file? on photoshop? if yes, can you explain how? I create 1x1 transparent png/gif file and put it on the box background with y and x repeat, right? is this the idea of transparent backgrounds? Thnx in advance | |
I have this code that should set up the page header [CODE] #headerWrap { margin-left: auto; margin-right: auto; width: 700px; height: 100px; background: url(Images/header.gif) no-repeat; }[/CODE] the picture is not being displayed. Please tell me how to fix this. Thanks | |
Hi there, I created highlight button, but color does not fill all button space. There is some gap on the left side button. thanks for any hint. html code: [CODE] <div id="primarynavigationbar"> <ul> <li><a id="homebutton" href="index.html" accesskey="1">Home</a></li> <li><a id="bootsbutton" href="boots.html" accesskey="2">Boots</a> </li> <li><a id="clothingbutton" href="#">Clothing</a></li> <li><a id="accessoriesbutton" href="#">Accessories</a></li> <li><aid="aboutusbutton"accesskey="3"href="aboutus.html"> AboutUs</a> … | |
In Photoshop, my JPEG image is CMYK. Once imported to Flash, the colors change to become brighter and more saturated. How can I stop this, or what am I doing wrong? Thank you! | |
this won't validate!! any suggestions? it for some reason doesn't call the ValidateFrom function... [CODE] <!DOCTYPE html> <html> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> <link href="style.css" rel="stylesheet" type="text/css"> <title>User Details</title> <script type="text/javascript"> function validateForm(){ var x=document.forms["myForm"]["username"].value if (x==null || x=="") { alert("username must be filled out"); return false; } var y=document.forms["myForm"]["email"].value … | |
any idea how am i gonna make more round the border corners with CSS?? but in the same time show up on IE... | |
Hi all, here several seo experts staying in this forum.So tell me how marketing websites in face book , twitter and social media. | |
Hey.. I have a problem with my CSS, let me show you.. CSS [CODE].wrap { font-size:12px; width:980px; margin:auto; } .left_wrapper { height:auto; float:left; width:20%; background:#699; } .right_wrapper { height:auto; float:right; width:79.7%; border-color:#b7b6b6; border-top-width:0px; background:#993; }[/CODE] HTML [CODE]<div class="wrap"> <div class="left_wrapper"> blah blah </div> <div class="right_wrapper"> blah blah </div> </div>[/CODE] Now, … | |
I'm trying to create a WordPress.com header for rotary7040pr.wordpress.com. I have a layer for the background colour, and have created another layer for text and graphics. So far so good. Now I have a graphic ([url]http://www.rotary7040.com/images/RotaryLogoDropShadow300x288.jpg[/url]) that I want to place on the layer with the text, but I don't … | |
...it ends up becoming multiple images and no single animation. What am I doing wrong? Thank you! | |
not sure if this has been answered before. i looked through the jscript/dhtml spot and didn't see anything on the boards that looked solved so... I want to put multiple pictures in a table, then put that table in a div and have an auto timer show them in sequence … | |
Does anybody know if there is an attribute that gives more controls for embeded videos wiht the video tag? I want to have an option for fullscreen videos on one of my sites, but the current controls only have puase play and volume. Is there anyway to have a fullscreen … | |
Hi, My name is Mike, born in Canada 50 years ago and grew up in The Netherlands. So my Dutch better then my English. Anyway I'm looking for help to startup and rebuild my personal websiteyou will find at: SNIP What is my plan: I want to make a website … | |
So I am working on a project right now and it has been requested of me to do the layout in tables (I know I know). Everything is going surprisingly well but I got to one hitch and I have validated and re-validated (W3C doesn't seem to like the way … | |
Hello everyone, I'm new to this forum and I thought I should just introduce myself before I ask my real question. I started web programming almost 10 years ago and now I want to start back up and make web programs.. The only problem is, I'm about 10 years out … | |
Hey guys, I could really use some help. I adapted an old website template that I have used before, to make a site for a friend. I am not a professional, so my coding isn't great, but I managed to put a site together that works well with firefox, chrome, … | |
hi........ i having a login page , and it has a password field ,i want to see the password before i submit. | |
Just wondering is this possible? I am trying to do a mini announcement section in my website. What i want is for the announcement to be taken from a txt file for easy updating. Regards, Jon | |
What's the difference between these two tags?? "<br> and <br /> | |
Hello, Who can help me out?. First of all I’m completely new here and also CSS is brand new for me. But if you can do it…. I can also only a matter of time my grandpa told me . What is my plan: I want to make a website … | |
I'm having troubles with the website I'm making. When zooming out, the navigation bar's contact us link is going to the bottom. Each link is set to specific width so I can make it full horizontal but it seems complicated to specify width. The content which is 800px at size … | |
Hey, I am in the process of re-designing my website but I'm running into a problem... I am trying to avoid tables and just use css... However I get a problem... doesn't happen all the time so I can't give you an example... I have a clear div box at … | |
i wanted help for retreiving video from tera byte video file.please reply algorithm for it. | |
Hello everybody Can anyone tell me please whats the difference between css and css2 and css3?? Do we need to make the file type .css2 in order to use CSS2??? | |
Hey. I wanna know whats !DOCTYPE that I always find in styling articles and CSS tutorials? What is it? Should it be at the beginning of HTML documents? Is it wrong to make it in lower case (!doctype)? Why is that exclamation mark there? Thanks in advance :) PS: Please … | |
I m having Problem i want to put green image on black image... my css code is.. [CODE] @charset "utf-8"; /* CSS Document */ #Container { background-image:url(../Layers/Container.jpg); width:1024px; height:768px; background-repeat:no-repeat; } #MiniContainer { background-image:url(../Layers/MiniContainer.jpg); background-repeat:no-repeat; /*margin:150px 10px 100px 150px;*/ margin-top:100; margin-left:50px; margin-bottom:100px; margin-right:50px; } [/CODE] and my html code is … | |
I am working on a website and I am currently trying to make it look more proffesional with the help of CSS(I am writing this all myself, not using a generator). Recently I installed something that would make a more professional. The only problem is that whenever I look at … | |
I am dealing with iframes and I have a predicament. Because I am using 2 platforms together I need to iframe some areas. Basically I need to be able to click a link and have it attach to an iframe to a page with an existing iframe on a different … |
The End.