Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 03-15-2009, 10:16 AM   #1
HyperActive Warrior
 
Join Date: Mar 2008
Location: From Ottawa, Canada and living in Phuket, Thailand
Posts: 139
Thanks: 23
Thanked 3 Times in 3 Posts
Social Networking View Member's FaceBook Profile 
Default Basic HTML Question..

I tried google, found some results but I'm still confused because my affiliate links are so long, I don't know what goes where. I'm just wondering how I can get these two images to line up side by side ..

Here's the page ..

UFC 92 - Forrest Griffin vs. Rashad Evans | Fight Passport

You'll see at the bottom of the article, there's two images (gloves and focus mitts)..

These are the codes..

<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=45 9085413" target="_blank"><img src=http://www.mmawarehouse.com/v/vspfiles/photos/hay-1004-2T.jpg border=0></a>

<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=46 4228096" target="_blank"><img src=http://www.mmawarehouse.com/v/vspfiles/photos/hay-1012-2T.jpg border=0></a>

Any advice would certainly be appreciated..

Thanks in advance,

Bill
MuayThaiGuy is offline   Reply With Quote
Old 03-15-2009, 10:17 AM   #2
Advanced Warrior
War Room Member
 
Join Date: Dec 2008
Posts: 822
Thanks: 257
Thanked 74 Times in 64 Posts
Default Re: Basic HTML Question..

There are a few different ways...

Try adding this tag "<nobr>" and then "</nobr>" at the end.
Johnathan is offline   Reply With Quote
Old 03-15-2009, 10:26 AM   #3
Platinum Warrior Member
War Room Member
 
dave147's Avatar
 
Join Date: Mar 2009
Location: AU
Posts: 2,726
Thanks: 475
Thanked 331 Times in 269 Posts
Default Re: Basic HTML Question..

try adding &nbsp after your first link, followed by your second link. If you want more of a gap between them just repeat &nbsp&nbsp&nbsp

<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=45 9085413" target="_blank"><img src=http://www.mmawarehouse.com/v/vspfiles/photos/hay-1004-2T.jpg border=0></a>&nbsp
<a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=46 4228096" target="_blank"><img src=http://www.mmawarehouse.com/v/vspfiles/photos/hay-1012-2T.jpg border=0></a>

How To Explode Your Online Income x 67 Times!
You Are About to Experience the VIRAL EFFECT!!!
Get Your Ad Sent to 250,000 People RIGHT HERE
Who The Heck Else Wants 10,000 FREE Top Banner Impressions?
dave147 is online now   Reply With Quote
Old 03-15-2009, 10:27 AM   #4
Hulk Warrior
 
anth.elias's Avatar
 
Join Date: Mar 2009
Location: Atlantis
Posts: 215
Thanks: 1
Thanked 16 Times in 16 Posts
Default Re: Basic HTML Question..

Not sure if there is enough room in that column for both images to be side by side. Try reducing the size of your images and remove the border completely.

anth.elias is offline   Reply With Quote
Old 03-15-2009, 10:42 AM   #5
Fly Higher
War Room Member
 
4Highflyers's Avatar
 
Join Date: Mar 2009
Posts: 115
Thanks: 18
Thanked 18 Times in 11 Posts
Default Re: Basic HTML Question..

Forget the above...

You currently have those items in 2 separate tables.
If you want them side by side, split the table that holds the 'Focus' mitts into
2 columns, and paste the content for the other mitts into the new cell - try this...

