2,603 Solved Topics

Remove Filter
Member Avatar for
Member Avatar for xsmedia

Can anyone help me with a upload-file function using Dreamweaver. I'm a real novice and would appreciate any help applying this function to pages created in Dreamweaver - server-side script, how to apply it and generally what I need to do.

Member Avatar for zslatcher
1
272
Member Avatar for egenart

Hello! I've ran into a possible bug in Internet Explorer, in all versions below IE8. When testing my CSS work all content between the head of the page and the footer disappeares and I havn't found a workaround solution in my litterature. Anybody familiar with this bug? In Safari and …

Member Avatar for egenart
0
97
Member Avatar for scottyg13

Hi I was wondering if someone could help me with a code for my website? Basically what I want to do is have a drop down list that is essentially a matrix in the sense that picking one option leads to another and eventually you can narrow down the results …

Member Avatar for kar123
0
111
Member Avatar for teja_dt

Hi Guys, Some Fake warnings are spreading on face book like this: [B]ATTENTION!!!!!!-Virus spreading like wildfire on Facebook!![/B] -->It is a Trojan worm called "Knob Face". It will steal your info, invade your system and shut it down! -->DO NOT open the link "Barack Obama Clinton scandal". -->If "Smartgirl 15" …

Member Avatar for redesignunit
6
162
Member Avatar for sg552

Hello everyone, I need help with my drop down menu. There is a problem with CSS I think because it conflict with each other. I download both template and drop down menu script from somewhere else. This is the original html template [URL]http://www.styleshout.com/templates/preview/MarketPlace11/index.html[/URL] This is my website with drop down …

Member Avatar for sg552
0
402
Member Avatar for NewOrder

i am interested in graphics and webdesign. i am currently studying dot.net and java.. is it worth studying both..or is it a bad idea for me to study graphics now/?

Member Avatar for NewOrder
0
110
Member Avatar for teedoff

