View Full Version : need help with text in right spot


jaex
06-16-2004, 07:25 PM
Ok, explanation of problem -

I download templates that have HTML coding already, and change the text. But in this template, I cant find where to put the text, and i tried to put the text in my self, but its in the wrong place...

http://free.hostultra.com/~JaexCentral/index1.html I think i know where to put it, but could someone give me the code to put text in the center?

skyjuice
06-16-2004, 08:28 PM
I think you would type the text you want above this:

<!--back to top shortcut//-->
<div id="Layer9" style="position:absolute; left:195px; top:693px; width:540px; height:29px; z-index:9">
<p><a href="#top" onMouseOver=" window.status='DBZGT Legends | Version 1.0 | Going up??'; return true" onMouseOut="window.status=''; return true"><font color="#808080" size="-1"><center><br>[Top]<br><br><a href="www.grdesigns.co.uk" target="_blank">
Site Designed by grdesigns.co.uk
</center>

jaex
06-16-2004, 09:58 PM
Im not sure what to put now...What tag should i use?

skyjuice
06-16-2004, 10:00 PM
I think you can just type the text you want to go in the main area above the stuff I said up there, I don't think you need any tags for that.

jaex
06-17-2004, 12:12 AM
Nope...I tried in HTML-kit and clicked preview...Nothing...><

skyjuice
06-17-2004, 03:05 AM
ok, then I can't help you, sorry...

>LK<
06-17-2004, 03:16 AM
If you want your text to be centered the you could try <center></center>


If you're trying to add text to the main text area then it looks like you have to make a div layer and use absolute positioning.....