I have an ssl certificate with code to paste in the head section of my dreamweaver html doc. All good and well (after several days of trying) and the ssl certificate shows up in the upper left portion of my webpage. Problem is I don't want it there.... How do I put the certificate in the lower left or right of my web page? Here is the code I am working with <script language="Javas cript" src="https://seal.godaddy.co m/getSeal?sealID= the unique numbers to my seal are in here"></script> Any help would be appreciated. If I leave the seal where it wants to go the whole site looks dorky...Help me start out the New Year in great fashion. Cindy
Help with SSL and Script.
Collapse
X
-
Tags: None
-
I dont understand very good what you say.
You have a script in the head section of your html page, this script adds new content but you dont like where it does. Its right?
Then look which tags are added and where in your document and write a script to move them.
Something like:
somewhere.appen dChild (tag1.parentNod e.removeChild (tag1)) ;
somewhere = document.getEle mentById (somewhere_id) or
somewhere = document.getEle mentsByTagName (somewhere_tag) [order_in_docume nt_of_your_some where_tag_among _these_tags]
tag1 like somewhere
Does it help you? -
I think so... I will try this tomorrow and see if I have more specific questions but it will get me started in the right direction. Thank you so much for taking the time to answer. I really appreciate it..I realize no one has to answer these questions but out of the goodness of your heart you take the time..Originally posted by vitukoI dont understand very good what you say.
You have a script in the head section of your html page, this script adds new content but you dont like where it does. Its right?
Then look which tags are added and where in your document and write a script to move them.
Something like:
somewhere.appen dChild (tag1.parentNod e.removeChild (tag1)) ;
somewhere = document.getEle mentById (somewhere_id) or
somewhere = document.getEle mentsByTagName (somewhere_tag) [order_in_docume nt_of_your_some where_tag_among _these_tags]
tag1 like somewhere
Does it help you?Comment
Comment