| ||
| My HTML Problems -
07-01-2008
Hi i'm writing a site, and i came to a problem that i can't figure out. heres the document so far XPHost.info - Your XP Homebase now the xp image is located there where it is, in a floating div, i'm wondering is it possible to write something over that floating div and how to do that. heres the link to the css file. http://zuly.bestfreewebhost.info/stil/syle.css | ||
|
| ||
|
07-01-2008
I'm sorry but i explained it wrong, so i'm drawing it now. ![]() this will be a lot easier, for the both of us. ![]() ![]() So you see i actually wanted to write something above the picture(sorry once more, i'm learning on this template), and then i want to write something beside it and underneath it. Is there some magical rule that allows this? Thanks. | ||
|
| |||
|
07-03-2008
For that layout use this : HTML Code: <div> <strong>Some Title That can go to here</strong> <br clear="all" /> <div class="float-left"> <img src="http://zuly.bestfreewebhost.info/slike/xp-logo.jpg" /> </div> Some text that is for that title ... <br /> blah ... blah ... blah. Some more blah.<br /><br /> Some text that is for that title ... <br /> blah ... blah ... blah. Some more blah.<br /> Some text that is for that title ... <br /> blah ... blah ... blah. Some more blah.<br /><br /> Some text that is for that title ... <br /> blah ... blah ... blah. Some more blah. </div> Code: .float-left {
float: left;
padding: 5px 10px 10px 0px;
} | |||
|
![]() |
| Thread Tools | |