Bookmarks plus
Bookmarks are nice , but it would be better if you had a bit more information. Bookmarks normally look like this. What if we could have a thumbnail of a picture on the page,a bit of information, and link to click on say something like this. This requires a little work, but well worth the trouble. For starters, we will work with just one entry, though the page will support three columns. The code as is. Thebookmarks,html [code] <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>Untitled Document</title> <style type="text/css"> html, body { margin: 0px; padding: 0px; border: 0px; } #container { width: 900px; margin: 0 0 0 20px; /* top righ...