insideorkut.com

Does anyone have any American Eagle iContact coupon codes that they could give me? Thanks!?

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...
Question I have... Does anyone have any American Eagle iContact coupon codes that they could give me? Thanks!? Hoping for any answer or 2. 2nd question I got is.. I tried to remove space between my images, according to instructions I found on other threads, but nothing happens. Is there a way to tie them together, I hope you don't mind me putting the image url here:.

Http://www.a-nutritional-supplements.com/poem-1.htm.

I don't know how to use style sheets but if I can paste some code you would suggest on the head I guess I can do that. The code I used is:.

<table border="0">.

<tr><td colspan="3" width="768"><img alt="2-1" src="images/old.jpg" border="0" height="122"></tr>.

<tr><td width="130" height="862"><IMG src="images/old1.jpg" border="0" alt="Honeymoon">.

<td width="508">.

<h1>A poem here</h1>.

<td width="129" height="862"><IMG src="images/old3.jpg" border="0" alt="1" height="862" width="129">.

<tr><td colspan="3" height="122" width="768"><img alt="2-1" src="images/olddown.jpg" border="0" width="770" height="122"></tr></table>.

Thank you..

Comments (11)

Yes, there are iContact promo codes available you can get through email. Good opportunity to save dough on iContact now. I suggest you to sign-up for their promo emails so you can receive notification of their latest coupons. They typically release them once a week or 2..

Comment #1

<table border="0" cellspacing="0" cellpadding="0">.

Use those aswell to make all cells join together without any gaps..

Comment #2

Thanks guys!.

I had removed the td end tags because I read somewhere that they create gaps. I didn't see any difference and forgot to put them back..

I put your code and the right image has moved a lot towards the center on my (old) browser, is OK on another (newer type), there are no gaps on this right side but there are still gaps on the left side:.

Http://www.a-nutritional-supplements.com/poem-2.htm.

And here's the previous version:.

Http://www.a-nutritional-supplements.com/poem-1.htm.

Duh! Any ideas?.

Maria..

Comment #3

Your images on the sides aren't the same height. that's a problem!.

Http://www.a-nutritional-supplements...mages/old1.jpg.

Is 129x.

852.

Http://www.a-nutritional-supplements...mages/old3.jpg.

Is 129x.

855.

Fix that and you might fix you problem...

Comment #4

The problem is not with end tags it's when you have.

<tr>.

<td>.

<img...>.

</td>.

</tr>.

^ that'll create a gap.

<tr>.

<td><img...></td>.

</tr>.

You should have end tags for every one except <br> and <img..>..

Comment #5

Oh ya that one... shows how much I use it..

Comment #6

Thanks Karinne,.

I corrected the image size and checked and re-checked, but what a discouragement, I don't see any difference??.

Http://www.a-nutritional-supplements.com/poem-2.htm..

Comment #7

Try this one:.

<TABLE border="0" width="768" align="center" cellspacing="0" cellpadding="0">.

<TR>.

<TD width="768" colSpan="3" height="122"> <img src="images/old.jpg" width="768" height="122" alt=""></TD>.

</tr>.

<TR>.

<TD width="129" height="852"><img src="images/old1.jpg" width="129" height="852" alt=""></td>.

<TD width="510" height="852" valign="top" style="padding:10px">.

<H1>.

A poem here.

</H1>.

</td>.

<TD width="129" height="852"><img src="images/old3.jpg" width="129" height="852" alt=""></td>.

</tr>.

<TR>.

<TD width=768 colSpan=3 height=122><img src="images/olddown.jpg" width="768" height="122" alt=""></TD>.

</TR>.

</TABLE>.

Looks better, but not 100 %.

Think you have to slice the big image again..

The width an height has to be good..

So it will fit into the table...

Comment #8

Thank you so much Peter!.

Your idea of aligning it on the center was the final tip I needed to get it right. It's MUCH better now, isn't it - I also sliced it a bit, as you suggested, then I went to both browsers and it seems OK??.

Http://www.a-nutritional-supplements.com/poem-2.htm.

- well not very professional, colors not perfect, but never mind?.

Thank you all guys, this is a TERRRIFIC forum, I've learned tons here, started from scrap....

Comment #9

Not bad... a few issues with the bottom one..

Comment #10

Be careful how you use.

<hx>.

Tags. They are for use as headings, not to mark up long pieces of content..

Run your code through.

Http://validator.w3.org/detailed.html.

Making sure that you tick the boxes for both.

Show outline.

And for.

Verbose output.

And then in the results page just scroll down past the error list (if there is one) and look closely at the.

Document Outline.

Section. If the text there does not look like a summary of the page content, then you are abusing the heading tag...

Comment #11

Thank you Giz, are you referring to my poem2 page above, or to my main site/other pages? Because this page above is not complete, it's just a test page - I took another page, removed the text, started with the design, so the head part is pretty unrelated at this point. I still have to add the poem on the central part. And I will cancel this page, I'm keeping it alive for as long as I need to enhance the design..

I'm asking you because if you're referring to my other pages, for example my home page.

Http://www.a-nutritional-supplements.com.

I'm particularly careful with the validation, in fact I'm using their logo as you see, and I'm validating my pages through their main site.

Http://validator.w3.org.

Because it's more convenient for pages that are not uploaded yet. Am I using the wrong one? Then I'm in trouble, I must take all my pages through the detailed version. At first glance, my home page gets validated through the detailed test though...

Comment #12


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