Print Page | Close Window

Widgets

Printed From: RomanCart.com Forum
Category: RomanCart
Forum Name: Integration
Forum Description: If you need help using RomanCart in your own website, post here.
URL: http://forums.romancart.com/forum_posts.asp?TID=13620
Printed Date: 28 March 2024 at 12:42pm


Topic: Widgets
Posted By: peter.pwa
Subject: Widgets
Date Posted: 17 October 2017 at 11:02pm
Anyone know how to get 3 widgets in a line across the page? I can only get them going down the page.

<div id='ROC_widget'></div><div id='ROC_widget2'></div><div id='ROC_widget3'></div>



Replies:
Posted By: peter.pwa
Date Posted: 18 October 2017 at 10:24am
Sorted!
<table width="60%" border="2" cellspacing="2">
<tr>
    <td><div id='ROC_widget'></div></td>
    <td><div id='ROC_widget2'></td>
    <td><div id='ROC_widget3'></td>
</tr>
<tr>
    <td><div id='ROC_widget4'></div></td>
    <td><div id='ROC_widget5'></td>
    <td><div id='ROC_widget6'></td>
</tr>

</table><br><br>


Posted By: rscass
Date Posted: 18 October 2017 at 9:52pm
Cool - best practice is to close all of the divs though :)


Posted By: peter.pwa
Date Posted: 18 October 2017 at 10:40pm
Hey :) I did try but it messed up the page so just left it like this, If it works am happy with it! haha
This is the code dreamweaver gave me. Websitebuilder4 failed!




Print Page | Close Window