insideorkut.com

How can we buid an effective Email list for iContact email marketing?

Try iContact email marketing for free for 30 days. Click here to use coupon...

Get a free trial of iContact here. Click here for this special deal...
Quick question: How can we buid an effective Email list for iContact email marketing? Hoping for any comment. My 2nd question... Hello,.

I have started a assignment, and I have to have a css sheet included. I got that done..

I have created a HTML page called games.htm and within that has a table and links. I have entered at the top of the page this css code <link href="stylesheet.css" rel="stylesheet" type="text/css"> which just defines the colors and the fonts used. the code of the games.htm is as follows....

<link href="stylesheet.css" rel="stylesheet" type="text/css">.

<hr>.

<center>.

<TABLE WIDTH=899 BORDER=0 CELLPADDING=0 CELLSPACING=0>.

<TR>.

<TD>.

<a target="display" href="cod.htm"><img src="pic/Cod.jpg" WIDTH=159 HEIGHT=45 ALT="" img attribute border=0></TD>.

<TD>.

<a target="display" href="doom.htm"><IMG SRC="pic/Doom.jpg" WIDTH=139 HEIGHT=45 ALT="" img attribute border=0></TD>.

<TD>.

<a target="display" href="ff.htm"><IMG SRC="pic/ff.jpg" WIDTH=135 HEIGHT=45 ALT="" img attribute border=0></TD>.

<TD>.

<a target="display" href="lotr.htm"><IMG SRC="pic/lotr.jpg" WIDTH=138 HEIGHT=45 ALT="" img attribute border=0></TD>.

<TD>.

<a target="display" href="mohaa.htm"><IMG SRC="pic/mohaa.jpg" WIDTH=135 HEIGHT=45 ALT="" img attribute border=0></TD>.

<TD>.

<a target="display" href="display.htm"><IMG SRC="pic/home.jpg" WIDTH=193 HEIGHT=45 ALT=""img attribute border=0></TD>.

</TR>.

</TABLE>.

</center>.

</center>.

As you can see it's just a few pictures pointing to diffent pages of the main page..

Before I added in the <link href="stylesheet.css" rel="stylesheet" type="text/css"> all the links were working fine, all going to their corresponding page without no problems. But since that code was entered when I click on a link on the games.htm page nothing happens, it just stays at the games.htm screen..

As I said before , just before I added the <link href="stylesheet.css" rel="stylesheet" type="text/css"> script it was working, I will also add the code from the cod.htm document for easier debugging......

<link href="stylesheet.css" rel="stylesheet" type="text/css">.

<hr>.

<center>.

<TABLE WIDTH=899 BORDER=0 CELLPADDING=0 CELLSPACING=0 img attribute border=0>.

<TR>.

<TD>.

<a target="display" href="cod.htm"><img src="pic/Cod.jpg" WIDTH=159 HEIGHT=45 ALT="" img attribute border=0></TD>.

<TD>.

<a target="display" href="doom.htm"><IMG SRC="pic/Doom.jpg" WIDTH=139 HEIGHT=45 ALT="" img attribute border=0></TD>.

<TD>.

<a target="display" href="ff.htm"><IMG SRC="pic/ff.jpg" WIDTH=135 HEIGHT=45 ALT="" img attribute border=0></TD>.

<TD>.

<a target="display" href="lotr.htm"><IMG SRC="pic/lotr.jpg" WIDTH=138 HEIGHT=45 ALT="" img attribute border=0></TD>.

<TD>.

<a target="display" href="mohaa.htm"><IMG SRC="pic/mohaa.jpg" WIDTH=135 HEIGHT=45 ALT="" img attribute border=0></TD>.

<TD>.

<a target="display" href="display.htm"><IMG SRC="pic/home.jpg" WIDTH=193 HEIGHT=45 ALT=""img attribute border=0></TD>.

</TR>.

</TABLE>.

</center>.

<center>Welcome to the Call Of Duty Page</center>.

Im sorry if there is alot of code to get threw but this is a major problem and it's due in a few days..

I will also add what is in my stylesheet.css file.....

H1 {.

Color:#000000;.

Font-family:Arial, Helvetica, sans-serif;.

Font-size: 36px;.

}.

Body {background:black}.

//A:hover.

{.

Font-family:forte;.

Font-size:35pt;.

Color:white;.

}.

A:link {.

Color:#000000;.

Font-family: Arial, Helvetica, sans-serif;.

Font-size: 24px;.

}.

A:link {text-decoration:none;}.

A:visited {text-decoration:none;}.

A:visited {color:white;}.

.stylesheet {.

Background-color: #000000;.

Font-family: Arial, Helvetica, sans-serif;.

Color: #FFFFFF;.

}.

Thanks in advance..

Comments (6)

Good question... I dunno what is the right answer to your question. I'll do some Googling and get back to you if I bump into an anything. You should email the people at iContact as they probably can answer it..

Comment #1

You've got your link information set up incorrectly. It should be:.

A.link {information: here; and-you-can: have more; than-one: element per section; }.

A.visited {more-information: here; }.

A.hover {and: here;}.

A.active {in-this: order; }.

Try rearranging the link information this way and see what happens..

Peg..

Comment #2

Another update.....

Text is showing up, but seems to be black or a very dark color, and cant find it in the css file where it is set to black..

Comment #3

You have to get the CSS for the links done properly or it won't work. It could be that, because your link information is scattered around, the links are defaulting to the main colour..

The link colour is set right here:.

A:link {.

Color:#000000;.

Font-family: Arial, Helvetica, sans-serif;.

Font-size: 24px;.

}.

Peg..

Comment #4

Its not the links that arnt showing it's the text, if you look in the code of cod.htm I have <center>Call Of Duty Page</center> and that is not showning up unless I have the <font color="white"></font> tags on it..

Comment #5

Then that's because you haven't specified a colour for the plain text. The default text colour is black. Try adding:.

Body {color: #FFF;}.

Peg..

Comment #6

Add it in the styledheet..

Body {background:black;.

Color:white;.

Font-family:Arial, Helvetica,'sans-serif';.

Font-size:12px;}..

Comment #7


This question was taken from a support group/message board and re-posted here so others can learn from it.