11,821 Topics

Member Avatar for
Member Avatar for tag_addict

Hey all I am a complete newbie who just developed a site based on a template. Below is the template code. I want to make it so the entire website centers horizontally on anyones screen. What code do I need to put any where? Any help would be appreciated. Thank …

Member Avatar for tag_addict
0
229
Member Avatar for cab_driver

I'm having trouble uploading a page with frames. The page either doesn't upload or it only registers the topmost frame. Can anyone help me to understand what's going on? Just ask if you need me to be more specific. Thanks

Member Avatar for stevenpetersen
0
39
Member Avatar for Techie08

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. …

Member Avatar for laura_ci
0
96
Member Avatar for stevenpetersen

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.

Member Avatar for stevenpetersen
0
97
Member Avatar for DevC++4.9.9.2

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 …

Member Avatar for DevC++4.9.9.2
0
130
Member Avatar for usmanabb

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 …

Member Avatar for Airshow
0
268
Member Avatar for MDGM

(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 …

Member Avatar for itisnot_me
0
131
Member Avatar for Anaghag

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.

Member Avatar for itisnot_me
0
24
Member Avatar for Posterseal

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]

0
34
Member Avatar for LoNe_KiD08

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 …

Member Avatar for essential
0
75
Member Avatar for Reliable

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 …

Member Avatar for Reliable
0
130
Member Avatar for leegeorg07

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 …

Member Avatar for leegeorg07
0
73
Member Avatar for MarrkoR

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: …

Member Avatar for leegeorg07
0
75
Member Avatar for alwynsloan

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 …

