Log In · Register

 
How Do You...
deaddisco_
post Aug 27 2006, 11:50 AM
Post #1


Senior Member
***

Group: Member
Posts: 37
Joined: Mar 2006
Member No: 383,983



How do you make all of your tables combine into just one large table?
 
 
Start new topic
Replies (1 - 19)
freeflow
post Aug 27 2006, 12:14 PM
Post #2


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



http://www.createblog.com/scripts/download.php?id=344
 
deaddisco_
post Aug 27 2006, 12:27 PM
Post #3


Senior Member
***

Group: Member
Posts: 37
Joined: Mar 2006
Member No: 383,983



That's not what I'm looking for. What I mean is, for all the seperate tables to combine into one large table... Like when you take all the codes away and you're left with the default layout. There's the large white table, and the gray background.
 
freeflow
post Aug 27 2006, 12:35 PM
Post #4


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Thats not combining thats just going back to the default layout. You can delete your current layout or use :
CODE
<style>
table, tr ,td, table table table{ background-color: ######;}
</style>

Edit the bg color.

Or :
CODE
<style>
table, tr ,td{ background-color: ######;}
table table table{ background-color: ######;}
</style>

change the bg color.
 
deaddisco_
post Aug 27 2006, 12:43 PM
Post #5


Senior Member
***

Group: Member
Posts: 37
Joined: Mar 2006
Member No: 383,983



Alright, thanks! How would you subsitute the background colour for an image? I tried subsituting in 'body background="your background image name.gif"' where I was suppose to pick a colour, but it didn't work out.
 
freeflow
post Aug 27 2006, 12:45 PM
Post #6


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Do you want the image on the middle tables (the one huge one) or do you want it like behind that table ?
 
deaddisco_
post Aug 27 2006, 12:48 PM
Post #7


Senior Member
***

Group: Member
Posts: 37
Joined: Mar 2006
Member No: 383,983



I wanted to have the tiled image behind the big table.
 
freeflow
post Aug 27 2006, 12:58 PM
Post #8


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



CODE
<style type="text/css">
body{
background-image: url(PUTTHEURLTOYOURIMAGEHERE);
background-repeat: repeat;
background-position: top left;
background-color: ######;}
</style>


Just edit that, and add the image url where I say too . (The part in caps)
 
deaddisco_
post Aug 27 2006, 01:10 PM
Post #9


Senior Member
***

Group: Member
Posts: 37
Joined: Mar 2006
Member No: 383,983



Okay, it worked! Thanks a lot!

I'm creating the layout on a test account and I tried the script out and it worked. But now, the gray section where the bottom links and copy right were, has stretched across the page. How do I remove it?

http://profile.myspace.com/index.cfm?fusea...05-fa8fe65d9d3b
 
*This Confession*
post Aug 27 2006, 01:19 PM
Post #10





Guest






I don't think you can get rid of that since you wanted the big white table for all your content and not the background images on it..
 
deaddisco_
post Aug 27 2006, 01:22 PM
Post #11


Senior Member
***

Group: Member
Posts: 37
Joined: Mar 2006
Member No: 383,983



Oh, okay. Well I've seen it been pushed and gathered into the right column of the table. Do you know how I could do that?
 
freeflow
post Aug 27 2006, 01:30 PM
Post #12


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



That happens when people hide their comments.
 
deaddisco_
post Aug 27 2006, 01:55 PM
Post #13


Senior Member
***

Group: Member
Posts: 37
Joined: Mar 2006
Member No: 383,983



I took out the code to hide my comments, and the bar was still stretched. I guess it won't hide completely, so is there any way I could just move it to one side or something?
 
freeflow
post Aug 27 2006, 02:19 PM
Post #14


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



I don't think so. Try hiding your top navigation bar, or something. When I hid it , it hid my copyright crap.
http://www.createblog.com/scripts/download.php?id=39

But then people starting complaining because there was no home link. pinch.gif
 
deaddisco_
post Oct 3 2006, 09:00 PM
Post #15


Senior Member
***

Group: Member
Posts: 37
Joined: Mar 2006
Member No: 383,983



So this code isn't working anymore...
 
freeflow
post Oct 3 2006, 10:54 PM
Post #16


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



What code? The navigation one does.
 
deaddisco_
post Oct 4 2006, 09:08 AM
Post #17


Senior Member
***

Group: Member
Posts: 37
Joined: Mar 2006
Member No: 383,983



The one with the background. I tried it with a different picture, and it doesn't seem to work anymore.
 
freeflow
post Oct 4 2006, 09:21 AM
Post #18


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



QUOTE(toyo loco @ Aug 27 2006, 10:58 AM) *
CODE
<style type="text/css">
body{
background-image: url(PUTTHEURLTOYOURIMAGEHERE);
background-repeat: repeat;
background-position: top left;
background-color: ######;}
</style>


Just edit that, and add the image url where I say too . (The part in caps)


That code? It still works...
 
deaddisco_
post Oct 4 2006, 11:56 AM
Post #19


Senior Member
***

Group: Member
Posts: 37
Joined: Mar 2006
Member No: 383,983



<style type="text/css">
body{
background-image: http://img330.imageshack.us/img330/664/z37436457yl9.jpg;
background-repeat: repeat;
background-position: top left;
background-color: FFFFFF;}
</style>

...I've put that in my profile. But it's not working.
 
freeflow
post Oct 4 2006, 06:42 PM
Post #20


t-t-t-toyaaa
********

Group: Official Member
Posts: 19,821
Joined: Apr 2004
Member No: 11,270



Your code is wrong thats why

<style type="text/css">
body{
background-image:url(http://img330.imageshack.us/img330/664/z37436457yl9.jpg);
background-repeat: repeat;
background-position: top left;
background-color: FFFFFF;}
</style>
is what it should be.
 

Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: