10,655 Topics

Member Avatar for
Member Avatar for akampro

Hi, I need a little help Please, I am a Newbie here... I have created a login on my website. After the user logs in he gets directed to his page example: [url]www.abc.com/user1.htm[/url]... but if this address is manually entered (without logging in) even then the page shows... i want …

Member Avatar for iamthwee
0
131
Member Avatar for hiweb

As a flash designer, I have encountered times that I need to get elements from inside a shockwave flash, while before , it is impossible to get those resources from a finished flash,…now ,thanks to these flash decompilers, we can easily extract almost every elements(even the codes!) and re-design them …

Member Avatar for raza94
0
197
Member Avatar for mantog

I need to add water, people around, etc. on photo with a swimming pool under construction in a hotel in greece. I tried to do it with photoshop but no avail, (it could take me a year to learn the techniques). Anyone interested in creating such photo? It must look …

Member Avatar for lantiers
0
167
Member Avatar for mikeandike22

ok im setting up a menu for a movie file i have...it was all one avi file that i got off my friends camera. so i broke it up into chapters and made all the menus, but i want to play a movie before the main menu comes up. how …

Member Avatar for peter_budo
0
59
Member Avatar for TetuGal

Hi, does anyone know of any sites where I can read up on the defination, cause and solution of HTML dangling. Regards TetuGal

Member Avatar for TetuGal
0
191
Member Avatar for eltommyo

Is there anyway i can use CSS or HTML to put a text object on top of a piece of a picture?

Member Avatar for Mike Empuria
0
304
Member Avatar for eltommyo

I need my link to open in a new window, my link is currently < a href=" [url]http://www.ghostlypets.com/avatars.html[/url] " > Whateva <a/> what do i need to add to make it open in a new window?

Member Avatar for eltommyo
0
94
Member Avatar for dasd

Hi All! I've never posted in this forum before, so here goes. I am a 'webmaster' in that I build and maintain a site using a site builder program for my company. This utility is extremely limited and I would like to create a better site using a flash/ swish …

0
87
Member Avatar for rpuskarcik

I would like to create a perl script which serves up an html page. Only one perameter needs to be passed to the script: something like [url]http://www.website.com/page.htlm?1234[/url] When a person types the above in their browser, they get a webpage. By typing in a differant number at the end, they …

Member Avatar for rpuskarcik
0
128
Member Avatar for Creepshow

Hey everyone, I'm trying to integrate vBulletin into my site's design. Here's what I'm trying to do: [IMG]http://www.realmofhorrorcomics.com/tempfiles/forum-fit.gif[/IMG] If someone could help me by telling me how to do this, it would be massively appreciated, as its driving me mental. Thanks so much for your help! Nick

Member Avatar for Creepshow
0
161
Member Avatar for mmujtaba

Just wanted to let everyone know of the new website [url]http://www.immunokin.com[/url] that features RGBG Analyzer software for color analysis of digital images...It is intended for use by biomedical researchers....There is a free demo program for download.

0
116
Member Avatar for steven01

I use a script to generate some contennent at my site,but the left of the page is blank.How to make up it?

Member Avatar for tgreer
0
189
Member Avatar for steven01

I want to use RSS at my site,how to do in dreamweaver? This is the code: [code] <?xml version="1.0" encoding="ISO-8859-1" ?> - <rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"> - <channel> <title>WeakGame Entertainment</title> <link>weakgame.com</link> <lastbuilddate>Sun, 25 Dec 2005 04:15:31 -0500</lastbuilddate> <description>The latest posts on WeakGame.com</description> <language>en-us</language> - <item> <title>No Santa</title> <link>http://www.weakgame.com/?show=5594</link> <description /> <dc:date>Sun, …

Member Avatar for Dani
0
170
Member Avatar for ep2002

Hi there, I've just learned that making "Buy Now" links red is a no no, so I need to come up with another colour & this might be difficult considering not many colours will work with my site design. Any suggestions? [url]www.exoticpublishing.com[/url] Thanks & have a great day! Michelle

Member Avatar for ep2002
0
148
Member Avatar for namit

So what is the difference between all the difference postions absolute, fixed, etc.. Can anyone give me a list of them and bit of explantion? Thanks

Member Avatar for tgreer
0
98
Member Avatar for mmorton

