The forum of the forums
Would you like to react to this message? Create an account in a few clicks or log in to continue.

Align text

2 posters

Go down

In progress Align text

Post by magicm00n March 3rd 2012, 5:42 am

What to add to this codes so that I can align the text to the right and top or bottom.
Code:

jQuery(document).ready(function() {
msg = '<div id="linkat">insert text here</div>';
jQuery('#page-footer').html(jQuery('#page-footer').html() + msg);
});
magicm00n
magicm00n
Active Poster

Female Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion

Back to top Go down

In progress Re: Align text

Post by magicm00n March 4th 2012, 6:16 am

bump

cmon this is simple

can someone help me with the code to align my text
magicm00n
magicm00n
Active Poster

Female Posts : 1305
Reputation : 217
Language : English
Location : The support forum of Forumotion

Back to top Go down

In progress Re: Align text

Post by ankillien March 4th 2012, 6:39 am

Hi,

You can add inline CSS in this part of the code...

Code:
<div id="linkat">insert text here</div>

Like this...

Code:
<div id="linkat" style="text-align: right; margin-top: 20px;">insert text here</div>
ankillien
ankillien
Energetic

Posts : 5198
Reputation : 129
Language : English, XHTML, CSS, JS, PHP, SQL

Back to top Go down

Back to top

- Similar topics

 
Permissions in this forum:
You cannot reply to topics in this forum