attempting active desktop but my html is rusty...

Ketchupisyourfriend

OSNN Senior Addict
Joined
11 Dec 2002
Messages
262
I've finally got the time to work on an active desktop for myself. Everything is going great so far but I can't for the life of me remember or figure out how to get things where I want them on the page. So far I've added a quicknotes and a google search but they are both up in the top left corner. I used div align to get the google search over to the right side of the page but it still isn't where I really want it. I'm trying to get it in the bottom right and I'm not sure where I want the quicknotes yet. Can anybody tell me how to position these like I want. I read a little about positioning images using the style= parameters but I wasn't sure how I'd use those with a form.
 
oh, and for those curious I'm posting a screenshot of what its looking like so far. It still needs a LOT of work, but its coming along nicely.
 
Well the easiest way to get things lined up or arranged in a peticular way would be to use tables. Cut and paste this into a blank html document to view what this looks like, Like this:

<table border="1">
<tr> This a table row
<td> this is a table data cell, where you put the content that you want
</td>
<td> adding a second one, adds another cell in this table row
</td>
<td> you can add as many as you like</td>
</tr>

<tr>
<td> Add additional table row will move you down the page
</td>
<td> While table data moves you across the page.
</td>
</tr>
<tr>
<td> you can use the span attribute to have 1 cell go across more than 1 cell.
</td>
<td colspan="2"> Like this, now this cell will span 2 table cells you can also use rowspan="?" to span acroos rows.
</td>

</tr>
</table>
 
Great! I played with it for a while and its starting to look better already. Thanks for the help. I updated the pic if anybody wants to see the progress...
 
What is this prog on the lower left???

Looks kind a like MS MediaPlayer 9...But other icons...
 
OK I've come across another problem, I'm not sure if this one is fixable but I figured I'd ask. I made a sliding menu that you can see in the top left (not where its going to stay) and when I click to open things like my movies folder I was wondering if there was a way to get it to stay in list view with no status bar? The screenshot shows the same window, the one on the left opened by the active desktop sliding menu at the top left, and the window on the right is how I want it to look (opened from the my computer taskbar menu at the bottom right). I realize that the problem is because it open the path like it would for internet explorer, is there a way to tell it to just use windows explorer?



... oh yea I blurred out the movie names because I wasn't sure if it was a good idea to post something like that :confused:
 

Members online

No members online now.

Latest profile posts

Also Hi EP and people. I found this place again while looking through a oooollllllldddd backup. I have filled over 10TB and was looking at my collection of antiques. Any bids on the 500Mhz Win 95 fix?
Any of the SP crew still out there?
Xie wrote on Electronic Punk's profile.
Impressed you have kept this alive this long EP! So many sites have come and gone. :(

Just did some crude math and I apparently joined almost 18yrs ago, how is that possible???
hello peeps... is been some time since i last came here.
Electronic Punk wrote on Sazar's profile.
Rest in peace my friend, been trying to find you and finally did in the worst way imaginable.

Forum statistics

Threads
62,015
Messages
673,494
Members
5,621
Latest member
naeemsafi
Back