PDA

View Full Version : [Help - Web] HTML/CCS issue with Ninja Tools.



Lunafreya Fleuret
06-11-2011, 12:51 AM
No idea where it belongs. >; Buuuut..

Huge question for those familiar with the html/ccs stuff. I'm currently screwing around in " Ninja tools ", setting up a template and the whatnot, but I want to remove the link stuff so that when someone tries to link on a journal title, it doesn't do anything/go anywhere. >; This is what I've got atm. ;

<div class = "EntryInnerBlock">
<div class=" EntryTitle">
< a href="<!--$entry_link-->
"id="<!--$entry_no-->" name="<!--$entry_no>"><span
class="EntryTitleFont"><img src= IMAGE LINK HERE ><!--$entry_title--></span></a>

</div>

The problem with it is that when I try to delete one part, it removes the whole top thing altogether. My apologies for being noob at html/ccs. <3

---------- Post added at 02:51 PM ---------- Previous post was at 12:00 PM ----------

This has been resolved. Ignore it. ( Wish we could delete them ourselves. Ho hum. )


AS PER REQUEST;

To remove the hotlink, you remove what's inbetween the <--$--> stuff.

< a href="<!--$entry_link-->
"id="<!--$entry_no-->" name="<!--$entry_no>">

Okay, to remove the hotlinking, all you have to do is remove the data that causes it. Keeping <div class="EntryInnerBlock">
<div class="EntryTitle">
; you remove the stuff under it until you get to the last part <!--$entry_no-->

What you do with that is you delete the "entry_no" stuff, but leave everything else there.

For the love of god, do NOT remove the entire thing. Just don't. It sent me back to the writing corner.

<div class="EntryInnerBlock">
<div class="EntryTitle">
<!--$--><span class="EntryTitleFont"><img src=IMG LINK HERE><!--$entry_title--></span></a>

^ THAT is what you should end with.

<: Hope my somewhat childish explanation was of use.

FlashD
06-11-2011, 06:46 AM
Can you post how you solved your issue, please? In case somebody else happens to encounter the same issue.

Thank you.

Lunafreya Fleuret
06-16-2011, 07:19 PM
Can you post how you solved your issue, please? In case somebody else happens to encounter the same issue.

Thank you.

Solution is up. x] Enjoy.