I am fairly new to the html realm and have encountered a problem I can't seem to figure out. I am working on a film myspace ( http://www.myspace.com/mintygreenidiot s ) and want to add a table that I can position above the blog table. I also want to add a picture and a video into the new table. I am sure everyone is sick of myspace questions, but help would be greatly appreciated.
Tables and Myspace
Collapse
X
-
Tags: None
-
We don't get very many myspace questions because myspace coding is a nightmare.
Could you be a little more specific with what you want exactly.
Thanks, Death -
Sorry if I was vague, I want to move the blog table down and insert a new table to fill the gap. I also want to place a picture and a video in the new table.
Because its a film myspace, the extended network table is disabled, so I just need to add a new table altogether.
Essentially what I need is a code to insert a table and be able to position the table on the page.
Aswell as be able to add a video and a picture (Instead of just text)
And a code to move the blog table down to make room.Comment
-
Originally posted by redcanary10Sorry if I was vague, I want to move the blog table down and insert a new table to fill the gap. I also want to place a picture and a video in the new table.
Because its a film myspace, the extended network table is disabled, so I just need to add a new table altogether.
Essentially what I need is a code to insert a table and be able to position the table on the page.
Aswell as be able to add a video and a picture (Instead of just text)
And a code to move the blog table down to make room.
Thanks, DeathComment
-
Originally posted by Death SlaughtThat's easy enough give me a while and I should be able to have it for you (well, at least the basics, I can't do it all for you).
Thanks, DeathComment
-
Really sorry I couldn't get online all weekend and I can't test it out because I'm at school, but I promise I'll do it first thing after school.
Sorry again, Thanks, DeathComment
-
[HTML]<div style="position :absolute; top:0; left:0;">
<!-- Put Video and stuff here -->
</div>[/HTML]
Thanks, DeathComment
Comment