Hi Guys! I'm trying to make a very simple webpage template. One that I can send via email that will display correctly when the receiver opens the email. I've been having trouble getting the pages to display properly in Lotus Notes. However, I received an email today that did display …

Member Avatar for Kegtapper
0
97
Member Avatar for Lexani

hey im looking for some html code for send to a friend so i can put it on my site, i just wanna little one that you can click, if u kno of any please let me kno

Member Avatar for tgreer
0
171
Member Avatar for wahaj_khan

Hi I need some help for HTML for embedding checkList Box. How can embed CheckList Box on HTML Page using Java Script code. Thanks

Member Avatar for tgreer
0
189
Member Avatar for bunny

such as Ctrl+Shift+E or Ctrl+Shift+I or even delete but i can type.What the heck is wrong with this?i use win XP btw. Pls help me thanks :mrgreen:

0
92
Member Avatar for NuGG

I have a popup with a form on it. when the form is submitted i want it to load the next page in a new window (not in the popup window). Does anyone know how the submission code can be chainged to do this? [code] <!--webbot bot="SaveResults" S-Email-Format="TEXT/PRE" S-Email-Address="webmaster@kings-head-inn.com" B-Email-Label-Fields="TRUE" …

Member Avatar for NuGG
0
228
Member Avatar for TerenceSaw

Here's a question for all you photoshop cs gurus out there. I'm in desperate need of help. I have a portrait photo which i wanna make black and white but..... the male is wearing a pink tie which i wanna make show up hence... my question is... how do i …

Member Avatar for peter_budo
0
74
Member Avatar for cmills83

Alright still kind of new to CSS. Could someone take a look at the following link on Firefox and then IE. Firefox is almost right IE is no where close. I want the border on the sides of the main table to span 100% of the page, IE it only …

Member Avatar for cmills83
0
124
Member Avatar for paradox814

I want to make a list where the list is complexly aligned against the left hand side. Here is an example code snippet that I am using, I put the list inside a black table so you can see the gap. How do I get rid of them? [IMG]http://dems.brangle.com/list.jpg[/IMG] [html]<html> …

Member Avatar for Glynis
0
126
Member Avatar for aish

I used this code for validate text box when user paste values to the text box. [code] //Browser Detection var strUserAgent = navigator.userAgent.toLowerCase(); var isIE = strUserAgent.indexOf("msie") > -1; var isNS6 = strUserAgent.indexOf("netscape6") > -1; var isNS4 = !isIE && !isNS6 && parseFloat(navigator.appVersion) < 5; function Paste(objEvent) { var objInput; …

Member Avatar for aish
0
89
Member Avatar for vjw757

im having trouble with this can anyone help? 1. Open a new Flash movie. 2. From the Insert menu, select New Symbol. The Symbols Properties box opens. 3. Give your new symbol a descriptive name, and in the Behavior area, select Button. 4. Click OK. The Button Symbol editor opens. …

Member Avatar for vjw757
0
77
Member Avatar for raywood5

I am looking for a script that will promt the user to bookmark my site when they try to close the browser. I have seen them in the past I cant seem to find one now that I need it.

Member Avatar for martinkorner
0
206
Member Avatar for aeinstein

Other than user interface differences dictated by the OS'es involved, are there any differences in the capabilities of components of Studio MX 2004 when they're installed on a PC (running WinXP (Home)) versus when they're installed on an Apple (running OS X(.x))? I've finally decided to bite the bullet and …

Member Avatar for aeinstein
0
238
Member Avatar for maj

Hi there, I have some java script menus created and I'm calling them from the <body onload> tag as follows: <body onload="initjsDOMenu()"> Because of this, the menu is the last thing to load on the page. I want it to be the first thing to load. Anyone know what I …

Member Avatar for vivek vermani
0
202
Member Avatar for anthmaina

Hi everyone...am building a dating website as ma 4th yr project...how do i build a page like the one 4 yahoo mail that keep on changing only the contents but not the layout & design? :rolleyes:

Member Avatar for peter_budo
0
157
Member Avatar for bestgraphicsbd

I know how to create an image button for the "submit" but how do I do it for the "clear form" tag? :surprised

Member Avatar for bestgraphicsbd
0
78

The End.