Forums / Setup & design / OE bug?
Felix Laate
Wednesday 03 March 2004 12:13:08 am
Hi all!
I'm trying to insert an image and give it the attributes border="0" and target="_blank". In the OE (i.e. the object tag) the attributes apair. But, when published, the xhtml code has no sign of them..
Is this a bug?
Felix
Publlic Relations Manager Greater Stavanger www.greaterstavanger.com
James Packham
Wednesday 03 March 2004 1:21:12 am
This works for me:
<object id="622" style="border:1px solid black;" />
If it doesn't for you just use stylesheets :)
Regards,
James
Wednesday 03 March 2004 4:26:20 am
Thanx!
This works great for the border! But not the target..
I still wonder what "kills" the extra attributes I set to the objects though..
Wednesday 03 March 2004 5:28:47 am
Oh yeah, I think I forgot about that bit because I didn't know the answer!
I'm no stylesheet expert, so there might be a way to define it in CSS, but you'd have to search w3c to find it.
Can anyone else give some input?