PDA

View Full Version : Adding links to websites


Tmarsini
Mar-13-2010, 02:07 PM
I want to add a button to my nav bar that will take customers to a
page that will have a list of businesses that we enjoy patronizing.
We have a lot of businesses that let us display our business cards to
attract customers and we would like to pay them back by directing
traffic to their stores by having their link on our site.

I would like it to have a short paragraph at the top of the page and a list of business with clickable links underneath. Something like this...

At Green Apple Portraits, we think it is very important to support the
community. Here are a list of businesses we think you would enjoy and
companies that have great things to offer for your little ones.

Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794

Gymboree 26 Applegate Street, Red Bank, NJ 07701 732-872-8500

Each highlighted word should be a link to the companies website

Gymboree: http://www.gymboreeclasses.com/calendar.do?fCode=157&sCode=299&mode=calendar

Children's Essentials: www.childrensessentialsinc.com

Can someone help me get this set up and then I can add sites as needed
myself? I need to go take a CSS code class, lol

Thanks,
Tammy
Green Apple Portraits

Tmarsini
Mar-14-2010, 05:50 AM
Hi,

I would like to add a page where I can add some links to stores and businesses in my area who have been supportive our of photography endeavors. Several stores have let us put business cards out and we would like to direct some traffic to their store. How can I add a page where I can put a paragraph and then add a list of links people can click on to take them to the various business sites.

Thanks,
Tammy
www.greenappleportraits.com

Allen
Mar-14-2010, 06:40 AM
Hi,

I would like to add a page where I can add some links to stores and businesses in my area who have been supportive our of photography endeavors. Several stores have let us put business cards out and we would like to direct some traffic to their store. How can I add a page where I can put a paragraph and then add a list of links people can click on to take them to the various business sites.

