473,625 Members | 2,717 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Various Issues ...

Hi, I did some "quick and dirty" use of HTML 3.2 to get some of this
stuff layed out, right now I'm working on XHTML-izing it.

However some other issues have arose, that I am unable to figure out
....

1. Space between certain divs and not others - This is happening with
both Mozilla base and IE based browsers. It seems to happen when I put
a <p> tag @ the beginning of the div. Example URL:
http://forksdrumcloset.com/new_repair.php

2. Drop-down menu in Mozilla based browsers - It seems as though the
text in the drop-down menu is out of the cell. This happened when I
took the JS out of the HTML and made it an external file. Example URL:
http://forksdrumcloset.com

3. Centering a fixed width layout - I want to use XHTML to center this
layout, however I don't want to have to make hacks, more so than the
table I'm already using. Same example URL as before.
Thanks for any help you might have.

Jul 23 '05 #1
5 1563
to*******@gmail .com wrote:
I did some "quick and dirty" use of HTML 3.2 to get some of this
stuff layed out
That's sounds unfortunate. Now you'll have to fix what you just created.
Your first step in creating a www document should be honestly marking up
the content. Then look at it in a browser and decide what you want to
change in the default layout as created by the browser.
right now I'm working on XHTML-izing it.
Short answer: stop, and use HTML strict instead.
1. Space between certain divs and not others - This is happening with
both Mozilla base and IE based browsers. It seems to happen when I
put a <p> tag @ the beginning of the div. Example URL:
http://forksdrumcloset.com/new_repair.php
Validation errors.

http://validator.w3.org/check?verbos...new_repair.php

Was I supposed to fix those for you, then give you the corrected code?
Is my time worth so little to you that you couldn't be bothered to fix
markup errors before asking here?
Thanks for any help you might have.


My advice: read the group for a few weeks before jumping in with both
feet, and learn what causes problems in so many others' sites
(inappropriate content type and invalid markup are recurring themes here).

--
Brian
Jul 23 '05 #2
Wow, not helpful right now.
right now I'm working on XHTML-izing it.
Short answer: stop, and use HTML strict instead.
I was making a statement there, but I'm staying in XHTML sorry.
Validation errors. ....Was I supposed to fix those for you ...
I'm well aware of those, they are being worked on, I have 4 weeks, and
top priority's are Asthetics. I am only looking for help in those 3
areas listed.
My advice: ...


Didn't answer any of my questions. I've been reading this group a long
time. ... Unfortunate, I used to post unhelpful reponses like this in
1996 in this same group, when I thought I knew "everything " about HTML.

Jul 23 '05 #3
"to*******@gmai l.com" <to*******@gmai l.com> wrote:
Validation errors.

...
Was I supposed to fix those for you ...


I'm well aware of those, they are being worked on, I have 4 weeks, and
top priority's are Asthetics. I am only looking for help in those 3
areas listed.


Right now you have a badly broken site, esthetics should be the last of
your worries. Come back when you are willing to learn how to fix the
real problems.

--
Spartanicus
Jul 23 '05 #4
Brian <us*****@juliet remblay.com.inv alid> wrote:
Validation errors.
[...]
Was I supposed to fix those for you ...
to*******@gmail .com <to*******@gmai l.com> wrote:
I'm well aware of those, they are being worked on, I have 4 weeks, and
top priority's are Asthetics. I am only looking for help in those 3
areas listed.
See http://diveintomark.org/archives/200..._wont_help_you and
http://www.spartanicus.utvinternet.i...s_help_you.htm
My advice: ...

Didn't answer any of my questions. I've been reading this group a long
time. ... Unfortunate, I used to post unhelpful reponses like this in
1996 in this same group, when I thought I knew "everything " about HTML.


To quote Mark Parnell, "This is Usenet. It is a discussion group, not a
helpdesk. You post something, we discuss it. If you have a question and
that happens to get answered in the course of the discussion, then great.
If not, you can have a full refund of your membership fees."
--
Darin McGrew, mc****@stanford alumni.org, http://www.rahul.net/mcgrew/
Web Design Group, da***@htmlhelp. com, http://www.HTMLHelp.com/

"You can't strengthen the weak by weakening the strong."
Jul 23 '05 #5
to*******@gmail .com wrote:

right now I'm working on XHTML-izing it.
Brian wrote:
Short answer: stop, and use HTML strict instead.

I was making a statement there,