Code:
<table width="200" border="1" cellpadding="3">
<tbody><tr>
<td align="center"><font size="-1" point-size="9" face="verdana"><a target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&amp;userID=270588&amp;productID=464228096"><img border="0" src="http://www.mmawarehouse.com/v/vspfiles/photos/hay-1012-2T.jpg" ilo-full-src="http://www.mmawarehouse.com/v/vspfiles/photos/hay-1012-2T.jpg"/><br/><b><font color="0852A5">Hayabusa Optistrike™ Focus Mitts</font></b></a><b><font color="0852A5"/></b><font color="0852A5"/> - $   119.99<br/><font size="-1" point-size="8" face="verdana"> OptiStrike™ Pro concave striking surface Extreme light weight construction for maximum maneuverability Superior impact absorption for exceptional hand and wrist protection Unparalled comfort for the holder Engineered with a form fitting, precurved molded design<br/></font></font></td>
<td align="center"><font size="-1" point-size="9" face="verdana"><a target="_blank" href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&amp;userID=270588&amp;productID=459085413"><img border="0" src="http://www.mmawarehouse.com/v/vspfiles/photos/hay-1004-2T.jpg" ilo-full-src="http://www.mmawarehouse.com/v/vspfiles/photos/hay-1004-2T.jpg"/><br/>
        <b><font color="0852A5">Hayabusa Pro 16oz. Sparring Gloves (Black or White)</font></b></a><b><font color="0852A5"/></font></b><font color="0852A5"/></font> - $    89.99<br/>
  <font size="-1" point-size="8" face="verdana"> Authentic hand crafted Mexican style design Ergonomically-designed for maximum striking power and precision 100% Premium leather and foam complex  construction Dual cross closure sytem for ultimate wrist support and stability Suitable for all types of combat training <br/>
  </font></font></td>
</tr>
</tbody></table>

4Highflyers is offline   Reply With Quote
Old 03-15-2009, 10:54 AM   #6
Active Warrior
 
webpagesrus's Avatar
 
Join Date: Mar 2008
Location: , , USA.
Posts: 43
Thanks: 24
Thanked 6 Times in 6 Posts
Social Networking View Member's Twitter Profile 
Default Re: Basic HTML Question..

4Highflyers is right on the money....
I just took your code and create one table with two cells, here is the code for that:


<table border=1 width=400>
<tr>
<td align=center valign="top"><p><a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=46 4228096" target="_blank"><img src=http://www.mmawarehouse.com/v/vspfiles/photos/hay-1012-2T.jpg border=0 align="top"><BR>
<font size="-1"><strong><font face="Verdana, Arial, Helvetica, sans-serif">Hayabusa Optistrike™ Focus Mitts</font></strong></font></a><font size="-1" face="Verdana, Arial, Helvetica, sans-serif"><strong></font></strong></font><font size="-1"><strong></strong></font></p>
<p><strong>$ 119.99</a></strong><BR>
<font face=verdana point-size=8 size=-1> OptiStrike™ Pro concave striking surface Extreme light weight construction for maximum maneuverability Superior impact absorption for exceptional hand and wrist protection Unparalled comfort for the holder Engineered with a form fitting, precurved molded design</font></p></td>
<td align=center>
<p><font face=verdana point-size=9 size=-1><a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=45 9085413" target="_blank"><img src=http://www.mmawarehouse.com/v/vspfiles/photos/hay-1004-2T.jpg border=0><font face=verdana point-size=9 size=-1><BR>
<strong>Hayabusa Pro 16oz. Sparring Gloves (Black or White)</strong></a></font></p>
<p><strong>$89.99</a></strong><BR>
<font face=verdana point-size=8 size=-1> Authentic hand crafted Mexican style design Ergonomically-designed for maximum striking power and precision 100% Premium leather and foam complex construction Dual cross closure sytem for ultimate wrist support and stability Suitable for all types of combat training </font></p>
<p><font face=verdana point-size=8 size=-1><BR>
</font></p></td>

</tr>
</table>

webpagesrus is offline   Reply With Quote
Old 03-15-2009, 11:34 AM   #7
Active Warrior
 
webpagesrus's Avatar
 
Join Date: Mar 2008
Location: , , USA.
Posts: 43
Thanks: 24
Thanked 6 Times in 6 Posts
Social Networking View Member's Twitter Profile 
Default Re: Basic HTML Question..

What is the BB Code to create a text box to contain the code like 4Highflyers did in his post above?

webpagesrus is offline   Reply With Quote
Old 03-15-2009, 11:50 AM   #8
Don't Just Sit There!
 
pjCheviot's Avatar
 
