| SiHackett 2006-04-28, 6:39 am |
| Hello everyone!
I've got a website www.open-accommodation.com/ds938.html ...
You'll notice that the text on the homepage is white and on all the otehr
pages is black! How do I change it so its all white? I've bought teh template
and am kind of new to Flash. The central text box is in the form of a data1.txt
document where I put all the text. I've tried inserting HTML... it works ok
with the links but not the text. It reads so far:
title=Find a House
&content=Looking for a house to rent? Have a look at our fabulous properties
which we have to offer.
House 1: A 10 minute stroll from the course, situated in the prestigious area
of West Kirby.
<html>
<body text="#FFFFFF">
<p>
<a href="http://www.open-accommodation.com/houses/house1/index.html">
Click here to see more about this property</a>
</p>
</body>
</html>
House 2
House 3
House 4
House 5
You can see how it looks by going to www.open-accommodation.com/ds938.html
and clicking on Find a House
|