| View previous topic :: View next topic |
| Author |
Message |
Jake87
Joined: 28 Feb 2006
Posts: 4
|
| Posted: Tue Feb 28, 2006 1:53 pm Myspace - width of text in table boxes |
|
|
Hi guys, new to html, not done any form of code before, so using this site to learn.
I'm experimenting on myspace. I have movies etc in my tables, which are wider than the table allows the text to be. My question - how can I change the width that the text can use?
Many thanks
Jake |
|
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA
|
| Posted: Wed Mar 01, 2006 4:35 am |
|
|
Check out Tables. You can use the attributes width to control the width some
_________________
Corey
Loud Commerce | Loud Worx | Toll Free Solutions |
|
|
Jake87
Joined: 28 Feb 2006
Posts: 4
|
| Posted: Wed Mar 01, 2006 6:22 am |
|
|
tried it, it just resized the table.
i just want the text to use the whole table, at the moment it will only use a fixed width of it. |
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA
|
| Posted: Wed Mar 01, 2006 8:22 am |
|
|
What is the source code you are using?
_________________
Corey
Loud Commerce | Loud Worx | Toll Free Solutions |
|
|
Jake87
Joined: 28 Feb 2006
Posts: 4
|
| Posted: Wed Mar 01, 2006 10:42 am |
|
|
erm... loads of stuff all in html
games, videos, pictures etc stretch the box width out, but the text inside the box stays in one thin column. |
|
|
burningrave101
Joined: 28 Feb 2006
Posts: 3
|
| Posted: Wed Mar 01, 2006 11:16 am |
|
|
| I'm having the same sort of problem. I used .lightbluetext8 {width: 500px} to make the tables under XXX's Interests and XXX's Details wider but the text is the same width and its not filling up the table across the page. |
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA
|
| Posted: Wed Mar 01, 2006 11:33 am |
|
|
You can use a layer to control the text if you want as well
_________________
Corey
Loud Commerce | Loud Worx | Toll Free Solutions |
|
|
Jake87
Joined: 28 Feb 2006
Posts: 4
|
| Posted: Thu Mar 02, 2006 2:18 pm |
|
|
| and how can I do that? cheers, jake |
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA
|
| Posted: Thu Mar 02, 2006 3:31 pm |
|
|
Use something like Code: <div style="width: 200px">Lorem ipsum</div> and replace the width with the width you want and the lorem ipsum with the text you want
_________________
Corey
Loud Commerce | Loud Worx | Toll Free Solutions |
|
|
burningrave101
Joined: 28 Feb 2006
Posts: 3
|
| Posted: Fri Mar 03, 2006 6:37 am |
|
|
Corey Bryant wrote: Use something like Code: <div style="width: 200px">Lorem ipsum</div> and replace the width with the width you want and the lorem ipsum with the text you want
_________________
Corey
Loud Commerce | Loud Worx | Toll Free Solutions
Hey that worked great :). I dont even need to resize the tables now because when you use that <div style> tag to change the text width it automatically adjusts the tables with it. Thanks a bunch! |
|
|
Corey Bryant
Joined: 15 May 2004
Posts: 8748
Location: Castle Pines North, CO USA
|
| Posted: Fri Mar 03, 2006 9:18 am |
|
|
Glad to have helped - good luck with it!
_________________
Corey
Loud Commerce | Loud Worx | Toll Free Solutions |
|
|
dumbbum
Joined: 24 Mar 2006
Posts: 1
|
| Posted: Fri Mar 24, 2006 9:20 am thinning tables |
|
|
| do u know how i can make my tables thinner? |
|
|
gary.newelluk
Joined: 12 May 2005
Posts: 552
Location: Inverurie, Scotland
|
| Posted: Fri Mar 24, 2006 9:42 am |
|
|
Myspace is not the way to learn HTML.
The templates are so antiquated and very difficult to customise.
I would start on my own machine with a tutorial (from a site like this one) and work through each tutorial one by one.
Once you have a good understanding apply what you have learned to myspace. |
|
|
| |