adding into website

Skinning and designing Serendipity (CSS, HTML, Smarty)
Post Reply
toves
Regular
Posts: 24
Joined: Tue Mar 07, 2006 1:40 pm

adding into website

Post by toves »

is there an easy way to fit this into my website?

here is the blog currently,

http://www.10yetis.co.uk/yetiblog/

and i want to add it into this

http://www.10yetis.co.uk/newyeti/yeti/index2.html (so keeping the main header and footer images - replacing the middle bit with the actual blog, and replacing the news on the right with the calendar etc...)
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Re: adding into website

Post by garvinhicking »

The probably easiest way is to just embed the blog via an iframe inside your site.

The second easiest way is to edit your index.tpl template and insert the HTML code of the page there.

The hardest way is to use the 'embed' option: http://www.s9y.org/55.html, http://www.s9y.org/123.html

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
toves
Regular
Posts: 24
Joined: Tue Mar 07, 2006 1:40 pm

Post by toves »

Thanks! I've done it

Any ideas why my question marks etc.. come before the words instead of after

i.e
http://www.10yetis.co.uk/yetiblog/index ... l#comments
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post by garvinhicking »

You seem to have selected the "Default RTL Languages" Serendipity theme.

"RTL" means "Right To Left" and is usually used for languages that show text from left to right, like Arabian.

So you should better change your template to use a theme that uses the usual flow. Or remove any of the "text-direction" references in your Stylesheet. :)

Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
toves
Regular
Posts: 24
Joined: Tue Mar 07, 2006 1:40 pm

Post by toves »

doh :)

is there a way to unselect the default-rtl-languages and fgo back to the other one?

edit: I've changed now to use the serendipity theme but it still seems backwards and I can't find a text-direction reference in my stylesheets?
toves
Regular
Posts: 24
Joined: Tue Mar 07, 2006 1:40 pm

Post by toves »

ok i worked it out :)
Post Reply