Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Old 08-07-2009, 03:03 PM Noobie Help on HTML
Junior Talker

Posts: 2
Trades: 0
Hello I'm new to dreamweaver and I need some help pls. I inserted a paypal button into the html code in dreamweaver, but the way the button turned out was rather weird. It looked stretched out and enlarged, nothing like what the gif is supposed to look like. Here is my site with the buttons: http://www.wherethegoodlifebegins.com/index-4.html.

The image source code is closer to the bottom (there are 2 paypal buttons) Thanks for your help!!!

Here is the HTML code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<title>Order Now</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="Content-Style-Type" content="text/css" />
<link href="style.css" rel="stylesheet" type="text/css" />
<link href="layout.css" rel="stylesheet" type="text/css" />
<style type="text/css">
<!--
.style12 { color: #000000;
font-size: 12px;
font-weight: bold;
}
.style23 { color: #000000;
font-size: 18px;
font-weight: bold;
font-style: italic;
}
.style24 {color: #FF0000}
.style25 {color: #FFFFFF; font-size: 18px; font-weight: bold; font-style: italic; }
.style26 { font-size: 14px;
font-style: italic;
}
.style28 {color: #000000; font-size: 14px; font-weight: bold; }
.style9 {color: #000000}
.style8 { font-size: 10;
color: #000000;
}
-->
</style>
</head>
<body id="page4">
<div class="tail-top">
<div class="tail-bottom">
<div class="main">
<div id="header">
<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/s...rsion=8,0,0,24" width="980" height="364">
<param name="movie" value="flash/header_v81.swf?button=4" />
<param name="quality" value="high" />
<param name="menu" value="false" />
<!--[if !IE]> <-->
<object data="flash/header_v8.swf?button=4"
width="980" height="364" type="application/x-shockwave-flash">
<param name="quality" value="high" />
<param name="menu" value="false" />
<param name="pluginurl" value="http://www.macromedia.com/go/getflashplayer" />
FAIL (the browser should render some flash content, not this).
</object>
<!--> <![endif]-->
</object>
</div>
<div id="content">
<div class="indent-main"><br />
<table width="100%" border="1" cellpadding="0" cellspacing="0">
<tr>
<td height="20" colspan="2" align="center" valign="top" bgcolor="#999999" class="style25">BEST SAVINGS PACKAGE! BUY 2 GET 1 FREE + 2 FREE BONUS </td>
</tr>
<tr>
<td width="700" align="center" valign="top" class="style23">ONE TIME PURCHASE </td>
<td width="700" align="center" valign="top" class="style23">AUTO SHIPMENT</td>
</tr>
<tr>
<td height="401" align="center" valign="top"><table width="100%" border="0" cellspacing="4">
<tr>
<td><div align="center"><img src="picture/3btl-extrim.jpg" alt="3 bottle" width="290" height="140" /></div></td>
</tr>
<tr>
<td class="style23">You Save 50% Off MSRP!</td>
</tr>
<tr>
<td height="42" class="style9"><li class="style12">This is our best savings package ever!<br />
</li>
<li class="style12">Buy 3 Bottles at 50% Off MSRP!<br />
Limited Time Offer. Hurry, this offer ends soon!
</p>
</li></td>
</tr>
<tr>
<td class="style12">Your order is backed by our <span class="style24">30-DAY MONEY BACK GUARANTEE!</span></td>
</tr>
<tr>
<td height="21"><div align="center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="2294534">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynow_SM.gif" border="0" name="submit" alt="">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>

</div></td>
</tr>
<tr>
<td height="43"><span class="style23">Add Glomega to my order for only US$9.95. I'm saving US$15 off MSRP </span></td>
</tr>
<tr>
<td><div align="center">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="2294603">
<input type="image" src="https://www.paypal.com/en_US/i/btn/btn_buynow_SM.gif" border="0" name="submit" alt="">
<img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1">
</form>
</div></td>
</tr>
<tr>
<td height="28" bgcolor="#FFFF00" class="style25"><div align="center"><a href="GLOMEGA INFO.pdf">For more information about Glomega, click here! </a></div></td>
lifepharm is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-07-2009, 05:37 PM Re: Noobie Help on HTML
Banned

Posts: 315
Name: Doug
Trades: 1
You have your TD height set to 21
21 What? PX EM %

<td height="21"><div align="center">

The paypal graphic is getting smashed by that code.
marketingman100 is offline
Reply With Quote
View Public Profile
 
Old 08-07-2009, 06:16 PM Re: Noobie Help on HTML
Brian07002's Avatar
Defies a Status

Posts: 2,162
Name: ...
Location: ...
Trades: 0
I didn't check the code thoroughly, but you should specify both the Width & the Height (in pixels) of the picture to be sure that doesn't happen.
__________________
Made2Own

Please login or register to view this content. Registration is FREE
Brian07002 is offline
Reply With Quote
View Public Profile
 
Old 08-07-2009, 06:27 PM Re: Noobie Help on HTML
Junior Talker

Posts: 2
Trades: 0
Thanks for the reply marketing man. I tried adjusting the td height but it did not do anything to the image. Also, I tried setting width and height (not sure if I did it correctly) but no change to the image either. Someone pls help!
lifepharm is offline
Reply With Quote
View Public Profile
 
Old 08-07-2009, 08:19 PM Re: Noobie Help on HTML
Banned

Posts: 315
Name: Doug
Trades: 1
I just copied a piece of your source code into dreamweaver to see what might happen.

Instead of getting code tags, I got literals.
Like &lt; &gt; instead of < >

How did you code your original?

<td> or &lt;td&gt;

The literals are showing up on ALL of your HTML tags.
marketingman100 is offline
Reply With Quote
View Public Profile
 
Old 08-07-2009, 08:28 PM Re: Noobie Help on HTML
Banned

Posts: 315
Name: Doug
Trades: 1
I just uploaded your entire page to my machine and it looks fine.

Try reuploading your page as ANSI or ASCII instead of binary.

I'll bet that fixes things.
marketingman100 is offline
Reply With Quote
View Public Profile
 
Old 08-12-2009, 06:37 AM Re: Noobie Help on HTML
Experienced Talker

Posts: 38
Trades: 0
It all looks good to me, I can't see any problems
__________________
I am thewebtaylor!! Website design, SEO and marketing.


Please login or register to view this content. Registration is FREE
thewebtaylor is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Noobie Help on HTML
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 1.81502 seconds with 12 queries