martinh18 Posted February 8, 2007 Share Posted February 8, 2007 ok.. let me give you an example of what i'm tryin to find out.. say i had a html table on my main page and i wanted to hide it from all the other pages, how would i do that? any help appreciated. Quote Link to comment Share on other sites More sharing options...
scott212 Posted February 8, 2007 Share Posted February 8, 2007 Your question is a bit vague - what relationship do the subsequent pages have to the main page? Are they sharing the content? Are they sharing a template? Based on what I think your question is, you could either include or not include the content having it located in a separate file, or hide it with "style: display none" css attribute on the table/row/cell or whatever object you want to hide. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.