Re: Unknown IE Table Issues



Your markup looks like it's 10 years old...

I realize that... I'm certainly not a high-class programmer, I have
learned a little hand-coding along the way but mostly I use
Dreamweaver. I know that is looked down upon by most "real" coders,
but I love what I do and can help people with what I DO know...
However, it is past time that I upgraded as I am still using the MX
2004 version which is probably the source of my problems.

You're also controlling presentation with thousands of attributes on
each table cell (HTML 3.2 style).

Dreamweaver tends to do this automatically, which is why I've fallen
into such a horrible mess. I'm learning more CSS so this will be a
good exercise for me.

Remove all the attributes from the
table elements. Replace them with just a few class attributes, and
then attach all the presentation stuff via CSS.

I modified the top portion of the first table "Events and Specials".
I took out all the <td> attributes and replaced the background using
CSS, but now it isn't showing up at all. In addition, I can't get the
text in that cell to do what I want now. I put in a <span> over the
text but that isn't working, plus I'm pretty sure there is a better
way to do that.

This isn't a quick fix, I admit.

As long as the sites work and I continue to learn and work my way to
coding by hand, then I'm okay with things not being a quick fix. It
will take me some time, like I said, but I want to learn which is why
I am asking the people who know best.

Thanks again.

.



Relevant Pages

  • Re: Unknown IE Table Issues
    ... Dreamweaver tends to do this automatically, ... then attach all the presentation stuff via CSS. ... text in that cell to do what I want now. ... As long as the sites work and I continue to learn and work my way to ...
    (alt.html)
  • Re: Comments Please.
    ... I will adopt you suggestions about classes and consolidate styles. ... I was viewing the pages in DreamWeaver MX 2004 and it looked messed up. ... whereas when using CSS, the Design View is not accurate. ... One more question about positioning. ...
    (microsoft.public.frontpage.programming)
  • Re: I quit.
    ... Particularly using WYSIWYG tools to create HTML that ... Dreamweaver, which is largely a WYSIWYG tool, is still quite ... modern semantically structured pages with CSS-based layout... ... Even most Intro books on Dreamweaver will cover CSS layout - check out ...
    (comp.sys.mac.advocacy)
  • Re: multiple instances of a CSS link due to server-side file inclusion and tools requirements
    ... I've heard "Don't use DreamWeaver!" ... Well if you do not know what you are doing, then Dreamweaver is *not* a substitute for knowing and understanding web design basics, HTML, CSS, and JavaScript. ... Therefore if you are including fragments within a document, by whatever means, the includes should only be HTML fragments *not* complete HTML document. ...
    (comp.infosystems.www.authoring.html)
  • Re: Good in IE...bad in Firefox...lots of dev errors. Can anyone help?
    ... If you want to know how to do this in Dreamweaver you might want to ask in macromedia.dreamweaver available on Macromedia's news server forums.macromedia.com. ... Anyway you have to know that there is a fundamental difference between using Dreamweaver and using Flash or a layout software like InDesign: Flash and InDesign generate files in their proprietary formats for you, which can only be viewed with the software itself or with a proprietary viewer. ... HTML code is nothing but a way of structuring text, and there is CSS to suggest a layout. ... Some browsers, such as braille or text-only browsers, will give a totally different interpretation of your code than visual browsers. ...
    (comp.infosystems.www.authoring.stylesheets)