Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Alignment issue


Guest

Recommended Posts

This script is working on my page www.parrotique.com , however I would like the blog box to be to the right of my coupon instead of below it.

I know this is not difficult but my mind is holiday fried today :blink: this is the script I am inserting

 

<script type="text/javascript" src="http://www.merchantcircle.com/business/Parrotique.360-400-4738/widget/couponjs"></script>

 

<script type="text/javascript" src="http://www.merchantcircle.com/business/Parrotique.360-400-4738/widget/blogjs"></script>

Link to comment
Share on other sites

This script is working on my page www.parrotique.com , however I would like the blog box to be to the right of my coupon instead of below it.

I know this is not difficult but my mind is holiday fried today :blink: this is the script I am inserting

 

<script type="text/javascript" src="http://www.merchantcircle.com/business/Parrotique.360-400-4738/widget/couponjs"></script>

 

<script type="text/javascript" src="http://www.merchantcircle.com/business/Parrotique.360-400-4738/widget/blogjs"></script>

 

 

I'm Sure they Are not. I don't know how to create a table with php

Link to comment
Share on other sites

Simple example below

 

<table border="0" width="100%">

<tr>

<td width="50%"> </td>

<td width="50%"> </td>

</tr>

</table>

 

 

Thank you very much. the finished script looks like this (for those who are following this)

 

<table border="0" width="100%">

<tr>

<td width="50%"align="right"> <script type="text/javascript" src="http://www.merchantcircle.com/business/Parrotique.360-400-4738/widget/couponjs"></script>

</td>

<td width="50%"> <script type="text/javascript" src="http://www.merchantcircle.com/business/Parrotique.360-400-4738/widget/blogjs"></script></td>

</tr>

</table>

 

Of coarse you will have to place your own locator, or advertise for me. Either is ok for me

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...