I have uploaded a screenshot of my progress template, and i would like to have my search box(which i have the coding) to be floated on the right top, may i know what is the coding for it? I do have a draft one for the <head> correct me if i am wrong on this code and i am not sure what to add for the <body> part, hopefully someone could assist me. #Float-right{ Float:right; Margin: 0px; }
i tried doing it, but it does not float right in place to the exact location i want, do i need to do margin?
It depends where you inserted the div code. You want it at the top. Sometimes if your floats aren;t working right you might need to set "clear". As I cant see your code just try it anyway..lol #Float-right{ clear:both; Float:right; Margin: 0px; }
Yea, you need a few more attributes that look something like these: margin-top: 12px; margin-right: 10px; padding: 5px 0px 5px 5px; Adjust the numbers to adjust the placement of your item. Boulder
okay my friend i am preety new as well but i think i can help you here goes css section #float .right{ float: right; margin: 0px; Html section <div class="right"></div> hope this has helped you
When you want a Form (Search Box) to be right align then you also need to add the following #Float-right form{ Float:right; Margin: 0px; }
Your problem seems to be very easy, however it would help if you posted your source code for the template, or a link to the template. That way we can give you the full code to implement for the CSS and the HTML file.