10,643 Topics
| |
I just registered my Dreamweaver software and put it onto my computer. Problem is, I have an existing website that a company used to manage for me with their own copy of Dreamweaver. Follow me so far? What I want to do, is just switch it to my control now. … | |
I am trying to make a water seen with flash CS3. the idea is not waves. I would to make drips that drip into eachother and slash. If anyone can help it would be gratefully appreciated. | |
Hola, Im an experienced coder, however new to java/actionscript 3 I am trying to make a very simple login and I am running into problems. They seem to be with my for loop with the .Length() function in particular... [code] stop(); loginError.visible = false; var loginXml:XML; var loader:URLLoader = new … | |
I need immediate help please I have made a logo and client wants it in different formats. One of them is .gif(transparent) Logo contains Gradient as well when i convert it into transparent .gif the gradient disappears. In attachments you can see the jpeg file which is OK but .gif … | |
(I wasn't sure where to put this thread so move it if you need to! :]) I want to be able to send a text message to my mobile phone whenever I get an email through from my website (the sending of the message would ideally be done using PHP … | |
hi gyes, i am web designer i know the dreamverver,flash,photoshop(basic) i want to learn the advance in web designing so please help me. | |
I have created a page that works fine in expolrer and netscape but the background picture does not show in safari or firefox and for the life of me I can't figure out why [url]www.theoasisgallery.com[/url] | |
Hi to all, I am a newly programmer on html. Right now I'm working on with a simple web pages. And I got some errors in showing the target on frame 2 with a link form the frame 1. I would to know more about on how to use the … | |
My div background color did not show up when I placed it in the external CSS sheet. I went ahead and made it an inline style and got my desired result except for thebig space between the right side of the picture and the edge of the containing div. Why … | |
| hi, in part of my sc i have this code: [code=css] #menu{ float:left; width:20%; } [/code] and i have this div tag: [code=html] <div id="menu"> <ul> <li><a href="about.html">About us</a></li> <li><a href="contact.html">Contact us</a></li> <li><a href="gallery.html">Gallery</a></li> <li><a href="developer.html">Our developer</a></li> </div> [/code] and when i preview it, it only shows once and stays … |
Hi, i have 4 div and I want to do so: [url]http://img15.imageshack.us/img15/2514/divd.png[/url] But i have trouble whit right div. It is below the second div. [CODE] <html> <head> <style type="text/css"> body { margin:0; margin-top: 0; margin-bottom: 0; text-align: center; } div.all{ width: 600px; background-color: #5292d9; } div.left{ float: left; width: … | |
Hi, Just finished new site, [URL="http://www.theshoeboudoir.ie"]http://www.theshoeboudoir.ie[/URL] but the text layout on the home page is all off on IE6, seems ok on other browsers. Essentially the text should overlay the container bg in three different divs, but IE6 pushes them all to the right off the page entirely.. Any help … | |
I have trouble with spaces, wher is php tag, i have spaces. foto: [url]http://img99.imageshack.us/img99/4163/spacervd.png[/url] If i delete: require("connect_db.php"); and <form method = "post"> ... Everything ok. How i can remowe this space? And why "New user" in ner rows? [code=php] <?php session_start(); require("connect_db.php"); ?> <html> <head> <style type="text/css"> body { … | |
I have 5 buttons in my nav bar, Home, About, History, Gallery and Contact. They are all image swaps. How do I make it not swap when I'm on that page? If I'm on the About page I don't want the image to swap when I scroll over the About … | |
What is the best way using divs and/or spans to replace the following table structure? [code=HTML] <table style="width:100%"> <tr> <td style="text-align:right;">Right Button</td> </tr> <tr> <td style="text-align:left;">Left Button</td> </tr> </table> [/code] I have tried using [code=HTML] <div style="float:right">Right Button</div> <div style="float:left">Left Button</div> [/code] But that causes the two button to be … | |
Usually any website has pages like this Domiain/page1.com Domain/page2.com But some websites i find having pages like that Page1.Domain.com Page2.Domain.com So how they do that And they also have higher SE rankings... Because their keywords are displayed unlinke others (domain/page1..) Any help ??? | |
Hello, [B]What software(s) are people using to make videos?[/B] I am interested in making my own short documentaries, programs etc. with the intention of hosting a reduced quality format on my website. However I would like to also have a decent quality fit for broadcasting or DVD’s as well. Way … | |
I use the following code on my page: [CODE]<div id="itemstable" class="item_type1"> ...other divs here... </div>[/CODE] And in my CSS file I have this code: [CODE].item_type1 div { background-image: url(images/type1.giff); }[/CODE] the problem is there are a lot of different item types so I will need to have a lot of … | |
I have 2 div's in between which there is another div which have to fit itself to the full width between the div's. That is i have a left float div1 ...then there is another div2 .... followed by another div 3 all in the same line and float next … | |
Hi all, I'm having some problems with a certain piece of code which sits in my site, this error only occurs in Internet Explorer 7. Rather than post all my HTML/CSS markup here I have put up a version of the site [URL="http://www.users.on.net/~prashyanthy/fun/"]here[/URL]. As you can see I have "Widgets" … | |
Hi there, I'm using Commerce.cgi for my eCommerce site but with PayPal as the basket side of it. There's vast amounts of code that I don't understand exactly what's going on, but I can figure out that it's setting, clearing and getting cookies. The problem is that when the cookie … | |
Can someone please look at this site in IE6 and please tell me what is going on? [url]http://www.e-squareddesigns.com/websites/bna[/url] The two div's above and below the menu bar are "spreading out" and not sure why, I've tried a seperate CSS stylesheet for IE6 and modifying the padding/margins but to no avail. … | |
Hello Everyone, I'm new to flash and actionscript 3. I just purchased a flash file that is driven by as3. I don't know how to embed it to my webstore's main page. Any help would be greatly appreciated. Here is the description of the files I received with my purchase: … | |
Hi Guys n Girls, I hope this is in the right place. I have recently uploaded my html website and have run some SEO tools telling me that there is no 301 redirect present. I have a www. version and a none www. version of the site. Google has found … | |
Okay there seems to be a disturbing gap in my knowlege! I know how to make forms, I know how to make a guestbook. What i don't know how to do is make a search engine. Say i have a simple html based form [code=html] <form action="?" method="get" > <table … | |
Hey everyone, I am thinking of becoming an User Interface Designer. I was wondering what "skills" do you need to become one? Currently I am a Computer Science and Graphic Design major. Does anyone know what other things I would need to learn in order to become a User Interface … | |
hi, i have this website: [url]http://analytics.buddyjive.com/[/url] However, the images does not seem to display well, please advise | |
i need some script that allows my users to upload their own videos. i have tried the youtube api, and when i paste the code to my page and save it, nothing shows up. all i see is code... any ideas? thanks -josh | |
A customer whose site I maintain rang this morning saying his website traffic had suddenly increased to getting about 20 times as many hits as usual in the last few days, and asked if this was something to worry about. I'm not very knowledgeable about this side of things but … | |
Hello, Im Luke. I just thought I would introduce me, the god. Haha Ok well not that much of a god but hello. I run a design studio where we do websites (flash mainly), graphics (logos and more), video design (promos and more) and all for very cheap such as... … |
The End.