10,643 Topics
| |
| 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: | |
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% … | |
[code] <html><head><title>Change the cursor using css, by #2pencil</title> <style type="text/css"> p.auto{ cursor:auto; } p.cross{ cursor:crosshair; } p.default{ cursor:default; } p.pointer{ cursor:pointer; } p.move{ cursor:move; } p.eresize{ cursor:e-resize; } p.neresize{ cursor:ne-resize; } p.nwresize{ cursor:nw-resize; } p.nresize{ cursor:n-resize; } p.seresize{ cursor:se-resize; } p.swresize{ cursor:sw-resize; } p.sresize{ cursor:s-resize; } p.wresize{ cursor:w-resize; } p.text{ … | |
I recently upgraded to Dreamweaver 8 and have found that Dreamweaver will lose my site password occasionally. It doesn't happen every day, but about once a week I have to reenter the password. I always click the "save password" box. There doesn't seem to be much rhyme or reason to … | |
Hi All, I have designed a site last year that I have tested on just about every browser on the top three OS's. Recently the PR individual has reported a non-scrolling home page. The content below the sponsor section cannot be viewed and the page will not refresh to newest … |
The End.