Join Date: Jan 2009
Location: NE UK
Posts: 748
Thanks: 498
Thanked 231 Times in 208 Posts
Social Networking View Member's Twitter Profile  View Member's YouTube Profile
Default Re: Basic HTML Question..

Quote:
What is the BB Code to create a text box to contain the code like 4Highflyers did in his post above?
Go to your user Control Panel
Edit Options
Scroll to the very bottom
Use - Enhanced Interface - Full WYSIWYG
Save

Then use Go Advanced when posting

Much easier editor than BB codes etc

HTH


"I started out with nothing and I've still got most of it left!"

Fellow Warrior KimW needs our help

pjCheviot is offline   Reply With Quote
Old 03-15-2009, 12:47 PM   #9
HyperActive Warrior
 
Join Date: Mar 2008
Location: From Ottawa, Canada and living in Phuket, Thailand
Posts: 139
Thanks: 23
Thanked 3 Times in 3 Posts
Social Networking View Member's FaceBook Profile 
Default Re: Basic HTML Question..

Thanks for the advice, this forum and its members are amazing.

To be honest, I'm still a little confused - I think due to the length of the code..
I don't really understand what I'm looking at..
I understand that I have to create one table with two cells ..

What exactly do I have to do in order to do that?

The thing that stands out to me is the ..

<table border=1 width=400>
<tr>

.. at the top and the ..

</tr>
</table>

.. at the bottom.

My HTML skills are basic at best. For example .. if my code is ..

<center><table border=1 width=200><tr><td align=center><font face=verdana point-size=9 size=-1><a href="http://www.shareasale.com/m-pr.cfm?merchantID=14282&userID=270588&productID=46 4228096" target="_blank"><img src=http://www.mmawarehouse.com/v/vspfiles/photos/hay-1012-2T.jpg border=0><BR><B><font color=0852A5>Hayabusa Optistrike™ Focus Mitts</a></b></font> - $ 119.99</a><BR><font face=verdana point-size=8 size=-1> OptiStrike™ Pro concave striking surface Extreme light weight construction for maximum maneuverability Superior impact absorption for exceptional hand and wrist protection Unparalled comfort for the holder Engineered with a form fitting, precurved molded design<BR></font></td></tr></table></center>

What would I put before and after?..

As soon as I have time, I really gotta start doing some of those online HTML tutorials because it'll certainly make life in the IM world a whole lot easier ..

Thanks to everyone that has helped so far..

Bill
MuayThaiGuy is offline   Reply With Quote
Old 03-15-2009, 01:08 PM   #10
Active Warrior
 
webpagesrus's Avatar
 
Join Date: Mar 2008
Location: , , USA.
Posts: 43
Thanks: 24
Thanked 6 Times in 6 Posts
Social Networking View Member's Twitter Profile 
Default Re: Basic HTML Question..

Bill,
basically
the tag <table border=1 width=400> tells the browser to build a table with a border of 1 pixel and 400 pixels wide....

then the tag <tr> stands for table row....so that is the first "row" of the table....
since you want the images side by side (in the same row)
you will only have one <tr> tag


so the next tag is <td> this is table data, you should have two <td> tags because you are creating two "cells" side by side in the same row (<tr>)

so in other words,
<table border=1 width=400>
<tr>
<td>test</td>
<td>test2</td>
</tr>
</table>

will create a table 400 pixels wide with 2 side by side cells that contain the text "test and "test2" in them.

Hopefully I didnt confuse you further, just trying to help you understand.

webpagesrus is offline   Reply With Quote
Old 03-15-2009, 04:58 PM   #11
HyperActive Warrior
 
Join Date: Mar 2008
Location: From Ottawa, Canada and living in Phuket, Thailand
Posts: 139
Thanks: 23
Thanked 3 Times in 3 Posts
Social Networking View Member's FaceBook Profile 
Default Re: Basic HTML Question..

Thanks so much for the help, I really appreciate it..

Bill
MuayThaiGuy is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Main Internet Marketing Discussion Forum

Tags
basic, html, question

Thread Tools

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



All times are GMT -6. The time now is 03:03 AM.