6,574 Topics

Member Avatar for
Member Avatar for kained

Right I am doing a uni project and having real problems getting my template to allign properly. [URL="http://www.chabrisloirevalley.com/wrongallignment.png"]This[/URL] is what it looks like at the moment Here is my CSS [CODE]* { padding: 0; margin: 0; } body { font-family: Arial, Helvetica, sans-serif; font-size: 13px; background-image:url(Graphics/bkbeigbrst.jpg); background-repeat:repeat; } #wrapper { …

Member Avatar for kained
0
86
Member Avatar for gembutt

Hi Every1 I have been making a site in dreamweaver which has drop down html navigation above a rollover flash animation (a carosell of images with text appearing over it when rolled over - all made in flash and imported in). I am really stuck though! I have managed to …

Member Avatar for DangerDev
0
87
Member Avatar for muddpigeon

ive recently started this web page for a course in uni. however one page is causing a bit of bother basically when i insert my table into the are i want it in the whole page is affected, ie images and lists lost. i have uploaded a word file with …

Member Avatar for hinde
0
93
Member Avatar for Pim

I've got the following css: [code] a:hover {background-color:#ff3300}; #links a { color: #FFFFFF; background-color: #CC00CC; width:6em; heigth:6em; padding:0.2em 1.5em; } body {background-color: #000000}; [/code] The problem is that I want the hover to work, just as what is in #links a. The problem is, it seems, is that they are …

Member Avatar for Pim
0
141
Member Avatar for Eminence

i'm creating an online booking system for my project.i need to link my html to VB6.how do i go about it.

0
49
Member Avatar for Boat_2005

Until Microsoft released their security update to IE, I used an html form for the user to input his/her username/password which was passed to ‘username: [email]password@www.domain.com[/email]/restricted_directory’. The IE patch now restricts this. When AuthUserFile is in my .htaccess file and I try to access a restricted file, the browser brings …

Member Avatar for midget
0
3K
Member Avatar for evios

hi everyone, i am currently building a webpage for the staff to fill in their form and all the databases will be stored using SQL. And i am juz started with a validation page for the staff. I need to have a external CSS files to do the HTML, but …

Member Avatar for buddylee17
0
143
Member Avatar for emhmk1

i am having a problem with this snippet of code, please could somene take a look and tell me what i need to do to make it work in most browsers, so far it only seems to works in IE and Opera. thank you [CODE] <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML …

Member Avatar for richie513
0
89
Member Avatar for webopolis

