Yes I do, basically I would be 'free' to move things where I want to (centered, left, right on both axes xy)
Here below the link to my home page in which I am working on, now I am trying to put texts link up left.
http://elisabettasenesi.me/me.html
I also attached the entire coding lines, hope that is clear (I am using dreamweaver 6 on my old laptop)
Thanks in advance!
[CODE lang="html" title="me.html"]1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://
www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
5
6 <style type="text/css">
7
8 </style>
9 <style type="text/css">
10 ---->
11 #color {
12 font-family:Tahoma, Geneva, sans-serif
13 }
14 body,td,th {
15 top: 10px;
16 left: 10px;
17 font-family:Tahoma, Geneva, sans-serif;
18 font-size:20px;
19 background: #FF3;
20
21 }
22 </style>
23
24 </head
25 ><body>
26 <div align="right">
27 <iframe width="713" height="410" src="https://www.youtube.com/embed/PqiEmPf0QlE"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe> </div>
28 <p>
29 <p>
30
31 <div align="right">
32 <iframe width="43%" height="200" scrolling="no" frameborder="no" allow="autoplay"
src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/
1052516986&color=
%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&sh
ow_reposts=false&show_teaser=true&visual=true"></iframe><div style="font-size:
10px; color: #cccccc;line-break: anywhere;word-break: normal;overflow: hidden;whi
te-space: nowrap;text-overflow: ellipsis; font-family: Interstate,Lucida
Grande,Lucida Sans Unicode,Lucida Sans,Garuda,Verdana,Tahoma,sans-serif;fontweight:
100;"><a href="https://soundcloud.com/n-n-n-s-1" title="SpokenWeb
Symposium" target="_blank" style="color: #cccccc; text-decoration: none;">SpokenW
eb Symposium</a> · <a href="https://soundcloud.com/n-n-n-s-1/elisabetta-senesisoundwalk-
may-20-2021" title="Elisabetta Senesi, Soundwalk, May 20, 2021" target=
"_blank" style="color: #cccccc; text-decoration: none;">Elisabetta Senesi,
Soundwalk, May 20, 2021</a></div>
33 <p>
34
HD 500:Users:elisabettasenesi

esktop:desktop_12_2019_back_up:sito:me.html: 1/2
35 <p align="left">
36 <div id="color">
37 <div align="justify"class="Stile2">
38 <div align="left">
39 <p> <a href="https://spokenweb.tumblr.com/">SPOKEN WEB SYMPOSIA</a><p> <a href="
http://streams.soundtent.org/2021/streams/utc2_florence"> REVEIL 8 LIVE STREAM</a
>
40 <p> <a href="https://citiesandmemory.com/travel/" > UNTIL WE TRAVEL AUDIO </a>
41 <p> <a href="https://walklistencreate.org/forums/users/elisabetta-senesi/?
sub=events" target="_blank">FIESOLE SOUNDWALKS</a>
42 <p><a href="https://www.dropbox.com/s/7wuofltwow6zm17/5%20Ottobre.mp4?dl=0"
target="_blank"> FLORENCE SILENT WALK</a></p>
43 <p><a href="https://www.dropbox.com/s/pq3xy0gfz7vgkat/4%20Ottobre.mp4?dl=0"
target="_blank">CASCINE SILENT SOUNDWALK </a></p>
44 <p><a href="https://drive.google.com/file/d/1ekMQOXZS8QILSmYPI2lGi0HCLj7Zgbbz/
view?usp=sharing" target="_blank">SIENA LISTENING WALK</a>
45 <p> <a href="https://drive.google.com/file/d/1ZPmv4bbidgjy14cs75MQm_0vv6wooBg5/
view?usp=sharing" target="_blank"> VALDARNO SOUNDWALK</a>
46 <p> <a href="https://www.youtube.com/watch?v=xdQ835sPQs4" target="_blank"> STILL
HOMESCAPE</a>
47 <p><a href="https://vimeo.com/97237206" target="_blank">NOISE CALM ZONE</a>
48 <p><a href="https://vimeo.com/16530498" target="_blank">SONIC GARDEN</a>
49 <p><a href=" https://vimeo.com/7763171" target="_blank">HANDLE WITH CARE</a>
50 <p><a href="sonic_install.html"target="_blank">INSTALLATIONS</a>
51 <p><a href="https://www.mixcloud.com/betta-senesi/">AUDIO WORKS</a>
52 <p><a href="https://soundcloud.com/betta77" target="_blank">RADIO PIECES</a>
53 <p><a href="http://tabsil.wordpress.com/" target="_blank">BLOG</a>
54 <p><a href="ISSUES.html" target="_blank">ISSUES</a>
55 <p><a href="CV_2014.html" target="_blank">CV</a>
56 <p><a href="bio.html" target="_blank">BIO</a>
57 <p><a href="https://goldsmiths.academia.edu/ElisabettaSenesi" target="_blank">ACA
DEMIC</a>
58 <p><a href="mailto:
[email protected]" target="_blank">DROP ME A LINE</a>
59 </div>
60 </body>
61 </html>
62 <div align="right">
63 <iframe width="713" height="410" src="https://www.youtube.com/embed/xdQ835sPQs4"
title="YouTube video player" frameborder="0" allow="accelerometer; autoplay;
clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen>
</iframe>
64
65
66
67
68
69
70
HD 500:Users:elisabettasenesi

esktop:desktop_12_2019_back_up:sito:me.html: 2/2[/CODE]