I'm sure that question might not even make sense, but it was the best I could do for a title other than "I Have A Question"
Below is the link to a forum I'm working on. It's one of those forums where everything is pretty much done for you as far as the database, the hosting, and most of the code. However, I can get into the CSS, the images, and I can add things to the html (and with Javascript, it's even possible to manipulate the existing code, though I don't know how.)
My Forum
The green-gray lace you see is the background-image for the BODY. I've moved the TABLE over to the right because I would like to add an image of a fairy to the left of it. If there were no background image, I could use that and then just position it. However, since there is already a background image, I can't do it that way, and I really don't want to make a giant image that would include the the lace and the fairy.
I was able to add a div (?) before the body (?), and so, in theory, I could set an image in that (if I set the div to a specific size I think), but I don't know how to make it float down beside the rest of the forum instead of insisting on being above it. ("float" being used in a descriptive, not a technical sense)
This is from the source code. I didn't think you would want all of it. Part of the CSS is after that.
Thank you very much for lending a hand. Even if you can't help me, thank you for taking the time to try.
Cheers,
Bantymom
Code:<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><html><head><title>Bantytest3</title> <base href="http://127.0.0.1/" /><script type="text/javascript"> window.google_analytics_uacct = "UA-6782185-1"; </script></head><div class="titlemedium" align=left> I want to put a picture here and make<br> run to the left of the forum<br> but as you can see, while the text<br> to the left<br>, the whole div sits above the forum</div> <table class="backgroundtable" align="right"> <tr><td> <table width="750" align="center"> <tr><td valign="top"> <script language='JavaScript' type="text/javascript"> <!-- function buddy_pop() { window.open('http://z6.invisionfree.com/BantyTest3/index.php?act=buddy&s=','BrowserBuddy','width=250,height=500,resizable=yes,scrollbars=yes'); } function multi_page_jump( url_bit, total_posts, per_page ) { pages = 1; cur_st = parseInt(""); cur_page = 1; if ( total_posts % per_page == 0 ) { pages = total_posts / per_page; } else { pages = Math.ceil( total_posts / per_page ); } msg = "Please enter a page number to jump to between 1 and" + " " + pages; if ( cur_st > 0 ) { cur_page = cur_st / per_page; cur_page = cur_page -1; } show_page = 1; if ( cur_page < pages ) { show_page = cur_page + 1; } if ( cur_page >= pages ) { show_page = cur_page - 1; } else { show_page = cur_page + 1; } userPage = prompt( msg, show_page ); if ( userPage > 0 ) { if ( userPage < 1 ) { userPage = 1; } if ( userPage > pages ) { userPage = pages; } if ( userPage == 1 ) { start = 0; } else { start = (userPage - 1) * per_page; } window.location = url_bit + "&st=" + start; } } //--> </script> <!--IBF.BANNER--> <div id='logostrip'> <a href='http://z6.invisionfree.com/BantyTest3/index.php?' title='Board Home'> Glass Slippers<br>and<br>Fairy Godmothers </a> </div>Code:<style type='text/css'> form {display : inline;} img {vertical-align : middle;border : 0;} BODY { font-family : Verdana, Tahoma, Arial, sans-serif; font-size : 11px; color : #bcb886; margin : 30px 10px 30px 10px; background-color : #e4e1be; background-image : url(http://209.85.48.9/14610/156/upload/p31974.jpg); background-position : center top; } TABLE, TR, TD {font-family : Verdana, Tahoma, Arial, sans-serif;font-size : 11px; color : #bcb886;} a:link, a:visited, a:active {text-decoration : none; color : #bcb886;} a:hover {color : #9a9664;text-decoration : none;} .backgroundtable { width : 850px; background : #e7e3bb; background-image : url(http://209.85.48.9/14610/156/upload/p32151.jpg); border : 3px dotted #fafbea; } fieldset.search {padding : 6px;line-height : 150%;border : 2px solid #fafbea;} label {cursor : pointer;} img.attach {border : 2px outset #ebebd1;padding : 2px;} #logostrip { font-family : CygnetRound, Cursive, Serif; vertical-align : middle; text-align : center; font-size : 26px; color : #fafbea; letter-spacing : 1px; padding : 3px 3px 3px 3px; background-color : #d4d0a0; background-image : url(); background-repeat : repeat-x; background-position : bottom; border-bottom : 2px dotted #fafbea; border-top : 2px dotted #fafbea; } #logostrip a:link, #logostrip a:visited, #logostrip a:active { text-decoration : none; color : #fafbea; } #logostrip a:hover { text-decoration : none; color : #9a9664; } #submenu { font-size : 10px; margin : 3px 0 3px 0; font-weight : bold; } #submenu a:link, #submenu a:visited, #submenu a:active { font-weight : bold; font-size : 10px; text-decoration : none; } #submenu img {display : none;} #userlinks { border : 1px solid #ebebd1; background-color : #f2f1df; } #navstrip { text-align : center; font-weight : bold; padding : 6px 0 6px 0; } #navstrip img {display : none;} .post1 {background-color : #f4f4e5;} .post2 {background-color : #f4f4e5;} .postlinksbar {color : #fafbea;background-color : #e4e1be;padding : 7px;margin-top : 1px;font-size : 10px;font-weight : bold;background-image : url();} .row1 {background-color : #fafbea;} .row2 {background-color : #ebebd1;} .row3 {background-color : #ebebd1;} .row4 {background-color : #ebebd1;} .darkrow1 {background-color : #d4d0a0;color : #fafbea;} .darkrow2 {background-color : #e4e1be;text-align : right;} .darkrow3 {background-color : #ebebd1;color : #9a9664;} .hlight {background-color : #e4e1be;} .dlight {background-color : #ebebd1;} .titlemedium { font-weight : normal; font-size : 10px; text-transform : lowercase; color : #d4d0a0; padding : 2px; margin : 0; background-image : url(); background-color : #f2f1df; } .titlemedium a:link, .titlemedium a:visited, .titlemedium a:active { text-decoration : underline; color : #fafbea; } .maintitle { font-family : CygnetRound, Cursive, Serif; vertical-align : middle; text-align : center; font-size : 26px; color : #fafbea; letter-spacing : 1px; padding : 3px 3px 3px 3px; background-color : #d4d0a0; background-image : url(); background-repeat : repeat-x; background-position : bottom; border-bottom : 2px dotted #fafbea; border-top : 2px dotted #fafbea; } .maintitle a:link, .maintitle a:visited, .maintitle a:active, .maintitle a:hover { text-decoration : none; color : #fafbea; } .maintitle img {display : none;} </style>



Reply With Quote

Bookmarks