By radhika.w on
Hello,
Can anyone please help me here in this issue?
Whenever I try to change even the font color in my existing theme ( the tiniest example!!.. ), the HTML formatting suddenly disappears! ... All I am left with is the href tags, with a white background.. with no proper indentation or alignment anywhere...
I dont know what is happening here.. i am a newbie!
I went through the forums and mailing lists.. no one has seemed to answer this question...
Please i need this!!
I use Drupal 6.8
Thanks,
Radhika
Comments
Solved!
Hey my problem was solved..
I was running my drupal on userdir and not the document root..
So my path was something like localhost/~username/drupal
What i believe is that while setting up the themes, or even the logos, the path for those files were in a format without the '~'
So, to solve my problem, what I did is that i created an alias for the same as localhost/drupal
And it works now! :)