|
Pages: 1 [2]
|
 |
|
Author
|
Topic: HTML help - RootsChat link (Read 1589 times)
|
Headbanger Veron
RootsChat Veteran
    
Offline
Posts: 540

My remarkable Mum 1917-2006
|
It's not just with frames, it upsets pages which use absolute positioning as well. I don't use frames at all, but depending on how the page is set up, the link either parks itself right across the page at the bottom (where I have two columns), or gets in the way of the titles at the top. I already use CSS and it doesn't have any effect on the logo, and the code for the logo doesn't show up in File Manager so it can't be moved to a more suitable place.
I know it mustn't be hidden so I've incorporated the code into every page I write, I just want it not to appear again when I upload. I'll ask Trystan again as you suggest Bob.
Veron
|
|
|
|
|
Logged
|
All census information is Crown Copyright, from www.nationalarchives.gov.ukCurrently researching: ABRAHAMS (Essex/Woolwich), CARPENTER (Kent) CLEMENTS (London), CRADDOCK (Sheerness) HORTON (Birmingham) MUNCASTER (Whitehaven then Manchester, Scotland, Suffolk and Canada!) TANCOCK (Devon/Cornwall), WILSON (Edinburgh) among others.....
|
|
|
gbaynes
RootsChat Member
  
Offline
Posts: 123
|
Hi Headbanger
You can control it with CSS. The trouble is that you have to use the basic DIV to do it. That means that every DIV in your webpages have to have a class defined for them.
Absolute positioning is awful. Anything which is absolutely positioned is invisible to any normally formatted tags that come after.
The only thin that I can come up with is an invisible gif graphic which is as tall as you need it to be. It doesn't have to be very wide. Display that as the last thing on your page and the logo should appear below it.
|
|
|
|
|
Logged
|
|
|
|
Headbanger Veron
RootsChat Veteran
    
Offline
Posts: 540

My remarkable Mum 1917-2006
|
Hi, I realise that, but I don't think I mean quite the same thing. I could put a gif in to force the logo to the bottom of every page, but I don't want to do that. What I want is to control where on the page the link appears. If it's hard wired into the html it shouldn't need to appear again at all.
I think I'll wait for Trystan..... 
Living in hopes
Veron
|
|
|
|
|
Logged
|
All census information is Crown Copyright, from www.nationalarchives.gov.ukCurrently researching: ABRAHAMS (Essex/Woolwich), CARPENTER (Kent) CLEMENTS (London), CRADDOCK (Sheerness) HORTON (Birmingham) MUNCASTER (Whitehaven then Manchester, Scotland, Suffolk and Canada!) TANCOCK (Devon/Cornwall), WILSON (Edinburgh) among others.....
|
|
|
gbaynes
RootsChat Member
  
Offline
Posts: 123
|
Enjoy the wait
|
|
|
|
|
Logged
|
|
|
|
|
|
|
|
CaseyBee
RootsChat Senior
   
Offline
Posts: 265

|
Hi Trystan
I don't know what changes you have made but unfortunately it does not cure my particular problem. 
It seems my problem is due to KSTABLEAU using a 'style' to define default values for TABLE and P. I think what I need is a way to cancel or redefine these values at the end of my page. Is there a concept of SCOPE in html?
Regards Keith
|
|
|
|
|
Logged
|
|
|
|
Headbanger Veron
RootsChat Veteran
    
Offline
Posts: 540

My remarkable Mum 1917-2006
|
Hi Keith
You said earlier that you can read and modify previous pages. I started trying to use kstableau but I didn't like the formatting, however I use a similar technique to design my family tree pages and that's why I asked the question in the first place.
You could try doing what I've done (which is now working fine, thank you Trystan!!!! ) which is this.
Have a look at the source code for one of your uploaded pages and identify the the code for the link. Or have a look at Berlin Bob's posting in the earlier thread I started at http://www.rootschat.com/forum/index.php/topic,90862.0.html where he told me the code for the footer.
Offline, play around with the coding for your web pages so that the link appears where you want it on the page. Make sure you incorporate the code in every page you create.
Then send a PM to Trystan and ask him to switch off the automatic link from your webspace. That's what he's just done for me. I now have the link immediately under the header on all the pages that are there and can place it where I want in anything new I upload.
My website isn't all uploaded yet, I'm still testing things out, but have a look at http://veronspeople.rootschat.net/ and try the family tree link to "view Craddock ancestral chart" to see what I mean. I think it looks lovely but I'm biased.
Hope this helps. I didn't know anything about html until about 3 months ago so if I can do it I'm sure you can.
Cheers
Veron
|
|
|
|
|
Logged
|
All census information is Crown Copyright, from www.nationalarchives.gov.ukCurrently researching: ABRAHAMS (Essex/Woolwich), CARPENTER (Kent) CLEMENTS (London), CRADDOCK (Sheerness) HORTON (Birmingham) MUNCASTER (Whitehaven then Manchester, Scotland, Suffolk and Canada!) TANCOCK (Devon/Cornwall), WILSON (Edinburgh) among others.....
|
|
|
gbaynes
RootsChat Member
  
Offline
Posts: 123
|
There is one possible method of forcing the logo to the bottom of the page.
If you are using a program to generate your html then create a paragraph with some short sentence in it which you place at the bottom of your page.
Then open your html file in a text editor and delete the short sentence AND the </div > which follows it.
This will leave you with an unclosed <div >.
This is of course illegal, but I think that all the browsers will treat the missing </div > as being there.
(edit) the logo which is added after will sit inside the Div box and will therefore (hopefully) appear in place of your short sentence which you removed.
Then save your file and upload to the server.
Hopefully your troubles will be over.
|
|
|
|
|
Logged
|
|
|
|
|
Pages: 1 [2]
|
|
|
|
|