Log in

View Full Version : Text not where it should be.



trahana
04-27-2012, 05:18 PM
http://vamphorse.netau.net/
If you look at the page you can see my problem, the Text isn't where it should be.
I was playing around with the layout and turned the banner sideways and now the text is all the way at the bottom of the banner. I've tried to fix it using html but it doesn't work. Any thoughts?
I like the banner sideways and am hoping to keep it.
http://vamphorse.netau.net/indexcss.css
The actual sites is someplace else so don't click the links.

keyboard
04-27-2012, 11:07 PM
Where should the text be???
I checked it in IE9 and it looked fine
4443

What browser are you using?

trahana
04-28-2012, 06:39 PM
...That stinks, it must mean that it only affects FireFox or something, because that's the browser I use.

keyboard
04-28-2012, 09:46 PM
I'll check it out later today..... (in other browsers)

trahana
05-01-2012, 02:08 AM
Okay thanks. It will fine if it works in just Firefox, IE and safari since they are the most used.

keyboard
05-01-2012, 02:39 AM
Looks fine in IE9.
Text is different in Firefox and Chrome...

Mejse78
05-01-2012, 06:42 PM
I'm not an expert... but isn't there something wrong with the syntax?


<table width=100% cellpadding=1 cellspacing=2 class=content>
<tr><td valign=top class=main><center>
<br>
This is NOT where the text should be.




</div>
</p>
</div>
<center>
<div style="width: 160px; height: 350px; border-size: 1px; overflow: auto;"><center>
</div>
</table>

To me it looks like you miss some closing brackets for your td and tr, and you close divs inside the table, wich you havent opened in the table.....

I've had problems with positioning allso - using float and clear in css..
Maybe you can use my result in my thread about positioning?

just some troubleshooting ideas :D

trahana
05-02-2012, 08:21 PM
*headdesk* I feel like such an idiot. Thanks, I fixed the problem by adding a </td>
Thanks for all the help.