I need help figuring this out. I have a "contenteditable" div. I have a menu that does the basics, bold, italic, etc. I need to add custom tags that will be represented in the source, not visually. In other words, when I use the code below: [ICODE]function myCustomTag(v) { var …

0
60
Member Avatar for rachelmoo

helloooo i am new to this forum joined to speak to people of a like mind i would really love to share my work with people and find out what i could do to improve. go to [url]http://www.gcsystems.org[/url] [url]http://www.printwithpassion.co.uk[/url] feel free to criticise

Member Avatar for rachelmoo
0
57
Member Avatar for gpdrums

Hi ya'll! The problem is only IE 6. When I mouse-over from left to right the 2nd level links display properly. However, when I mouse-over from right to left the 2nd level links stack up. In other words... display: inline; ...won't work in IE6 when I drag the mouse right …

0
58
Member Avatar for bpeikes

OK, I'm fairly new to the world of CSS and am basically ready to give up. I've tried to look for good books on CSS design, but they mostly just talk about the specifics. Not many "cookbooks" out there as far as I can tell. Now the problem: I've got …

Member Avatar for enque
0
329
Member Avatar for UrbanKhoja

hi, just wondering if there is any code out there, that could link a micro$oft access 2003 database to a webpage, im intending for it to be an offline page, so it would only be running on the same computer as the database. thanks, darren

Member Avatar for MetalGman
0
154
Member Avatar for LogicWeb

I would appreciate if any designer can help me out on these two issues I'm trying to solve. To clarify, I'm using Firefox 2 on Vista 64 bit Ultimate. I also tested it with IE7 (32bit and 64bit versions). Same problem on all 3 browsers / versions. #1 The green …

Member Avatar for LogicWeb
0
205
Member Avatar for ashneet

Hello, I have uploaded a test page on [URL]http://test.eezs.com/[/URL] The problem is that the content part of the page is not touching the bottom of the page. I have run this site in FireFox and it displays the way I want it to display but in IE it wont work. …

Member Avatar for MidiMagic
0
447
Member Avatar for adeela2z

Hi, I am working on a website and now i have to change the interface of it........... I have downloaded some templates(web) having their css files within that. Now can u tell me how can i can change the current interface to the new one (new one means the template …

Member Avatar for MidiMagic
0
103
Member Avatar for Yproc

Hello, Both Monster.com and HotJobs.com allow a user to upload an MS Word doc (resume) that their site converts to HTML automatically. The user doesn't have to do any conversion work themselves. I've found several scripts that will convert an MS Word file to [I]plain text[/I], but wasn't able to …

Member Avatar for Yproc
0
67
Member Avatar for new_2_java

Hi all, I am writing my first servlet, and facing some troubles. I have my servlet: [code] package com.example.servlet; // other imports... public class Hello extends HttpServlet{ public void doGet(HttpServletRequest req, HttpServletResponse res) throws ServletException, IOException{ res.setContentType("text/html"); PrintWriter out = res.getWriter(); String name = req.getParameter("name"); out.println("<HTML>"); out.println("<HEAD><TITLE>Hello, " + name …

Member Avatar for new_2_java
0
552
Member Avatar for skam_55555

I have Embedded a big image in html. I need a another text area(or image)with a button to close(or expand) how can we do that?

Member Avatar for ShawnCplus
0
38
Member Avatar for twmedia

I'm working on a new site that was created with .css However, I'm just an html kinda guy. I haven't learned .css at this point. It does seem like a cleaner look as far as coding goes. I have tried to update the meta tags and title for each page …

Member Avatar for Dani
0
35
Member Avatar for opsryushi

Ahoy all, This is similar to sagedavis's "Firefox hates my CSS..." post, with a slightly different issue. I've been a Windows user (not necessarily by choice, lol) all my life. We recently redesigned our school website (at gaylordhighschool.org). Like the classic purist web designer, I wrote all the code (XHTML …

Member Avatar for opsryushi
0
172
Member Avatar for sagedavis

Hey all, over the years I got in the bad habit of ignoring firefox totally. I am currently working on a project at findacourt.com/test use the /test to get into my little sandbox area. At any rate, as you can see, there are several things going on here, both in …

Member Avatar for MidiMagic
0
144
Member Avatar for majestic0110

I am having some difficulty finding a decent tutorial/example of C# code that delas with CHM files. Now I know there are toolkits out there that convert HTML to Compiled Help Modules but I would like to explore this deeper myself. So my question is are there any good tutorials/code …

0
69
Member Avatar for Beeej21

Hello all! I am struggling with what seems to be a very simple problem. Well, the issue is extremely annoying and problematic, and I am unable to figure out the solution. I am using CSS to load an image onto my HTML page. The reason being because I'd like to …

Member Avatar for Beeej21
0
102
Member Avatar for TaoistTotty

This is the first time I have looked at a PHP scripting (although I have done some ASP.NET) and I am looking for help with the following. Can PHP be used to update a HTML page - and if so how or where should I look? This is for a …

Member Avatar for nav33n
0
1K
Member Avatar for rajaboys
Member Avatar for jonc
0
121
Member Avatar for ebabes

How can I change the font color of my links when a user moves the mouse pointer over a link in Web Developer? Do I need a CSS to do that? If yes, what should be the content of the CSS?

Member Avatar for SheSaidImaPregy
0
71
Member Avatar for ravinderkadiyan

in html body <form method="get" action="MovieTiming.jsp"> <table cellspacing="0" cellpadding="0" border="2" style="width:50%; height: 400px;" bgcolor="pink"> <tr style="height:4px;"> <td id="Date" colspan="5"> Please input date (yyyymmdd)<input name="Date" type="text" size="8" maxlength="8" value="<%=date%>"></input> <button type="submit" value="Submit">Get Movies List</button> </td> <td> <button onclick=fileWrite();>save file</button> <input type="file" id="loc" name="loc" >[/B]</input> </td> </tr> <tr bgcolor="white"> <td id="output" colspan="10" …

Member Avatar for DangerDev
0
251
Member Avatar for hapiscrap

<!DOCTYPE html Public “-//w3c//DTD XHTML 1.0 Transitional//EN” http://www.w3.org/TR/xhtml1/DTD/transitional.dtd> <html> <head> <title>The Labyrinth</title> </head> <body> <a name=”top”><h1>The Labyrinth: Old Books/New Readers</h1></a> <blockquote> “Reading is so fun”<br /> - Tom Wolfe, <cite>Books in NYC</cite> </blockquote> <p>The Labyrinth<br /> 151 Varick St.<br /> Manhattan, NY 10013<br /> (212) 555-1234 </p> <a name=”contents”><h2>Contents</h2></a> <ul> …

Member Avatar for FC Jamison
0
105
Member Avatar for sbv

Hi I have a css with three Element Id's 1) LeftNav 2)Content 3) RightNav In first i put all link's, in second all page contents (coming from database) and lastly the extra information and advertisements in rightnav. The problem i am facing is that as my center Element ID contains …

Member Avatar for SheSaidImaPregy
0
134

The End.