What statement was that? You've chosen XHTML without explaining why.
but I'm staying in XHTML sorry.
No need to apologize to me. But you might want to apologize to your
visitors if they cannot access your XHTML.
Validation errors.


I'm well aware of those


All the more reason for you to have fixed them *before* asking why it
doesn't work.

http://diveintomark.org/archives/200..._wont_help_you

they are being worked on, I have 4 weeks, and top priority's are
Asthetics.
Then your priorities are mixed up. Aesthetics don't matter if the
content is not there.
I am only looking for help in those 3 areas listed.
That's nice. Now fix the validation errors as I said, and if you're
still having problems, feel free to come back here and ask.
My advice: ...

Didn't answer any of my questions.


And your point is...? The is not the helpdesk, in case you were confused.
I've been reading this group a long time.
Then you should have known better. You've wasted your time asking about
a page that is not valid.
... Unfortunate, I used to post unhelpful reponses like this in 1996
in this same group, when I thought I knew "everything " about HTML.


I don't pretend to know "everything ", or even a great deal, about HTML.
In fact, that is precisely why you should validate first. How can I
solve the problem with so many variables. Is it a browser bug? a bug in
your HTML? I certainly don't know. See the Dive Into Mark acticle.

Good luck.
--
Brian
Jul 23 '05 #6

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2290
by: malcolm | last post by:
Hello, We have a robust (.NET 1.1 c# winforms) client-server application that utilizes many typed DataSets, typed DataTables and typed DataRows. Our application is a series of windows and popup windows where you can edit information and data, nothing out of the ordinary. I estimate we have something like 50 to 100 tables and/or views in our database each of which map to one strongly typed DataTable. Now we have some odd 20 to 30 typed...
2
4983
by: wireless200 | last post by:
I've got a table with some datetime fields in it. One field (call it field 1) is of the form mm/dd/yyyy and the other two (fields 2 and 3) are in the form of hh:mm:ss:xx where xx is hundreths of a second. I'm getting the difference between field 2 and 3 using (datediff(ms, access_time, release_time )/1000/60.). This seems to work fine. However, in some other cases I'd like to add field 1 to field 2 and
4
1784
by: A Palmblad | last post by:
We're having a lot of trouble with one of our new servers. It's an AMD64 dual cpu system, running on Gentoo Linux, with kernel 2.6.7. Data is stored on a JFS partition. Before we installed the server, memory was fully tested and no problems were found. Postgres is version 7.4.3. We've had a number of different errors. One of the most popular seems to be a Cannot open segment. This usually occurs on an index, generally the primary...
2
3331
by: balakrishnan.dinesh | last post by:
Hi, Will any one suggest a way for implementing the line graphs in various browsers without compatability issues. I mean canvas can be used in Mozilla FireFox 1.5 for drawing objects but where as it is not supported in other browers like IE and Netscape. Similarly IE can use VML for drawing objects where as Netscape and Mozilla wont. With Regards Dinesh
10
5802
by: ARC | last post by:
Hello all, General question for back-end database that has numerous date fields where the database will be used in regions that put the month first, and regions that do not. Should I save a date format in the table design, such as: mm/dd/yyyy? What I've done for years is to store the date format in date fields, then on the forms, based on their region, I would set the date formats on form_load
4
11086
by: DudDav | last post by:
Hi All, I have been trying to configured WebDAV on our current IIS server as an alternative to FTP and have had some mixed success but I've hit a brick wall with one problem. The server (Windows 2003 IIS 6) resides in the DMZ. I have created a virtual directory and directed it to a folder stored on the server. Integrated Windows Authentication and Basic Authentication has been enable along with SSL. I have added a handful of user account...
3
1175
by: richard d | last post by:
Hello everyone, I'm writing a Windows Forms application (i.e. desktop) which I wish to eventually distribute to a reasonably wide customer base (not necessarily as wide as possible, but as wide as it makes sense for me to do given my limited resources). I am currently developing using VS 2005 and .NET 2.0. I am wondering whether I should upgrade to VS 2008 and whether I should then continue to develop against 2.0, or go to 3.0 or 3.5,...
3
1652
by: eschneider | last post by:
Just some common issues with WS: Using custom objects: When objects change, seems you are always fixing some issue. Update references, which sometimes does not work. Deployment: Weird errors which take a while to fix because the error stink: Forget to set ASP.NET 2.0="Parser Error Message: Could not load type" '*.Global' is ambiguous: it could come from assembly=I deleted the
0
8253
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8692
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8635
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
8354
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8497
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7182
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6116
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5570
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
1
1802
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.