Thanks,
Tammy
www.greenappleportraits.com (http://www.greenappleportraits.com)
Create a new unlisted gallery in journal (old) style an add all this to the album description.

Tmarsini
Mar-14-2010, 06:54 AM
Create a new unlisted gallery in journal (old) style an add all this to the album description.

How would I add the list of links? For instance if I wanted it to look like this..

At Green Apple Portraits, we think it is very important to support the
community. Here are a list of businesses we think you would enjoy and
companies that have great things to offer for your little ones.

Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794

Gymboree 26 Applegate Street, Red Bank, NJ 07701 732-872-8500

Each highlighted word should be a link to the companies website

Gymboree: http://www.gymboreeclasses.com/calendar.do?fCode=157&sCode=299&mode=calendar

Children's Essentials: www.childrensessentialsinc.com



If I just copy and paste the links like I did above, will that work like it's working here? I didn't know it would do that? Learn something new every day! I thought I had to do some extensive complicated CSS coding or something.

I'll try this and let you know if it works! Thanks


Is there a way to make the links look simpler? Like just the company name instead of the long
website URL?

Allen
Mar-14-2010, 07:04 AM
How would I add the list of links? For instance if I wanted it to look like this..

At Green Apple Portraits, we think it is very important to support the
community. Here are a list of businesses we think you would enjoy and
companies that have great things to offer for your little ones.

Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794

Gymboree 26 Applegate Street, Red Bank, NJ 07701 732-872-8500

Each highlighted word should be a link to the companies website

Gymboree: http://www.gymboreeclasses.com/calendar.do?fCode=157&sCode=299&mode=calendar

Children's Essentials: www.childrensessentialsinc.com (http://www.childrensessentialsinc.com)



If I just copy and paste the links like I did above, will that work like it's working here? I didn't know it would do that? Learn something new every day! I thought I had to do some extensive complicated CSS coding or something.

I'll try this and let you know if it works! Thanks


Is there a way to make the links look simpler? Like just the company name instead of the long
website URL?

Might need some html, create the gallery and post link back here so we
can help. You can add their card images in there also.

This will make the Children's Essentials clickable. Rough example
<html>
<a href="http://www.childrensessentialsinc.com/">Children's Essentials</a>

To add their card image and link.

<a href="http://www.childrensessentialsinc.com/">
<img src"/photos/XXXXXXXX_xxxxx-M.jpg" />
</a>
</html>

Tmarsini
Mar-14-2010, 07:35 AM
Might need some html, create the gallery and post link back here so we
can help. You can add their card images in there also.

This will make the Children's Essentials clickable. Rough example
<html>
<a href="http://www.childrensessentialsinc.com/">Children's Essentials</a>

To add their card image and link.

<a href="http://www.childrensessentialsinc.com/">
<img src"/photos/XXXXXXXX_xxxxx-M.jpg" />
</a>
</html>


OK, I created the old world style gallery. Here is the link for it. I did not put anything in the description because I didn't know how to add the html for the links. Thanks, Tammy

Allen
Mar-14-2010, 07:42 AM
OK, I created the old world style gallery. Here is the link for it. I did not put anything in the description because I didn't know how to add the html for the links. Thanks, Tammy
Add some text to the description so it actives the box and shows on page.
Your link didn't show up.:scratch

Tmarsini
Mar-14-2010, 07:46 AM
Add some text to the description so it actives the box and shows on page.
Your link didn't show up.:scratch

OK, I added text to both the description AND to the caption because I wasn't sure which one. Here is the link to the gallery.

http://www.greenappleportraits.com/Other/Cool-Things-for-Kids/11506980_AdiDB

Allen
Mar-14-2010, 07:47 AM
OK, I added text to both the description AND to the caption because I wasn't sure which one. Here is the link to the gallery.

http://www.greenappleportraits.com/Other/Cool-Things-for-Kids/11506980_AdiDB
Do you have any biz card images? Add them to this gallery to use in the description area.
CSS will be added to hide the photos below.

Tmarsini
Mar-14-2010, 07:55 AM
Do you have any biz card images? Add them to this gallery to use in the description area.
CSS will be added to hide the photos below.

OK, I added two photos, one for each company.

http://www.greenappleportraits.com/Other/Cool-Things-for-Kids/11506980_AdiDB

Allen
Mar-14-2010, 07:58 AM
OK, I added text to both the description AND to the caption because I wasn't sure which one. Here is the link to the gallery.

http://www.greenappleportraits.com/Other/Cool-Things-for-Kids/11506980_AdiDB
Replace the description with this and you'll get the idea.

<html>
<br />
<center><b>At Green Apple Portraits, we think it is very important to support the community.</b></center> <br />
Listed below are businesses we think you would enjoy and companies that have great things to offer for your little ones.
<br />
<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="#put their link here" target="_blank">
<img src="/photos/809849836_7tpPw-S.png" target="_blank" height=100 width=400 />
</a>
</div>
<div>
Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="#put their link here" target="_blank">
<img src="/photos/809850979_tHDmi-S.jpg" target="_blank" height=300 width=240 />
</a>
</div>
<div>
Gymboree <br />
26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="#put their link here" target="_blank">
<img src="/photos/809838504_cGQsy-S.jpg" height=150 width=250 />
</a>
</div>
<div>
At Green Apple Portraits, we think it is very important to support the
community. Here are a list of businesses we think you would enjoy and
companies that have great things to offer for your little ones.
<br /><br />
Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794
<br /><br />
Gymboree 26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />
</html>

Add this to your CSS

.notLoggedIn .gallery_11506980 .journal_entry {display: none;}

Edit: version 5

Tmarsini
Mar-14-2010, 08:18 AM
Replace the description with this and you'll get the idea.

<html>
<br>
At Green Apple Portraits, we think it is very important to support the
community. <br><br>
Listed below are businesses we think you would enjoy and
companies that have great things to offer for your little ones.<br>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="/">
<img src="/photos/809849836_7tpPw-S.png" height=100 width=400 />
</a>
</div>
<div>
Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794<br>
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="/">
<img src="/photos/809850979_tHDmi-S.jpg" height=300 width=240 />
</a>
</div>
<div>
Gymboree 26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="/">
<img src="/photos/809838504_cGQsy-S.jpg" height=150 width=250 />
</a>
</div>
<div>
At Green Apple Portraits, we think it is very important to support the<br>
community. Here are a list of businesses we think you would enjoy and<br>
companies that have great things to offer for your little ones.<br>
<br>
Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794<br>
<br>
Gymboree 26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />
</html>
Add this to your CSS

.notLoggedIn .gallery_11506980 .journal_entry {display: none;}

Edit: version 4



Oh no, now I have two of everything in the gallery. And if I click on the photo, it goes to my home page instead of the business's website. I have to head out to a fund raising dinner so I'll get back at this later. Thanks so much for all your help.

I got rid of the doubles by deleting the stuff in the captions box. I did not add the links into the html, I didn't see that until it was too late. I'll go back and add that now.

Allen
Mar-14-2010, 08:28 AM
Oh no, now I have two of everything in the gallery. And if I click on the photo, it goes to my home page instead of the business's website. I have to head out to a fund raising dinner so I'll get back at this later. Thanks so much for all your help.
You see the photos below logged in. Visitors will not.

Go back and get the latest html above, made some changes. Add their link
in so it goes to their site. I made it open in a new browser window so they
don't lose your site.

Tmarsini
Mar-14-2010, 08:30 AM
You see the photos below logged in. Visitors will not.

Go back and get the latest html above, made some changes. Add their link
in so it goes to their site. I made it open in a new browser window so they
don't lose your site.

OK, thanks. I'll do that later tonight when I get home. Thanks soooooo much for all your time and help.

Allen
Mar-14-2010, 08:34 AM
...
If you notice it's all repetitive, add more html groups like this for new sites.

<div style="float:left; padding-right: 20px;">
<a href="#put their link here" target="_blank">
<img src="/photos/XXXXXXXXX_xxxxx-S.jpg" height=xxx width=xxx />
</a>
</div>
<div>
Text in here
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

Tmarsini
Mar-14-2010, 04:06 PM
If you notice it's all repetitive, add more html groups like this for new sites.

<div style="float:left; padding-right: 20px;">
<a href="#put their link here" target="_blank">
<img src="/photos/XXXXXXXXX_xxxxx-S.jpg" height=xxx width=xxx />
</a>
</div>
<div>
Text in here
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />




Hi Allen,

I just wanted to say thanks for helping me get the gallery set up to list websites for stores that help us out. It works great. I now have a button on my nav bar that take folks to the gallery! Check it out. It's the
"cool kid stuff" button.

Thanks again for your time and skills!

Tammy

www.GreenApplePortraits.com

Tmarsini
Mar-14-2010, 05:17 PM
Hi Allen,

I just wanted to say thanks for helping me get the gallery set up to list websites for stores that help us out. It works great. I now have a button on my nav bar that take folks to the gallery! Check it out. It's the
"cool kid stuff" button.

Thanks again for your time and skills!

Tammy

www.GreenApplePortraits.com (http://www.GreenApplePortraits.com)



I have one more request. How can I remove the photo that has the words
"Cool Stuff for Kids" from the gallery. I only need the two photos that display the biz cards for the businesses.

http://www.greenappleportraits.com/Other/Cool-Things-for-Kids/11506980_AdiDB

Tmarsini
Mar-14-2010, 05:35 PM
I have one more request. How can I remove the photo that has the words
"Cool Stuff for Kids" from the gallery. I only need the two photos that display the biz cards for the businesses.

http://www.greenappleportraits.com/Other/Cool-Things-for-Kids/11506980_AdiDB



Now that I added the additional button on my nav bar, it is no longer centered on the page. How can I get it centered again?

Thanks,
Tammy

Allen
Mar-14-2010, 09:52 PM
I have one more request. How can I remove the photo that has the words
"Cool Stuff for Kids" from the gallery. I only need the two photos that display the biz cards for the businesses.

http://www.greenappleportraits.com/Other/Cool-Things-for-Kids/11506980_AdiDB
Just remove that section of html.

<div style="float: left; padding-right: 20px;">
<a href="#put%20their%20link%20here" target="_blank">
<img src="/photos/809838504_cGQsy-S.jpg" height="150" width="250">
</a>
</div>
<div>
At Green Apple Portraits, we think it is very important to support the
community. Here are a list of businesses we think you would enjoy and
companies that have great things to offer for your little ones.
<br><br>
Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794
<br><br>
Gymboree 26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88c03c">
<br>

Tmarsini
Mar-15-2010, 03:14 AM
Just remove that section of html.

<div style="float: left; padding-right: 20px;">
<a href="#put%20their%20link%20here" target="_blank">
<img src="/photos/809838504_cGQsy-S.jpg" height="150" width="250">
</a>
</div>
<div>
At Green Apple Portraits, we think it is very important to support the
community. Here are a list of businesses we think you would enjoy and
companies that have great things to offer for your little ones.
<br><br>
Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794
<br><br>
Gymboree 26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88c03c">
<br>




OK, I removed the part you said, but the photo and words next to it are still there. I tried to go into the gallery and just delete that photo, but it remains there. Here is what the html says now that I removed the part you told me to...

<html>
<br />
<center><b>At Green Apple Portraits, we think it is very important to support the community.</b></center> <br />
Listed below are businesses we think you would enjoy and companies that have great things to offer for your little ones.
<br />
<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="http://www.childrensessentialsinc.com" target="_blank">
<img src="/photos/809849836_7tpPw-S.png" target="_blank" height=100 width=400 />
</a>
</div>
<div>
Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="http://www.gymboreeclasses.com/index.jsp" target="_blank">
<img src="/photos/809850979_tHDmi-S.jpg" target="_blank" height=300 width=240 />
</a>
</div>
<div>
Gymboree <br />
26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

Allen
Mar-15-2010, 05:47 AM
OK, I removed the part you said, but the photo and words next to it are still there. I tried to go into the gallery and just delete that photo, but it remains there. Here is what the html says now that I removed the part you told me to...

... Delete the red part.

... (SNIP) ...
Gymboree <br>
26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88c03c">
<br>

<div style="float: left; padding-right: 20px;">
<a href="#put%20their%20link%20here" target="_blank">
<img src="/photos/809838504_cGQsy-S.jpg" height="150" width="250">
</a>
</div>
<div>
At Green Apple Portraits, we think it is very important to support the
community. Here are a list of businesses we think you would enjoy and
companies that have great things to offer for your little ones.
<br><br>
Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794
<br><br>
Gymboree 26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88c03c">
<br>
</html>

Tmarsini
Mar-15-2010, 06:00 AM
Delete the red part.

... (SNIP) ...
Gymboree <br>
26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88c03c">
<br>

<div style="float: left; padding-right: 20px;">
<a href="#put%20their%20link%20here" target="_blank">
<img src="/photos/809838504_cGQsy-S.jpg" height="150" width="250">
</a>
</div>
<div>
At Green Apple Portraits, we think it is very important to support the
community. Here are a list of businesses we think you would enjoy and
companies that have great things to offer for your little ones.
<br><br>
Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794
<br><br>
Gymboree 26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88c03c">
<br>
</html>



Great! Thanks! Now it looks the way I want it to. With the exception of my nav bar not being centered anymore.

Thanks again!
Tammy

http://www.greenappleportraits.com/

Actually I do have another request. On my "View Our Work" page, I tried to get all the thumbs to look uniform by making them square. I went into the galleryies and changed them to square but they are still showing as original.
What am I doing wrong?

Allen
Mar-15-2010, 06:23 AM
Great! Thanks! Now it looks the way I want it to. With the exception of my nav bar not being centered anymore.

Thanks again!
Tammy

http://www.greenappleportraits.com/

Actually I do have another request. On my "View Our Work" page, I tried to get all the thumbs to look uniform by making them square. I went into the galleryies and changed them to square but they are still showing as original.
What am I doing wrong? Start by cleaning up your header nav html. Change your header to this.

<div id="my_banner"> </div>
<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/View-Our-Work">View Our Work</a></li>
<li><a href="/Pricing/Click-here-for-Session-Fees/7975051_YPDmb">Pricing</a></li>
<li><a href="/View-Your-Proofs">View Your Proofs</a></li>
<li><a href="mailto:info@greenappleportraits.com">Contact Us</a></li>
<li><a href="/Other/Comments-Page/11502210_9NpBy">Comments</a></li>
<li><a href="/Other/Cool-Things-for-Kids/11506980_AdiDB">Cool Kid Stuff</a></li>
</ul>
</div>

The only way I could get your nav centered is add this to the CSS.

#navcontainer {padding-right:30px;}

Tmarsini
Mar-15-2010, 06:31 AM
Start by cleaning up your header nav html. Change your header to this.

<div id="my_banner"> </div>
<div id="navcontainer">
<ul>
<li><a href="/">Home</a></li>
<li><a href="/View-Our-Work">View Our Work</a></li>
<li><a href="/Pricing/Click-here-for-Session-Fees/7975051_YPDmb">Pricing</a></li>
<li><a href="/View-Your-Proofs">View Your Proofs</a></li>
<li><a href="mailto:info@greenappleportraits.com">Contact Us</a></li>
<li><a href="/Other/Comments-Page/11502210_9NpBy">Comments</a></li>
<li><a href="/Other/Cool-Things-for-Kids/11506980_AdiDB">Cool Kid Stuff</a></li>
</ul>
</div>
The only way I could get your nav centered is add this to the CSS.

#navcontainer {padding-right:30px;}


Wow! Thanks, you're a genius! Can I send you a fruit basket LOL.
Now, when you go on my site, are there large black bars on the top and bottom of the slideshow on the home page? I am using FireFox and i see black bars. They weren't there before.


www.GreenApplePortraits.com

Allen
Mar-15-2010, 06:58 AM
Wow! Thanks, you're a genius! Can I send you a fruit basket LOL.
Now, when you go on my site, are there large black bars on the top and bottom of the slideshow on the home page? I am using FireFox and i see black bars. They weren't there before.


www.GreenApplePortraits.com (http://www.GreenApplePortraits.com)
Not seeing them here using Firefox.

Tmarsini
Mar-15-2010, 07:00 AM
Not seeing them here using Firefox.

OK, great. Thanks. Not sure why I'm seeing them here, but as long as you aren't then the clients aren't. Thanks again, Tammy

Tmarsini
Mar-15-2010, 12:21 PM
OK, great. Thanks. Not sure why I'm seeing them here, but as long as you aren't then the clients aren't. Thanks again, Tammy



Oh no!! This has become WAYYYYY too complicated for me. After I made the last changes, I discovered that my nav bar button for "pricing" takes me to a page that has stuff inserted that shouldn't be there. It has the stuff from the
"cool kid stuff" button. HELP!!!!

How do I get rid of it?

Thanks,
Tammy

www.GreenApplePortraits.com

Tmarsini
Mar-15-2010, 04:41 PM
Oh no!! This has become WAYYYYY too complicated for me. After I made the last changes, I discovered that my nav bar button for "pricing" takes me to a page that has stuff inserted that shouldn't be there. It has the stuff from the
"cool kid stuff" button. HELP!!!!

How do I get rid of it?

Thanks,
Tammy

www.GreenApplePortraits.com (http://www.GreenApplePortraits.com)


Make sure you don't have anything in the description box in your gallery settings for the "pricing" gallery.

Tmarsini
Mar-23-2010, 06:14 AM
Hi Al,

I tried to add another link to my "Cool Kid Stuff" page. I don't know how to put in the correct dimensions for the photo. It appears stretched. Where can I find the correct #'s to add to the description to make it view correctly?

Thanks,
Tammy

http://www.greenappleportraits.com/Other/Cool-Things-for-Kids/11506980_AdiDB

Allen
Mar-23-2010, 06:54 AM
Hi Al,

I tried to add another link to my "Cool Kid Stuff" page. I don't know how to put in the correct dimensions for the photo. It appears stretched. Where can I find the correct #'s to add to the description to make it view correctly?

Thanks,
Tammy

http://www.greenappleportraits.com/Other/Cool-Things-for-Kids/11506980_AdiDB
Change the size from -Ti to -O.

<img src="/photos/817511515_Aatzs-O.png" target="_blank" height="147" width="451">

Tmarsini
Mar-23-2010, 07:07 AM
Change the size from -Ti to -O.

<img src="/photos/817511515_Aatzs-O.png" target="_blank" height="147" width="451">

OK, so I changed it to an O but the dimensions must be wrong. I put the dimensions it shows in photoshop.

Allen
Mar-23-2010, 08:42 AM
OK, so I changed it to an O but the dimensions must be wrong. I put the dimensions it shows in photoshop. It looks like you added the new section below the ending </html>.

Make sure </html> is after everything at the bottom.

<html> << first thing at the top
...
...
</html> << last thing at the bottom

Tmarsini
Mar-23-2010, 12:25 PM
It looks like you added the new section below the ending </html>.

Make sure </html> is after everything at the bottom.

<html> << first thing at the top
...
...
</html> << last thing at the bottom




No, I have everything between the </html>'s
I think it has something to do with the dimensions. I just don't know what to put there. I underlined it because i couldn't figure out how to change the color to red.

Here is what I have.....

<html>
<br />
<center><b>At Green Apple Portraits, we think it is very important to support the community.</b></center> <br />
Listed below are businesses we think you would enjoy and companies that have great things to offer for your little ones.
<br />
<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="http://www.childrensessentialsinc.com" target="_blank">
<img src="/photos/809849836_7tpPw-S.png" target="_blank" height=100 width=400 />
</a>
</div>
<div>
Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="http://www.gymboreeclasses.com/index.jsp" target="_blank">
<img src="/photos/809850979_tHDmi-S.jpg" target="_blank" height=300 width=240 />
</a>
</div>
<div>
Gymboree <br />
26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="http://www.jerseystorks.com." target="_blank">
<img src="/photos/817511515_Aatzs-Oi.png" target="_blank" height=147 width=451 />
</a>
</div>
<div>
Kid Krazee Stork Rentals and More <br />
Serving all of New Jersey with the nicest customized stork signs <br />
sales@Jerseystorks.com 1-888-KID-KRAZ
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />
</html>

Tmarsini
Mar-24-2010, 04:45 AM
No, I have everything between the </html>'s
I think it has something to do with the dimensions. I just don't know what to put there. I underlined it because i couldn't figure out how to change the color to red.

Here is what I have.....

<html>
<br />
<center><b>At Green Apple Portraits, we think it is very important to support the community.</b></center> <br />
Listed below are businesses we think you would enjoy and companies that have great things to offer for your little ones.
<br />
<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="http://www.childrensessentialsinc.com" target="_blank">
<img src="/photos/809849836_7tpPw-S.png" target="_blank" height=100 width=400 />
</a>
</div>
<div>
Children's Essentials Inc. 1389 Route 35, Middletown, NJ 732-671-1794
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="http://www.gymboreeclasses.com/index.jsp" target="_blank">
<img src="/photos/809850979_tHDmi-S.jpg" target="_blank" height=300 width=240 />
</a>
</div>
<div>
Gymboree <br />
26 Applegate Street, Red Bank, NJ 07701 732-872-8500
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />

<div style="float:left; padding-right: 20px;">
<a href="http://www.jerseystorks.com." target="_blank">
<img src="/photos/817511515_Aatzs-Oi.png" target="_blank" height=147 width=451 />
</a>
</div>
<div>
Kid Krazee Stork Rentals and More <br />
Serving all of New Jersey with the nicest customized stork signs <br />
sales@Jerseystorks.com 1-888-KID-KRAZ
</div>

<div class="spacer"></div>
<hr size="1" color="#88C03C">
<br />
</html>





Got it!! I didn't follow your instructions very well. I changed the Ti to Oi instead of just O. It works perfecty now. Thanks again!