I have a table with dynamic output. Some of the records in the first column, (Item#) are rather long and so they expand the first table column out very far. I have nowrap unchecked but still the text in this column stays on one line. Is there a formatting attribute …

Member Avatar for teedoff
0
110
Member Avatar for jtok

It used to be, that when I would type: [CODE]#div{[/CODE] and hit "return", Visual studio would autocorrect to: [CODE] #div {[/CODE] as well as a number of other things. That is just the easiest example. It also doesn't automatically indent the next line... I am using Visual Studio 2008 SP1. …

Member Avatar for BrianHelp
-1
153
Member Avatar for teedoff

Ok I know this might sound like a silly question, but now working in an office environment, and eventually having to rely on someone else for content update and management, whats the best way to "export" my Dreamweaver created coldfusion templates to another desktop so that she can do database …

Member Avatar for JRM
0
87
Member Avatar for Voyager97

Is it possible? I have a table setup which imports an image into one cell, and need to import text to the cell to the right of the image. Importing the image from my PC is no problem (img src="images\image1.jpg" within the <td>), but I can't do the same with …

Member Avatar for Voyager97
0
89
Member Avatar for Bluepeter9

I use CSS and HTML and have basically designed the sites I am responsible for for 1028px width and they look ok on smaller resolution screens but poor on higher resolution screens - I suspect that this is because I use mainly fixed widths and px sizing and suspect I …

Member Avatar for rajarajan2017
0
102
Member Avatar for Rajicet

Hi, In IE, two rows and two columns in each row are coming correctly. But in firfox, it is coming as 3 columns in first row and 1 column in second row. The code is given below.Any solution for this problem ? please help. <div style="width:60%" align="left"> <div> <div align="left" …

Member Avatar for Rajicet
0
104
Member Avatar for MDanz

i have the textarea.. [code]<textarea name='content' id='content' wrap='soft' style='background-image: url(\"frontinput.jpg\");color: #000000;font-size:12px;font-family:Arial;width:445px; height:77px;border:none; padding:5px;'></textarea>[/code] when i display in the div.. the text doesn't fill up the div. the text goes 75% of the way and then line breaks. here is the css for the div. [code].message { float:left; width:98%; background-color:#EFEFEF; border: …

Member Avatar for teedoff
0
92
Member Avatar for Staggasaurarts

hi everyone, im having some trouble with design im working on. Basically what i want to achieve is when the user hovers on an image, a semi-transparent black box pops up over the image with a description. I have tried a few ways but am now stuck for ideas. My …

Member Avatar for Staggasaurarts
0
159
Member Avatar for mariko

I want words on my buttons but the words won't center. And left to right isn't the issue it's up and down. Well, here's the HTML: [code] <ul id="navbutton"> <li id="onpage"><a href="index.html">Home</a></li> <li style="margin-top:5px"><a href="another.html">Name of my button<span></span></a></li> <li style="margin-top:5px"><a href="services.html">Services</a></li> <li style="margin-top:5px"><a href="another.html"></a></li> <li style="margin-top:5px"><a href="another.html"></a></li> </ul> [/code] And …

Member Avatar for mariko
0
98
Member Avatar for FOOLY

Hello! I'm just beginning to use Adobe Flash - in fact, I only started a few hours ago - so, I'm still learning the basics and am still tripping my own feet trying to understand how to script when all I want to do is make a flash comic. I'm …

Member Avatar for FOOLY
0
160
Member Avatar for osirus

i understand that you need to change the title of your index page, but when accessing the index page i am only aloud to view the the code for the two individual frames. I have titled these two frames but can not find how to access the index html code …

Member Avatar for rajarajan2017
0
83
Member Avatar for MazdakMohammadi

Hello Everyone. I am currently enrolled in the IT program at BCIT in Vancouver, BC, Canada. One of my programs courses has given us the responsibility of creating an online portfolio that showcases our skills and abilities. Clearly my skills are not as great as they need to be if …

Member Avatar for MazdakMohammadi
0
99
Member Avatar for george61

As kind a newbie I have a simple question. Having a textfield with background-color and border I want to give opacity value only to the background and not to the border: [CODE]#textfield { background-color:#2875DE; border:2px solid #2cb823; } #textfield.background-color { filter:alpha(opacity=60); }[/CODE] This obviously won't work and any ideas of …

Member Avatar for $urya
0
81
Member Avatar for rwhenning

I have a form with a table inside a fieldset. I want to control the background color of the embedded table, which is a 2 x 3. I've tried all the fixes I could find on this site and none of them worked. Specifically, <style type="text/css"> .txt {color: darkred; background-color: …

Member Avatar for $urya
0
88
Member Avatar for kooia

Hi everyone, I want to make a page with a table. It has three TD's: 120px, fluid ([code=css]min-width:500; max-width:700px; /*This is for the fluid TD*/[/code]), 120px. How am I supposed to write the table? Would [code=html]<table width="100%"></table><!--or--><table width="all"></table>[/code] work? Or does anyone have an idea of how I should do …

Member Avatar for kooia
0
148
Member Avatar for JRM

Hello, I have a banner that I want the images to be side by side and the text on the end to the right . The following code works,but it breaks when the browser size is small. The pictures slide over on top of the text. Also why does the …

Member Avatar for JRM
0
128
Member Avatar for Wakesta

How do you create the icons that appear within the Internet windo tab, I have attached an example as I would like to create one for my website

Member Avatar for Flexor123
1
89
Member Avatar for powersstuff

Is there a way to get a video to based on what player they have installed on the person's computer? Can a .wmv version and a .flv version both be embedded or linked and whatever player you have will be prioritized for playing the movie? If so, can someone give …

Member Avatar for powersstuff
0
143
Member Avatar for showerhater

hi, i am just now learning to take advantage of XML and RSS feeds. I actauly just finished my first RSS Feed. Whenever i check it in google reader the RSS feed shows up as a list of links with short descriptions. like i would like it to do. However, …

0
115
Member Avatar for Reliable

Hello everyone, I'm having a hard time getting a an AVI file to play in Photoshop CS4. It shows that it is there: the layers pallet has the filmstrip icon on it and it shows in the animation time lien. Unfortunately , though, all I see is white. I've searched …

Member Avatar for frankdushan
0
107
Member Avatar for levsha

I have four buttons in an HTML form. Here is the HTML: [CODE]<tr> <td> <div class="fileinputs"> <input type="submit" name="submit" class="submit" /> </div> <div class="fileinputs"> <input type="file" class="file" name="uploadedfile" /> <div class="fakefile"> <img src="uf_btt.png" /> </div> </div> <div class="fileinputs"> <input type="reset" class="reset" /> </div> <div class="fileinputs"> <input type="button" class="print" onclick="window.print()" /> …

Member Avatar for levsha
0
390
Member Avatar for brenzor

Hi I am busy with a google map, and I have the 'to here' 'from here' directions on my info window, but i have a problem. When i type in an address for the directions, it links me to the google maps site, but i get a message in the …

Member Avatar for virtuemart
0
238
Member Avatar for pritaeas

I'm in need of opinions. I currently have several low-traffic Dutch websites, all equipped with an RSS feed built by me. Would it be better for my sites if I promote the feeds at FeedBurner instead of the current on-site ones ? Does it matter for SEO ? Any other …

Member Avatar for pritaeas
1
117
Member Avatar for Sinha's

Hello Friends, I have a simple problem, in my HTML page I want to display a paragraph and link but do not want to print it. Please guide me how to use CSS to achieve this.

Member Avatar for raj_developer
0
116
Member Avatar for smith09
Member Avatar for backendcode
1
471
Member Avatar for grunge man

Heres the page I'm currently working on. The code [CODE]a img { border:none; }[/CODE] is affecting the image [CODE]<img src="athenslogo1.png" />[/CODE] and I Don't want to make a class for every image I'm going to be using because, it's alot and also including the images I have on other pages …

Member Avatar for grunge man
0
157
Member Avatar for drumichael87

Hey everyone, I'm not new to web design, but I have been working on this project for a while and my eyes are crossing! I think its a fairly simple issue... I have a footer with a background image, and within that footer I have 3 columns, evenly distributed and …

Member Avatar for drumichael87
0
133
Member Avatar for ctaylo21

Hey guys, I am working on a page that works perfectly in firefox, chrome, safari, and opera, but not in IE. I am trying to make the page semi-fluid, that is you can minimize the content of the page to an extent before the content stops getting smaller. That's where …

Member Avatar for ctaylo21
0
2K
Member Avatar for levsha

Can't figure out this one. Text I enter into my textarea, doesn't break the lines. CSS: [CODE]#description{ float:right; font-size:12px; padding:4px 2px; border:solid 1px #afd45a; width:260px; height: 90px; margin:0px 20px 20px 6px; }[/CODE] HTML: [CODE]<input type="textarea" name="description" id="description" rows = "4" cols = "25"/>[/CODE]

Member Avatar for lyndria
0
81
Member Avatar for drewpark88

Hey Guys, I am having issues in ie7 and I am not sure why. I have attached two screenshots, one in ie7 (messed up) and one in ie8 (working). My images aren't floating properly next to my text in ie7....I have even created two classes "alignleft" and "alignright" which utilize …

Member Avatar for drewpark88
0
90
Member Avatar for pooja yadav
Member Avatar for Kellyst

I am having trouble with my background in dreamweaver. I created a 800 x 800px web design in photoshop, optimized and imported into dreamweaver. Added a div tag and created a css style sheet which "wrapped around the selection (my 800 x 800px web page)" and everything previews beautifully in …

Member Avatar for drumichael87
0
152
Member Avatar for sarnol20

I'm relatively new to web development and I'm hoping this is a simple fix. I have a Body div and a left column and right column div inside that body div. I want the body div background to show not the column divs(which cut out some of the white background …

Member Avatar for sarnol20
0
190
Member Avatar for hindu times

Hi there, I'm currently working on the following page... [URL="http://www.rjt-online.com/photos_titletest.php"]www.rjt-online.com/photos_titletest.php[/URL] The Filter By buttons open different "photo galleries" in the iFrame below them when they are clicked. I was wondering (being a bit of a newbie with web design) if it is possible to change the style of the Filter …

Member Avatar for hindu times
0
535
Member Avatar for mariko

I have text that is repeated on multiple pages. Is it possible have the text in the external css page so I only have to change it one time?

Member Avatar for mariko
0
141
Member Avatar for carlir

I am wanting to have slide shows of different albums on my page, the problem is it always shows the pictures from the last album coded to the page in the first album, and nothing in any album other than the first album. does anyone know how I can fix …

Member Avatar for carlir
0
103
Member Avatar for keavon

Hi, I'm making a 404 page, and I want it to display the current URL, but I don't want it to be server side. I don't know much about any variables are anything, so it would be nice if a nice person could give me all of the needed code …

Member Avatar for keavon
0
170
Member Avatar for carlir

I am wanting to have slide shows of different albums on my page, the problem was it always shows the pictures from the last album coded to the page in the first album, and nothing in any album other than the first album. so I changed my 'pic' to a …

Member Avatar for carlir
0
75
Member Avatar for cipriana

I am totally desperate, have tried thousands of scripts and nothing works. I am not a web design genius, but am never afraid to try. Please, I have a form (see script below) with 5 questions. The user has to fill in the spaces with the answers and Submit. I …

Member Avatar for cipriana
0
126
Member Avatar for alexgv14

[url]http://ryanmcmaster.com/clients/summit/[/url] I have this website and it loads fine in firefox accept in IE 7 and 8 it just loads a blank page its a really weird. Any help on why this is happening would greatly be appreciated.

Member Avatar for alexgv14
0
109
Member Avatar for jwmollman

I'm trying to create a simple gallery for comics I have created. I have a main divider, which contains two tables. The first table is for navigation, which contains a drop-down menu with a button. The second table is for content. When the user chooses on option in the drop-down …

Member Avatar for diafol
0
585
Member Avatar for kellyA

I designed my webpage in PS and sliced, optimized and saved it as images and html. I imported it into dreamweaver CS4, aligned it in the center and so far it displayed correctly. Then I added a new div tag to create a new CSS style sheet where I changed …

Member Avatar for darc.mosch
0
532
Member Avatar for samarudge

Hey, I'm having an issue with custom fonts on my site. I copied the code from a Google Fontlibary CSS file [CODE=css]/* Custom fonts for the site */ @font-face { font-family: 'Reenie Beanie'; font-style: normal; font-weight: normal; src: local('Reenie Beanie'), url('http://themes.googleusercontent.com/font?kit=ljpKc6CdXusL1cnGUSamX_cCQibwlboQP4eCflnqtq0') format('truetype'); } /*Assign the custom font's to where there …

Member Avatar for samarudge
0
166
Member Avatar for fubofo

Hi guys, I'm having a problem trying to get one of my pages layed out correctly. I wish to have contact details and adresses on the left hand side, a google map iframe to the right and all contained within an auto height content container. Below that should be a …

Member Avatar for fubofo
0
108

The End.