Thread: align right
Results 1 to 6 of 6
Related
-
How do I align Text in the same line? Forum: HTML Forum
Replies: 10 -
How do I align two or more HTML tables? Forum: HTML Forum
Replies: 6 -
cant get to align right Forum: CSS Forum
Replies: 1 -
align Forum: CSS Forum
Replies: 2
-
04-15-2007, 10:53 PM #1
align right
hey guys.
can someone please help me? i have centred my profile and i really want to align the whole thing to the right so that my background image on the left is visible.
i'v looked everywhere and nothing has worked. any information at all would be helpful.thankyouuuu
-
04-16-2007, 10:42 PM #2
Re: align right
Post the URL for your myspace page. We'll be better able to help you with that.
Music Around The World - Collecting tips, trade
and want lists, album reviews, & more
-
04-17-2007, 04:48 AM #3
Re: align right
Code:<br> <table bordercolor="ffcc99" cellspacing="10" cellpadding="0" width="700" bgcolor="ffcc99" border="0"> <tr><td> <table bordercolor="000000" cellspacing="10" cellpadding="10" width="700" align="right" bgcolor="ffffff" border="0"> <tr> <td valign="top" align="right" width="700" bgcolor="ffffff" style="word-wrap:break-word"> <span class="orangetext15">About me:</span><br> </style> <style type="text/css"> table, tr, td {background-color:transparent; border:none; border-width:0;} body{ background-color:rgb(241,179,46); background-image:url('http://www.layoutstar.com/image/cartoon/bg/1/popeye.jpg'); background-attachment: fixed; background-position:top left; background-repeat:no-repeat; border-color:none; border-width:none; border-style:none; table tbody td table tbody tr td.text table {visibility:hidden;} table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;} body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:000000 ; font-size:8pt; font-weight:none; font-style:none; font-family:Georgia; } a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited{ color:000000; font-size:8pt; font-weight:none; font-style:none; font-family:Georgia; } a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color:000000; font-size:8pt; font-weight:none; font-style:none; font-family:Georgia; } .orangetext15, .whitetext12, .btext, .redtext, .redbtext{ color:000000; font-size:8pt; font-weight:bold; font-style:normal; font-family:Arial, verdana, arial, sans-serif; } .lightbluetext8{ color:000000; font-size:8pt; font-weight:bold; font-style:normal; font-family:Arial, verdana, arial, sans-serif; } table table td.text table td.text table table table a {color: ; } table, tr, td { border: none; background-color: transparent; padding: 0; } .blacktext12{color:000000;} a.navbar{sans-serif;font-size:8pt; font-weight:none} a.navbar:link{color:000000;font-size:8pt; } a.navbar:active{color:000000;} a.navbar:visited{color:000000;} a.navbar:hover{color: 000000;}
Last edited by vinyl-junkie; 04-17-2007 at 06:01 AM. Reason: Added code tags
-
10-12-2008, 06:48 AM #4
Re: align right
you might be able to use one of these, not sure which one, just replace XXX with desired value:
.notes {move profile right}
body {position:relative !important; left:XXXpx;}
-------------------------------------------------------------
but i think this one is the better one, still not sure though:
.notes {move profile right}
table {position:relative !important; left:XXXpx;}
-
02-11-2009, 05:59 AM #5
Re: align right
Hi mimsy, here is the solution...
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<TITLE> New Document </TITLE>
<META NAME="Generator" CONTENT="EditPlus">
<META NAME="Author" CONTENT="">
<META NAME="Keywords" CONTENT="">
<META NAME="Description" CONTENT="">
<style type="text/css">
table, tr, td {background-color:transparent; border:none; border-width:0;}
body{
background-color:rgb(241,179,46);
background-image:url('http://www.layoutstar.com/image/cartoon/bg/1/popeye.jpg');
background-attachment: fixed;
background-position:top left;
background-repeat:no-repeat;
border-color:none;
border-width:none;
border-style:none;
table tbody td table tbody tr td.text table {visibility:hidden;} table tbody td table tbody tr td.text table table, table tbody td table tbody tr td.text table table tbody td.text {visibility:visible;}
body, div, p, strong, td, .text, .blacktext10, .blacktext12, a.searchlinkSmall, a.searchlinkSmall:link, a.searchlinkSmall:visited{ color:000000 ; font-size:8pt; font-weight:none; font-style:none; font-family:Georgia; }
a, a:link, a:visited, a.navbar, a.navbar:link, a.navbar:visited, a.man, a.man:link, a.man:visited, a.redlink, a.redlink:visited{ color:000000; font-size:8pt; font-weight:none; font-style:none; font-family:Georgia; } a:hover, a:active, a.navbar:hover, a.navbar:active, a.man:hover, a.man:active, a.searchlinkSmall:hover, a.searchlinkSmall:active, a.redlink:hover, a.redlink:hover{ color:000000; font-size:8pt; font-weight:none; font-style:none; font-family:Georgia; }
.orangetext15, .whitetext12, .btext, .redtext, .redbtext{ color:000000; font-size:8pt; font-weight:bold; font-style:normal; font-family:Arial, verdana, arial, sans-serif; }
.lightbluetext8{ color:000000; font-size:8pt; font-weight:bold; font-style:normal; font-family:Arial, verdana, arial, sans-serif; }
table table td.text table td.text table table table a {color: ;
}
table, tr, td { border: none; background-color: transparent; padding: 0; }
.blacktext12{color:000000;}
a.navbar{sans-serif;font-size:8pt; font-weight:none} a.navbar:link{color:000000;font-size:8pt; } a.navbar:active{color:000000;} a.navbar:visited{color:000000;} a.navbar:hover{color: 000000;}
</style>
</HEAD>
<BODY>
<table bordercolor="000000" cellspacing="10" cellpadding="10" width="700" align="right" bgcolor="ffffff" border="0">
<tr> <td valign="top" align="right" width="700" bgcolor="ffffff" style="word-wrap:break-word">
<span class="orangetext15">About me:</span></td></tr>
</table>
</BODY>
</HTML>
-
02-11-2009, 11:51 AM #6
Re: align right
Thanks prasadreddy,
i appreciate the help with answering these questions
as i get caught up with my college homework and my life outside of computers.
And mimsy please let us know if the solution does not work, but it looks prasadreddy knows what he's talking about.
I'm not on much anymore,
so please be patient myspace coders!