This is Interesting: Free Magazines for Graphics designers and webmasters
Home > Archive > Stylesheets > August 2004 > REQ: Oldest Newbie needs alink vlink etc
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
REQ: Oldest Newbie needs alink vlink etc
|
|
|
| Read for houts and can't get going on CSS from HTML 32,
Have MM Dreamweaver MX
1. Where is the "comment" tag
2. I dont loke boxes aroung graphic links; can I turn them onb and off per each graphic? Now at s CSS causes text links to disappear completely as all emphasis is set to white dor the white background graphics.
--Zank
| |
| Steve Pugh 2004-08-18, 7:17 pm |
| <zack@nowhere.yet.name> wrote:
>Read for houts and can't get going on CSS from HTML 32,
>Have MM Dreamweaver MX
>1. Where is the "comment" tag
There is no <comment> tag in HTML, though some browsers do support
such a thing. HTML comments are of the form <!-- comment --> and can
be inserted in DW either by simply typing them, or from the Insert >
Text Objects > Comment menu, or from the Insert toolbar, Common tab,
the icon that looks like !-- inside a speech bubble.
Comments in CSS are
/* comment */
>2. I dont loke boxes aroung graphic links;
But what do you visitors like? Remember that they don't know the site
inside-out like you do so they may need the borders to tell them which
graphics are links.
>can I turn them onb and off per each graphic?
Yes. Set a class on the img.
img.obscure {border:none;}
img.obvious {border: 2px solid inherit;}
> Now at s CSS causes text links to disappear completely as all emphasis
> is set to white dor the white background graphics.
Sorry, I dont understand what you're trying to say here. If you have a
problem with some specific CSS code on your site then posting the URL
would help a lot.
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
| |
|
| On Wed, 18 Aug 2004 18:55:33 +0100, Steve Pugh <steve@pugh.net> wrote:
> <zack@nowhere.yet.name> wrote:
>
>
> There is no <comment> tag in HTML, though some browsers do support
> such a thing. HTML comments are of the form <!-- comment --> and can
> be inserted in DW either by simply typing them, or from the Insert >
> Text Objects > Comment menu, or from the Insert toolbar, Common tab,
> the icon that looks like !-- inside a speech bubble.
To add, some tutorials, even very good ones, call <!DOCTYPE> and <!-- -->
"tags" even though they are not. It's an oversimplification which, aside
from being glaringly incorrect, doesn't really do any major harm to the
HTML author's ability to make a decent page.
| |
| Steve Pugh 2004-08-23, 7:19 pm |
| <zack@nowhere.yet.name> wrote:
>Read for houts and can't get going on CSS from HTML 32,
>Have MM Dreamweaver MX
>1. Where is the "comment" tag
There is no <comment> tag in HTML, though some browsers do support
such a thing. HTML comments are of the form <!-- comment --> and can
be inserted in DW either by simply typing them, or from the Insert >
Text Objects > Comment menu, or from the Insert toolbar, Common tab,
the icon that looks like !-- inside a speech bubble.
Comments in CSS are
/* comment */
>2. I dont loke boxes aroung graphic links;
But what do you visitors like? Remember that they don't know the site
inside-out like you do so they may need the borders to tell them which
graphics are links.
>can I turn them onb and off per each graphic?
Yes. Set a class on the img.
img.obscure {border:none;}
img.obvious {border: 2px solid inherit;}
> Now at s CSS causes text links to disappear completely as all emphasis
> is set to white dor the white background graphics.
Sorry, I dont understand what you're trying to say here. If you have a
problem with some specific CSS code on your site then posting the URL
would help a lot.
Steve
--
"My theories appal you, my heresies outrage you,
I never answer letters and you don't like my tie." - The Doctor
Steve Pugh <steve@pugh.net> <http://steve.pugh.net/>
| |
|
| On Wed, 18 Aug 2004 18:55:33 +0100, Steve Pugh <steve@pugh.net> wrote:
> <zack@nowhere.yet.name> wrote:
>
>
> There is no <comment> tag in HTML, though some browsers do support
> such a thing. HTML comments are of the form <!-- comment --> and can
> be inserted in DW either by simply typing them, or from the Insert >
> Text Objects > Comment menu, or from the Insert toolbar, Common tab,
> the icon that looks like !-- inside a speech bubble.
To add, some tutorials, even very good ones, call <!DOCTYPE> and <!-- -->
"tags" even though they are not. It's an oversimplification which, aside
from being glaringly incorrect, doesn't really do any major harm to the
HTML author's ability to make a decent page.
|
|
|
| | Copyright 2003 - 2008 forum4designers.com Software forum Computer Hardware reviews |
|