Member Avatar for ingeva
0
70
Member Avatar for Lolalola

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 { …

Member Avatar for almostbob
0
75
Member Avatar for Rockindon

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 …

Member Avatar for almostbob
0
108
Member Avatar for Rhino1272

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 …

Member Avatar for Airshow
0
74
Member Avatar for rockyman12

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 ???

Member Avatar for ShawnCplus
0
111
Member Avatar for Al-Saeed

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 …

Member Avatar for qauaan
0
176
Member Avatar for blamlol

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 …

Member Avatar for stevenpetersen
0
512
Member Avatar for pancgom29p

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 …

Member Avatar for stevenpetersen
0
1K
Member Avatar for schone

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" …

0
42
Member Avatar for Scruffstone

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 …

0
62
Member Avatar for peepster

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. …

Member Avatar for ko ko
0
129
Member Avatar for TolucaDiablo

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: …

Member Avatar for rajarajan2017
-1
247
Member Avatar for decay

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 …

Member Avatar for decay
0
119
Member Avatar for kained

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 …

Member Avatar for kained
0
132
Member Avatar for aodpreacher

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 …

Member Avatar for jeremy.adamich
0
112
Member Avatar for Mahen

hi, i have this website: [url]http://analytics.buddyjive.com/[/url] However, the images does not seem to display well, please advise

Member Avatar for soldierflup
0
63
Member Avatar for tokyoboi21

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

Member Avatar for soldierflup
0
41
Member Avatar for bigginge

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 …

Member Avatar for MidiMagic
0
196
Member Avatar for LukeBennett

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... …

Member Avatar for MidiMagic
0
67
Member Avatar for pazoconnor

Hola everyone! I'm a volunteer in an NGO, and I don't know much about design... but I'm trying to work on their weg page which as fully designed with Flash ([url]www.caminodeemaus.org.ar[/url]) and I HAVE A PROBLEM WITH THE SCROLL BAR In the attachment you'll see three buttons on the left …

Member Avatar for pazoconnor
0
119
Member Avatar for kako13

Hi, I want to split a footer with CSS because I want to have a left & right alignment. Any suggestion? [CODE=css] body { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 11px; line-height: 16px; color: #333333; background-color:#CCCCCC; margin:0px; padding: 0px; } a { color: #12B7ED; } a:visited { color: #3C88B0; } …

Member Avatar for kako13
0
221
Member Avatar for kako13

Hi, I have a layout .dwt with their respective editable region in the main area (body). How I should organize the text? Using div layers or you should not abuse of div layers? Any other approach?

Member Avatar for kako13
0
161
Member Avatar for bittuthegr8

hey could someone explain how you could make the facebook presence bar with the chat tabs(structure only not back end) [URL=http://img199.imageshack.us/i/barbao.png/][IMG]http://img199.imageshack.us/img199/8696/barbao.png[/IMG][/URL] i got a link to a Gmail like chat tab [url]http://anantgarg.com/2009/05/13/gmail-facebook-style-jquery-chat/[/url] but couldn't figure out how to fit it onto a fixed bar. I'm intermediate at HTML and CSS …

Member Avatar for bittuthegr8
0
216
Member Avatar for eantz

Hi.. I'm designing a web that contain Google Custom Search Engine and I put the result in a page. But it doesn't match with the template I've already made because the IFrame is too wide.. [code=html] <script type="text/javascript"> var googleSearchIframeName = "cse-search-results"; var googleSearchFormName = "cse-search-box"; var googleSearchFrameWidth = 600; …

Member Avatar for eantz
0
137
Member Avatar for Barman007

Heya guys, ima 3rd year IT student and for my third year project im building a website for my friends nightclub and I need some advice. I majored in networking so although im ok at doing websites, im certainly not top of my class. Sorry if this isnt the appropriate …

0
68
Member Avatar for fuggles
Member Avatar for nemanjaz
0
68
Member Avatar for progtick

Suppose I am using the code below to display image [CODE]<img runat = "server" width = "50px" height = "50px">[/CODE] However, the original size of the picture is 500 * 500. So, in terms of bandwidth load, would it be same as displaying the picture in 500*500 dimension or do …

Member Avatar for Airshow
0
75
Member Avatar for MarrkoR

Hi, Who can know where to find the photoshop tutorial how to draw a poker table. something like this: [url]http://www.pokerdeal.org/images/party-poker-table.jpg[/url] or [url]http://www.bigslickspokerplace.com/poker-room-reviews/paradise-poker-review-images/paradise-poker-table.jpg[/url] I very long use google, but nothing

0
45
Member Avatar for dreamzone

please I.T pipo pliz help i am asking for the code for developong action games in 3d, and also asking for anyone who knows how to creat cartoons animation lets talk.

Member Avatar for JasonHippy
0
82
Member Avatar for jure.gregorin

Hi! I would like to add some live streaming to a website in flash. I would like to use a webcam that would be connected to the server, and then the video could be seen live on the website. Does anybody know any software that would support this? I have …

Member Avatar for JasonHippy
0
151
Member Avatar for Alcutus

Name: Alan Murray Nick: Alcutus - a semi-star trek TNG reference. It's never taken when I attempt to sign up to a board or community. Height: 6' Weight: 40 lbs. over. Hair: Getting pretty grey. Age: 50 Married, 2 "kids" in their 20's. Location: Victoria, BC, Canada I started out …

Member Avatar for dodly
0
82
Member Avatar for ggeoff

Hi It's one thing missing a semicolon but I had an extra one that wouldn't go away! After checking the statements and re-reading when they are required I hit on the solution -why not use Find! It took me about half a minute and there it was, hiding at the …

0
102
Member Avatar for mr_vampire

I was designing a Blogger template . The demo looks fine. But as you can see in the image given below the [B]Edit Layout[/B] section of Blogger Dashboard shows the misaligned search form. Can any one please figure it out ?? [URL=http://www.picsmob.com/][IMG]http://www.picsmob.com/images/p7se7mubmajvazvyuy2.jpg[/IMG][/URL] Thanks.

Member Avatar for LukeBennett
0
54
Member Avatar for vishalkhialani

Hi, My computer's resolution is 1280x768 but I want to make sites for computers having 1024x768. I cannot change my display resolution as I am having a wide screen laptop and If I force the os then everything thing looks stretched. I would like to know if there is a …

Member Avatar for stevenpetersen
0
100
Member Avatar for otakua

Hello. I am a total newbie when it comes to this. My friend has a game server on his computer, and where are trying to connect the site that i created to it. I know HTML and CSS but nothing about mySQL or PHP or any of that, and have …

Member Avatar for otakua
0
145
Member Avatar for eantz

Hi.. I want to develop interactive website for kids.. but I don't have any idea for concept and layout yet. How can I get the concept?!? Or if someone have an idea, I really appreciate it..

Member Avatar for laura_ci
0
102
Member Avatar for lisa wilson

Hello Friends, I have a question. I wish you would assist me on this. my question is Does Free Web Hosting sites can be used as professional/business site? Does it make any difference.

Member Avatar for LukeBennett
0
120

The End.