Posted: Wed Oct 29, 2008 11:27 am code use!!! it would be nice if you read
ive been trying to look everywere for stupid codes for the interst section okayy this mught be confusing but plzz understand me
i need a code that will hide everyhting on the interst section BUTTT i can still write in that section and on my layout nothing wil be there but the imgae or writing soo yeah any helpp??? [/b]
I'm not completely sure what your asking.
To hide code all you have to use is <!-- at the beginning of what you want to hide, and --> at the end.
Another way is to use css visibility:hidden, however this leaves whitespace where the content would normally appear.
Code:
<!--This is text that is hidden from view and will not be displayed by the browser. Most typically used for inserting comments within the html. Can be used anywhere within the code except before the doctype, which would involk quirks mode in browsers.-->
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum