I see what you're doing, yea somewhat like that. Just one thing, will it work even though I have a template?
Take a look at my site:
Website
The image at the top, kind of like in the banner is what I want to use as the main picture on the homepage.
When I go to "modify layout" then go to html mode, there's a whole bunch of CSS which I do not feel very comfortable with, assuming that's what they did the template on. I don't really see where I could put this html code along with the CSS code and still work. Is it possible?
Can I pm you my current code, so you can take a look at it, and see if it could still work?
Quote:
Originally Posted by lobrc
You mean something like this:
HTML Code:
<html>
<body>
<a href="products page">
<img src="img url" />
</a>
</body>
</html>
|