Hey guys, I have a gap at the top of my web pages, however it is not there when i load the page offline. How can I remove it? Also I have tried to have a 2px black border around all the content. It works in the my background page but none of the other ones, however I am not sure why? The website is http://www.cherrietestingwebsite.com/.
OOPS! I have to take another look. At first thought that had to do with border.
Viewing site on MAC Firefox, I did not see space. Did not check your stylesheet. but general consensus is to ZERO out padding, margin, border for HTML and BODY because of browser differences.
add this code <div style="clear:both;"></div> in last of container tag .... before close the container tag just up the you currently did...(as reference to current move one step up)
Hey guys thanks for the help. Jadav soma is there anyway, you could edit one of the pages source code offline and then copy and paste that part of it in the window regarding the <div> container part as I am not entirely sure what you mean. Thank you.
Bookmarks