Hello. I have some problem with a hanging text. Site is powered by Joomla, custom template. Long text should be enclosed in fixed height div, but it actually is there and also duplicated on top of a page. Here is sample http://trueenterprisesinc.com/terms-of-use.html. I hope somebody has some idea how to fix this. I'll add here any code that has been used, that you might need. Sorry for my bad english :)
adnank 0 Newbie Poster
Recommended Answers
Jump to PostNot sure how you commented out all the javascript. Looks like you did some improperly.
To comment out whole blocks of code, you surround with
/* code here */
To comment out script tags:
<!-- <script type=:text/javascript"></script> -->
I copied your source code …
Jump to PostAfter viewing the page source, it appears you didn't properly close off your <a> tag. Also, you used <a ref=...> instead of <a href=...>
any notices to True Enterprises shall be given by email to <a ref="mailto:[B][U][I]<script type="text/css">[/I][/U][/B]
Jump to PostI would suggest you post this in the javascript forum. I do think its a js issue and perhaps someone there can help much better. No invalid html or unclosed tags should duplicate text, and if it did, it would duplicate within the space its already in.
All 12 Replies
Arkinder 93 Posting Pro in Training
adnank 0 Newbie Poster
Arkinder 93 Posting Pro in Training
adnank 0 Newbie Poster
Arkinder 93 Posting Pro in Training
adnank 0 Newbie Poster
teedoff 3 Posting Pro
sonuinfy 0 Newbie Poster
floatingDivs 21 Junior Poster
adnank 0 Newbie Poster
teedoff 3 Posting Pro
adnank 0 Newbie Poster
Be a part of the DaniWeb community
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.