11,821 Topics

Member Avatar for
Member Avatar for RucGwl

Hi guys, When we save a web page using Save As option, we see a folder created with all images used in the web page. I want to prevent this copy of my images on local disk. Is there any option in HTML to do this? Thanks...

Member Avatar for diafol
0
153
Member Avatar for StickerAA

Hi everyone, I want to put a border around a hyperlink but in IE7 the bottom border line is omitted and in Firefox it looks fine. Following is my html and css code. I have checked google to no avail. I have tried various position: relative/absolute combinations with no success. …

Member Avatar for StickerAA
0
62
Member Avatar for DBB1

Hello, :-O If some one could tell me how I can have vertical border on the right side of each cell. [B]Suppose my table tag has the following code:[/B] [CODE]<table style="border-style:solid; border-width:1px; border-color:red;>[/CODE] [B]and my <td> tag has the following code:[/B] [CODE]<td style="vertical-align:top; text-align:left;">[/CODE] I would like to know: [LIST=1] …

Member Avatar for DBB1
0
86
Member Avatar for nomisf1

HI im trying to added extra fields to my register.php , but i keep getting a error message saying 'Error:user not added to database' I've simply tried to edit the original code using the same methods used for the previous fields yet it still doesn't work. im sure my mysql …

Member Avatar for nizuya
0
90
Member Avatar for DBB1

