Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Nicholas M #1
How do I explain?
Hi there,
I need to explain to my client certain basics about what she needs to edit
within the HTML of a template I have created for her. I'm a bit of a HTML
newbie, and I notice that within some HTML, there is light grey text surrounded
by a bracket such as the following:
<!-- /// CSS goes here in case the /HEAD tags get stripped \\\ -->
Is the above just explanatory text from the coder or does it serve a deeper
purpose? Had a thought that this may be something to do with javascript but a
bit confused.... Can I write whatever I want within these sorts of brackets
without affecting the layout of the page? If so, can I make statements that
may include particular tags such as <p> and </p> within these <!--/// brackets
without causing a ruckus on the page?
I'd appreciate any help.
Thanks
Nicholas
Nicholas M Guest
-
Can anyone explain this to me?
Been trying to insert a record from A repeated region but keep hitting this particular brick wall. create the MM_fields and MM_columns arrays... -
Ann please explain this.
Again a question about the difference viewing flattened and not flattened images. Let me explain. I have an RGB image 35" x 44" at 360 dpi around... -
Please Explain
Hi I am trying to save (read / change / write) windows XP taskbar registry values. Like show clock, always on top and same for desktop setting ... -
Can Someone Explain (No Pun Intended) this Explain Plan Output ?
We're running DB2 v7.1 on OS/390. The DBA guys gave us a macro to generate an explain plan against a query that is stored in a PDS member. The... -
can someone explain...
this difference bewteen A and B below? A) $a = &new className(true, 6); B) $a = new className(true, 6); /* missing & on the NEW */ ... -
dwebber #2
Re: How do I explain?
Yes, those comments are just that, comments.
However, there are times that you can create conditional comments such as
<!--[If IE 5x]> where you can use tags and those do effect the page.
As long as you use the /// bewteen your comments, you should be fine; but to
be safe you could just leave out the <> and just use p tag, /p tag.
You could also experiment and check a few different browsers (FF, Opera and
IE) to make sure nothing quirky is happening.
dwebber Guest
-
-
Nicholas M #4
Re: How do I explain?
One last question (for the night anyway :moon)
I've come across this is an article about css styling:
/*float the main list items*/
Does this apply as well - ie is this just a comment or is this something else?
Thanks
Nicholas
Nicholas M Guest
-
dwebber #5
Re: How do I explain?
That is how you write comments in your cascading style sheet.
dwebber Guest



Reply With Quote

