11,821 Topics
![]() | |
![]() | I'm currently working on one of my first full website projects and i need to have a flash music player included. So far I've made basic scripts to make the play, stop, and pause buttons work, but the player can only load one song. I'm hoping that the finished flash … ![]() |
How do I transfer video from one of those old dat tape format vids to a movie file for the internet? Its an old Sony and there is no manual to be found and no usb interface. | |
I was wondering how do we make a folded page effect using photoshop as shown in the screenshot below [url=http://ezfiles.info/][img]http://ezfiles.info/images/5844116.png[/img][/url] | |
I am stuck. I have a layout witha table 3 columns. Each column has a table inside of it, with different colour background. I do not seem to be able to make my inlaid tables stretch to the very bottom of the main table. They are formatted according to their … | |
Hi, I now am 100% CSS with no table in sight (except for the odd bit of truely tabuler data) and I find thayt my pages now lack suitable scroll bars (the ones I have played with are intrusive (look a bit old fashioned)). I am looking at the ready … | |
Ok. I give up. I have read a 1000 and 1 tutorial online and still havent figured out what to do. I have graphic buttons on my page with ImageReady generated Javascript, they change their rollover state. I need to create a simple dropdown menu. Like with 2 items in … | |
Hi everyone I have only used tables once before and I am making a web page with a table that fits flush against the sides and top. I have set my nav bar at about 18%, I remember some code you could place in a cell that would make it … | |
<< URL Snip -- Please post code only, thanks >> The table extends to the bottom in IE but not in FireFox, any ideas? Thanks! | |
Hi, Guys can you help me on this, I designed in MACROMEDIA FW, and I want to achieve the same effect in CSS, here is the CSS CODE div#search{ width: 4em; float: left; text-align: right; margin-right: 0.5em; margin-top: -5px; display:block; } I want it to be like this (see below) | |
Hi everyone I just started using css and I was wondering if anyone knows of some SIMPLE yet nice templates I can get hold of that are easy for newbie to modify. I looked at the site dexterz suggested but they were a bit confusing. Can anybody tell me where … | |
Hi, 10 CSS layout Templates for you to practice or use in your project. Click the link to download them all. [url]http://www.ex-designz.net/template/tempcat.asp?cat_id=13[/url] By: [url]www.ex-designz.net[/url] | |
2 Im am just wondering how to change the frame color of a table. The following solution works but isn't very pretty. My test code is as follows. [code=html] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTNL 4.01//END" "http://www.w3.org/TR/html4/strict.dtd"> <html> <head> <style> body { background-color: black ; color: white; } </style> <title> test … | |
Hello, I have done a web based project in C#. One of the module that I did was newsletter. I did the newsletter in javascript to design a simple editor with simple function such as bold, underline, italics etc like the one we used in this forum. I am wondering … ![]() | |
Well guys... heres the low down on yours truely Name: James Nickname: Chunky, Unjustie Height: 6' Weight: 13st Hair: Blonde Eyes: Blue Location: Oxford, UK Age: 23 Hobbies: Web design, computing, canoeing, rock climbing, off-road cycling, hiking, cooking Relationship Status: Taken Fav Music: Rock, heavy metal Education: GCSE's (english & … | |
Dear Forum: I work in frames with my html pages. However my index.htm page brings up the title "untitled Document" in the internet explorer tab at the top of page. All othe web pages have the proper name. I am not sure how to change theis title in the tab. … | |
Good morning beautiful people. I'm having an issue on a page I am designing. My site uses two frames - a navigation frame (topFrame) and a content frame (mainFrame). As you can probably tell from the subject title; the content doesn't line up when the mainFrame has a scrollbar - … | |
hi, i am great at php but completly new to microsoft access databases, could someone explain simply how to make one, or give me a link to a site which explains plz??? | |
Hi, I have a few blogs, and I'm interested in cleaning them up and making them more space efficient. Specifically, I'd like to increase the body, decrease the margins, and add a right sidebar, in addition to the left sidebar that already exists. Can someone please help me? Perhaps with … | |
hi everyone can somebody pliz supply me with tutorials of macromedia dream weaver. Am very new to web design starting from the basics.The help menu is very confusing | |
I've been working on a web site menu update and I would dislike doing anything that might mess up my google keyword rankings for individual pages. This update is going to involve a new menu system. Currently the only full menu is on my index page. ie [url]www.budgetlighting.com[/url] It's nothing … | |
I have an Joomla app that I now have a huge problem with. This is not an Joomla issue, but an issue with IE7. Joomla has a simple Iframe module called a wrapper. IE7 is indiscriminately deciding which IFrames can be viewed and which cannot. It has created a major … | |
I have an html script going like this: which is in mymain.html <a id="temples" href="mytemples.html">Temples</a><br> <a id="festivals" href="myfestivals.html">Festivals</a><br> When I click on Temples link , I am taken to mytemples.html , which again has the folowing links : <a id="home" href="mymain.htm">Home</a><br> <a id="prev" href="#" onClick="history.go(-1)">Back</a><br> The funny issue is, when … | |
![]() | Hello, I have created a list of links that serve as the left side navigation that I include in every page of my site. I add it using Frontpage's Webbot include [CODE]<!--webbot bot="Include" U-Include="navigation/leftmenu.htm" TAG="BODY" -->[/CODE] On leftmenu.htm I have included some internal CSS to make links and visited links … |
Hello All If you are looking to get a reliable Web Hosting Package then I suggest you visit this site [url snipped] | |
Hi, I hv make a drop down menu while I m designing the page in dreamweaver.Whn i upload tht page it is not displaying the menu,is it requiring to upload a txt file named "mm_menu"..?? kindly resolve ths problem soon Regards, | |
HI, [COLOR=#000000]i want a pure HTML editor,Can support syntax high color.[/COLOR] [COLOR=#000000]some tell me[/COLOR] | |
Hi there, I would like to add nice background into my blog page unfortunately I’m not web design nor savvy about web stuff. The blog I use is very standard so by me adding my own background I can even publicise daniweb on it. Please can you throw some suggestion … | |
Hello, I want to add some fonts in my web-site,but there are some fonts does not exists in the visitors computers: so,How can I add linked fonts? ===== Thanks | |
We have a third party web host who designs our website and hosts it. They use templates and "tokens". What we do is upload our news articles as .txt documents. All of a sudden, our dashes and hyphens show up as question marks. Any ideas? Thanks, Heather | |
Suppose there is a very simple web page. [CODE]<html> <head> <style type="text/css"> #logo{ background-color: red; position: absolute; top: 0px; left: 0px; width: 100px; height: 100px; } #banner{ background-color: blue; position: absolute; top: 0px; left: 100px; width: 500px; height: 100px; } #content{ background-color: green; position: absolute; top: 100px; left: 0px; width: … | |
Hello, I'm developing a small, web-based music sharing application. I used to create static HTML contents. But now, I need a dynamic site that retrieve information from databases (also write data to database). As a beginner in PHP and MySQL, I hope someone from here can help me out.. Here … | |
Hi, I have both Adobe Pro and Adobe 6.5 loaded on a Gateway model mX widescreen. I removed Pro when all of my footage dubbed to the computer went into folders in 6.5. Question : I have accidently done something while editing that turned all of my transitions into red … | |
Hello, I did this site in Dreamweaver, looked fine in my dreamweaver editor, uploaded it and voila everything goes nuts. List of Problems: The Links are not positioned properly, not big enough plus the drop downs to the bottom and not to the right. That was properly my fault since … | |
Hi there, I would like to add nice background into my blog page unfortunately I’m not web design nor savvy about web stuff. The blog I use is very standard so by me adding my own background I can even publicise daniweb on it. Please can you throw some suggestion … | |
Hi, I'd been looking for a code that can help me put a shadow on my page. I finally found something I decided to twik a bit...just like this:[CODE]<style type="text/css"> <!-- body { background-image: url(images/bg_grd.gif); background-repeat: no-repeat; } .centerContentShadow { background-image: url(images/bg-trns.png); background-repeat:repeat-y; width:800px; margin-top: -20px; z-index:-1; } #centerContent { … | |
ive mastered this page to look good in the latest ie and firefox browsers but cannot view them in any other browsers. if anyone could look how this site turns out in other or past browsers i would be very grateful [URL="http://www.health2happy.com/"][U][COLOR=#0000cc]http://www.health2happy.com[/COLOR][/U][/URL] thanks baz | |
![]() | I've put a new simple website online for my work, but in Firefox the pages don't scroll down. Any thoughts? check [url]www.malcolmlindsay.com/music.html[/url] Ta Malcolm |
Hi I created few pages website and is have some display problem with different browser. Link color and mouse over color is not displaying as i want in IE6 I am sending the .CSS file and Templates code. Pls help me. Thanks Template Code:- [CODE]<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 … | |
I have never used DOCTYPES on my websites, but I noticed that with my current coding, adding padding to an image only shows up in Firefox, but not in IE (ex: [url]http://avrilhq.com[/url] - "T in the Park Photos" update on 10 Jul 2007). I noticed that other sites with this … | |
Hi guys, first & foremost, my apologies if this is posted in the wrong zone - feel welcome to move it if necessary. OK, and on to my situation... I'm attempting to rewrite my navigation bar (vbulletin) to use images as oppose plain text. I used to frontpage2003 to start … | |
hello, I am trying to get my online business off the ground. We have a lot of good ideas however being the hardware geeks we are, we are hardly artists or web designers. [URL]http://www.amokcomputers.com/beta/[/URL] We could really use some oppinions on how to improve the design before we change our … | |
Can anybody point out what's stopping the header section of [url]www.xtremeinc.co.uk/xyz[/url] looking like [url]http://xion.pointclark.net??[/url] (That is, the stupid margin around the header block) I've gone through the stylesheet and can't find the margin/padding responsible, I know I'll be missing something stupid... Virtual cookie to the first to diagnose :icon_mrgreen: | |
Hello, my question is: Why do we have separate layers of classes when developing a web application. For example a DAO layer, DTO layer, business services layer etc.I mean why do we follow this approach. What's the purpose of having DTO layer, if its just transfer ot data we can … | |
Alright I've finally had enough. I have been working on my network of sites and have pretty much have run out of ideas. I'm not very proficient at PHP or Java, but I think I have done pretty good so far. I need someone to help me finish this project … | |
I planned on using an image as the background on my index page but it only works in preview mode. It doesn't show up when i upload the files. I'd like to have the image cover the entire page and i'd add buttons to that. Shrinking the file way down … | |
Hi all, this question may have been asked before, and if so, sorry and feel free to flame me for it. But coming from a programming background and no so much web design, creativity is very much a weakness of mine. Do you know of resources/templates that could aid me … | |
I have a report page generated off of a database application. It is designed to be printed out, and I did my best to make the page as printer-friendly as possible. However, I have a problem. The layout works fine on landscape print format, but on portrait format, some longer … | |
l really want to learn how to create web but l have no idea about website. I need someone should teach me how to design web. Thanks. | |
I am using this code in my html file:- [code] <address>Last Modified <!--#config errmsg="Yesterday" --><!--#config timefmt="%A %d %B %Y" --><!--#flastmod file="index.html" --> </address> [/code] Is there a way i can put this in my stylesheet to save me doing it on each page? thanks :) | |
I was recently given the task of redoing our website with a new, more fresh looking design. It's a 3 column, fixed width, centered layout with a header and navbars on both sides and a that extend along with the content (middle) box, and have a minimum height of 100% … |
The End.