Hello, I made a couple of web sites. In my machine, their screen size was good as I could see the specified margins. :(:-O:$ [LIST] [*]When viewed in my machine (1440 * 900 resolution), it looked OK with IE and Firefox; [*]But, when viewed in different machine, and in IE, …

Member Avatar for Spain
0
130
Member Avatar for senormateo2011

Hi everyone. I am new to this website and I could use some major help. Basically, I am taking AP Computer Science and my teacher has no idea what he is doing. The school thinks that since he can do web design and adobe teaching, he can do java programming. …

Member Avatar for senormateo2011
0
739
Member Avatar for cssquestion

I can understand coding: [CODE] body { color: #ffffff; text-align: center; margin: 5px 0; } [/CODE] But I don't understand what is the following code meaning: [CODE]* { margin: 0; padding: 100; outline: 0; }[/CODE]

Member Avatar for diafol
0
51
Member Avatar for StickerAA

My css inline submenu won't stay open long enough to select an option. As soon as the cursor leaves the main selection the submenu box closes. Can be viewed at: [url]http://isite.thevatraininginstitute.com/home.htm[/url] html code [CODE] <div id="ao_nav"> <ul> <li id="first">Accessibility Options: </li> <li><a href="home.htm">Default Font Medium &nbsp; -</a></li> <li><a href="#">Large &nbsp; …

Member Avatar for StickerAA
0
133
Member Avatar for Famous16

Hi everyone, There are so many tools available in the market today for web design and development. Can anyone suggest me that which tool is the best for web design and development. With Regards,

Member Avatar for cfajohnson
0
161
Member Avatar for JimmyLloyd

Hey there, I've been working on a form that uses ajax to use the selection in one box, and update the second box accordingly. My problem is with the form layout, with which i'm not very good. I've managed to get the layout how I want it so far, with …

Member Avatar for diafol
0
93
Member Avatar for Mahesh1671

Hi Team, I want the html code with which i can create a log in page, and when user id and password is put it should open a small page which is basically created in html. I have used the below html tag to create an user nad password column …

Member Avatar for diafol
0
229
Member Avatar for Unebrion

I'm having trouble with classes and the display element. I need to display elements of a class in my html document as list items. i have 9 of these in the document, all basically the same [CODE] <div class="notes" id="point0"> <a href="longs.htm" style="position: absolute; left: 560; top: 60;"> <img src="image0.jpg" …

Member Avatar for Unebrion
0
90
Member Avatar for Seregwethrin

Straight one: [url]http://neecto.com/wtf/1.htm[/url] Everything is fine. But if you comment or remove TopMenuBar's CSS Border attribute, than there's a space at the top which is here: [url]http://neecto.com/wtf/2.htm[/url] (Check with Firefox 3.6, latest one) Which also works fine in IE and Chrome. I feel so angry because I just gave my …

Member Avatar for Seregwethrin
0
108
Member Avatar for SHAWTY721

Is there a way to protect a website against being attacked by scripts that appear as a virus, trojan or malware?

Member Avatar for sourcebits
0
62
Member Avatar for mnichols

Hi, I have created a horizontal menu bar using Dreamweaver CS4. My client wants it working in IE6/Windows XP. All the functionality is working correctly in that combination EXCEPT - the mousover background color changes when the cursor is moved to the next level. The color should change from burgundy …

0
49
Member Avatar for jhonnyboy

Hello everyone I was taking a look at [url]http://www.mauijim.com[/url] and saw their navigation menu fairly attractive. I believe this can be made in css, but I wanted to know how did they get such a huge "frame" when hovering over the navigation (Shop, Service, About us). Seems like their is …

Member Avatar for jhonnyboy
0
111
Member Avatar for manofspider

Hi all, It is waste time to design a layout, menu and navigation. Can you list of tools of idea to start to generate a new website quickly ? Thanks.

Member Avatar for Nemuksis
0
67
Member Avatar for Aaaryan

Hi all, I have a table having white background.and a <a> tag inside it which is invisible due to the backgroud as the color of <a> is also white in the coressponding css file. Now when I applied css to <a> tag color in the file for changing white color, …

Member Avatar for Aaaryan
0
221
Member Avatar for jobojo

Good evening everyone. I have a php based site which was designed a few years ago. I have done very little with the site since I purchased it because I was not very familiar with PHP. Well I still am not very familiar with PHP, but I am more familiar …

Member Avatar for JRM
0
168
Member Avatar for virtualmisc

Hello Friends I have trouble in viewing my icon in address bar. I have saved an icon in my root directory and also images folder and added the following code into the header tag <link rel="shortcut icon" href="images/favicon.ico" type="image/x-icon"/> Please help me with this. Thanks

Member Avatar for almostbob
0
76
Member Avatar for Reliable

Does anyone know to make those FLash ads that go across the whole screen and then end up in their destination at the end of the ad? I see them sometimes on MSN.com and Yahoo.com. If someone could do a tutorial on that i would appreciate it.

Member Avatar for Reliable
0
77
Member Avatar for BlueCharge

Please could someone find out why the website i have made for a client is completely screwed up in Internet Explorer but pretty much perfect in Mozilla Firefox. Problems in IE: 1. Cells in tables are centered 2. Footer is not in line and looks bad 3. On the contact …

Member Avatar for diafol
0
99
Member Avatar for Kruptein

I have this id that should be default 15px from the bottom (which works). But if I have content larger, the content box should grow in height, how can I specify this? [code=css]#content { position:absolute; top: 85px; left:15px; right:130px; bottom:15px; background-color:#00CC00; font-family: Arial, Helvetica, Tahoma, sans-serif; }[/code]

Member Avatar for Kruptein
0
70
Member Avatar for imb4uin

Hi can someone who knows html please help me out? I have my webpage, [url]http://users.igl.net/ash/index.html[/url] It has a javascript on it. I am trying to embed my homepage on my league site. so I write the code as follows <embed height="200" name="homepage" hidden="never" width="200" src="http://users.igl.net/ash/index.html" allowscriptaccess="true" /></embed> My homepage loads …

Member Avatar for imb4uin
-1
119
Member Avatar for ggeoff

Hi I have decided to use CSS for layouts. Previously I would have used tables. My problem is that I want to place images to the left and related text on the right of the images. I have used new blank paragraphs to "fill" the space between the end of …

Member Avatar for jeffreyk16
0
1K
Member Avatar for skalynuik

I am using Visual Web Developer 2008 Express, and was wondering is there a list I can print from with in the program that list all resources used to create the site, ie taking loaded pages in the website and then it spits out a list of all jpg's, gif's, …

0
34
Member Avatar for MarianneLR

Hello, I am new to Adobe flex and trying to create a website. This may sound like a stupid question, but would anyone be able tell me how i would link between different instances of my website. Like, linking between pages, as you would using HTML. Would appreciate anybody's advice, …

Member Avatar for versatile36
0
77
Member Avatar for $urya

HI, i am trying to high light sub menu when selected just like Daniweb IT Community as it shows: Web Development > web design i am using site reptile to build site and there they use tags to genertae menu's automatically in DHTML here is it's Structure style in which …

0
57
Member Avatar for Cabman

I am making an 8 page site with d'weaver and the link colors will not show up as (I thought) I selected. One page had white text, turning to black on a grey background; Just like I wanted. GOOD!! The other 8 pages are white and purple? on the grey …

Member Avatar for Cabman
0
60
Member Avatar for Frankey

Hi There, it's Frank from the Netherlands. I am a freelance webdesigner. To design is my favorite activity but he, no website without some code! So most of the site i develop on my own are made in Wordpress. I love it! Just bought a book for plugin development and …

Member Avatar for jephthah
0
58
Member Avatar for shironui

Alright, I've built this incredible carousel for a portfolio page in a flash website, using an external .XML file for the images;however, after countless hours scouring the web, I can't seem to find the code I need to put in the .XML file, so that clicking on the various pictures …

Member Avatar for shironui
0
191
Member Avatar for krishna09

hi frnds.., pls help me in this qery...,i need a text to be keep moving around the table in my html page.pls suggest me asap.. Thanks & regards Krishna

Member Avatar for Ezzaral
0
95
Member Avatar for abtsupport

I am trying to put two columns below one column, with a column on the right along side the entire thing. the outcome would be something like: [COLOR="red"] B A N N E R NAVIGATION[/COLOR] [COLOR="red"]LEFTCONTENT[/COLOR]__[COLOR="Green"]R[/COLOR] [COLOR="red"]VERT1 VERT2[/COLOR]__[COLOR="green"]I[/COLOR] ____________ [COLOR="green"]G[/COLOR] ____________ [COLOR="green"]H[/COLOR] ____________ [COLOR="green"]T[/COLOR] [COLOR="red"] FOOTER[/COLOR] [COLOR="Red"] COPYRIGHT[/COLOR] The problem …

Member Avatar for karol33
0
189
Member Avatar for Eddie Traversa

You can use this code to embed the windows media player in html pages. Just set the controls to suit and change file names etc..

Member Avatar for almostbob
-1
670
Member Avatar for gptArun

Hello there, I am developing sharepoint web site with ASP.NET . Stucked in home page design [didn't found home page]. I found default.master.aspx file but it changes all pages design. You have any idea ? googled out but didn't find nearby result. :( regards

Member Avatar for gptArun
0
215
Member Avatar for krishna09

hi frnds.., pls help me in this qery...,i need to scroll the text around my table in my html page.pls suggest me asap.. Thanks & regards Krishna

Member Avatar for krishna09
0
265
Member Avatar for shironui

I'm a 27 male, married, with one son(1yr) and another due in july. OK, now that thats out there.... I'm currently a student of web and graphic design, I like to think I'm fairly proficient with HTML, and basic flash development(design side atleast, with basic stop/gotoandplay AS2). In my free …

Member Avatar for jephthah
0
72
Member Avatar for jascook

Hi all, I've uploaded my asp.net site to my ISP. It works fine locally on VWDE 2005, in that I can create users, assign them to roles, and control role access to website folders etc. Obviously this is all with SQL 2005 Express on my PC. When I upload it …

0
87
Member Avatar for nakul_pancholi

Dear All, I am doing some practice in HTML to learn. Can anybody suggest the name of book, which is useful to learn HTML and CSS from begins. Please provide the weblink also, if it is free on net. Thanks and regards, Nakul

Member Avatar for shironui
0
118
Member Avatar for johnafrimas

I am new in building website, but I have an issue with the navigation bar menu display. when I open the page in firefox, the sub menu of of the navigation bar appear fine, but when opened in internet explorer, the sub menus show all the way on the left. …

0
101
Member Avatar for aslittell

Is it possible to set a table behind an image? I am trying to do a mouseover feature on an image, however it isn't working because the table is on top of the image.

Member Avatar for sourcebits
0
80
Member Avatar for beforetheyknew

Hi guys I have an html, css and there might even be some javascript in there (but dont worry about that!). Its a two hour practical exam, and im a little bit rusty with html and css (mostly rusty with css). When i've written websites in the past i take …

Member Avatar for MJ Pieterse
0
92
Member Avatar for Ameix

I'll try to explain this the best I can. If I stop making sense, sorry. I downloaded a template from templatemonster.com and now am running into problems with the template. I understand how to edit and change pictures and text. My problem is I'm having trouble finding things. In the …

Member Avatar for keveenanderson
0
111
Member Avatar for loverose420

[B]Please help me with this problem i need a tab control on a web page , pls guide me how to design it and if possible with a short example , thanks in advance to everyone [/B]

Member Avatar for vijaykathir
0
135
Member Avatar for gunnarflax

When I work with 8-bit images in Photoshop I never achieve to get smooth gradients when working with dark colors. I looks bad and it's a clear line between dark gray and black. My guess is that is because I work 8-bit files but is there any reason at all …

Member Avatar for gunnarflax
0
124
Member Avatar for thumpiez

Hello, I have a web design question involving images and it has been driving me crazy all day. I'm hoping someone will help me and put me out of my misery :-) I have an animated image that I made animated out of 5 jpgs: [URL="http://www.ahtwindows.com/purple/img/mainframe.gif"]http://www.ahtwindows.com/purple/img/mainframe.gif[/URL] I want the thumbnails …

Member Avatar for rajarajan2017
0
155
Member Avatar for virtualmisc

Hello friends i wanted to know if there was a standard dimension for a web page? i.e width and height Thanks

Member Avatar for jerinjames
0
208
Member Avatar for jimmy45042

Name: James Nickname: Jimmy, Jimbo Hometown: Middletown, Ohio Occupation: Student. I am currently seeking an associate degree in Web design from the University of Phoenix. I am half way there and will graduate in January of 2011. Hobbies: Hiking and going to concerts Favorite Music: Rush, Alice Cooper, Black Rebel …

Member Avatar for ryan_vietnow
0
109
Member Avatar for GordonUK

Hi everyone, I have a website and its being displayed perfectly in Firefox and in the AOL browser but for some reason graphics and banners are being displaced into different positions when viewed in Internet Explorer 8 and I just wondered why that would be? My web designer says that …

Member Avatar for migcosta
0
166
Member Avatar for Leratom

I need help, HTML--i have two links, linkA & linkB--when clicking linkA -should display image1 and whn clicking linkB image2 should be displayed. The trick is they must be displayed in one image tag. any one who can help with that? I would appreciate your help.

Member Avatar for almostbob
0
87

The End.