[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[OT] Re: Aptana and Iceweasel



On Sun, 12 Feb 2012 01:51:19 -0500, Ethan Rosenberg wrote:

> I  am using Aptana Studio 2 and I cannot get my pagers to display in
> Iceweasel.  It does not integrate the style sheet.  the files are both
> in the same directory.
> 
> Here is my code:

(...)

I've just tested and it works here, with Iceweasel and Firefox. I mean, 
the CSS is applied to the html elements. Another different thing is that 
what you write is not what you want to get and your Aptana editor is not 
going to be of much help in this regard, you need to knoe the html 
basics :-)

What's the expected layout? To put the text of sidebar content inside the 
layer you need to close the <div> tag afterwards:


<div id="Sidebar">
<ul>
<li><a href="home">home</a></li>
<li><a href="about">about</a></li>
</ul>
</div>


Anyway, your html code is not well constructed and does not validate¹, 
there are some errors you have to correct. Also, consider using xhtml 
transitional or strict instead html v4.

¹http://validator.w3.org/

Greetings,

-- 
Camaleón


Reply to: