Code

50Cent

Seasoned Veteran
Joined
Sep 19, 2009
Messages
2,656
Reaction score
0
FP$
0
The homepage message that forumotion have.. i also did on my forum.. i did it in the same way.. but i cant put them side by side.. Mine is one top one bottom.. Does anyone know the code?

View forumtion support fourm.. http://help.forumotion.com/forum.htm the thing i am toking about is under the welcome to support forum
 
Try using a span tag and float the text to the left. This what the forum motion website used. <span style="float: left; margin-left: 80px; display: block;">
 
On top of you title.
Edit- If it doesn't work, I can't do anything, It's really hard editing it when you don't know the code you are using.
 
<span style="float: left; margin-left: 150px; display: block;"> When i do this.. it is only moving to left.. how to make it move up?
 
I can't do anything, I need to whole code, I would happily do it for you, got a spare account.
 
Hmm, It would be better if I could edit and see what happens, my computer doesn't have php.

Try removing the <br> tag before the code I gave you.
 
i tried.. but cant..

here my code.. see what you can do..

Code:
<span style="float: left; margin-left: 30px; display: block;">
<dl>
  <dt><b><font color="white">BEFORE POSTING...</font></b></dt>
  <dd><a href="http://yourportfolioarea.darkbb.com/announcements-updates-f1/forum-s-rules%20moderation-t3.htm">- Forum Rules</a></dd>
  <dd><a href="http://yourportfolioarea.darkbb.com/announcements-updates-f1/yourportfolio-area-officials-staff-list-t29.htm">- Officials Staff List</a></dd>
  <dd><a href="http://yourportfolioarea.darkbb.com/hello-everyone-f6/">- Introduce Yourself</a></dd>
</dl>
<br>
<span style="float: left; margin-left: 50px; display: block;">
<span style="float: left; margin-left: 130px; display: block;">
<dl>
   <dt><b><font color="white">OTHER IMPORTANT LINK/USEFUL LINK</font></b></dt>
   <dd><a href="http://yourportfolioarea.darkbb.com/feedback-suggestions-help-f4/">- Need Help or Support?</a></dd>
   <dd><a href="http://yourportfolioarea.darkbb.com/fotm-contest-f19/fotm1-submissions-t190.htm">- FOTM#1 Submission!</a></dd>
   <dd><a href="http://yourportfolioarea.darkbb.com/sotw-contest-f21/sotw1-submissions-t188.htm">- SOTW#1 Submission!</a></dd>
</dl>

</span></span></span>
 
Code:
<span style="float: left; margin-left: 50px; display: block;">
<dl>
<dt><b><font color="white">BEFORE POSTING...</font></b></dt>
<dd><a href="http://yourportfolioarea.darkbb.com/announcements-updates-f1/forum-s-rules moderation-t3.htm">- Forum Rules</a></dd>
<dd><a href="http://yourportfolioarea.darkbb.com/announcements-updates-f1/yourportfolio-area-officials-staff-list-t29.htm">- Officials Staff List</a></dd>
<dd><a href="http://yourportfolioarea.darkbb.com/hello-everyone-f6/">- Introduce Yourself</a></dd>
</dl>
</span>

<span style="float: left; line-height: 1.4em; margin-left: 50px; display: block;">
<dl>
<dt><b><font color="white">OTHER IMPORTANT LINK/USEFUL LINK</font></b></dt>
<dd><a href="http://yourportfolioarea.darkbb.com/feedback-suggestions-help-f4/">- Need Help or Support?</a></dd>
<dd><a href="http://yourportfolioarea.darkbb.com/fotm-contest-f19/fotm1-submissions-t190.htm">- FOTM#1 Submission!</a></dd>
<dd><a href="http://yourportfolioarea.darkbb.com/sotw-contest-f21/sotw1-submissions-t188.htm">- SOTW#1 Submission!</a></dd> 
</dl>
</span>

Try this. Change the margin to anything you want.

Edit- I see you have fixed it, but you used tables. (They are old)
 
Secret Agent 007 said:
Try looking at the page source. 😉
Truth in this post, that is sometimes what I have to do to make sure it's correct.
 
Back
Top Bottom