I am always looking at peoples code to try to improve me own.
I have noticed that a lot of people don't use the tag.
I know you can control the width of a paragraph but this doesn't give you consistent line breaks across different browsers.
This doesn't usually matter but I have a situation at the moment where I want
A paragraph of text and then..
Click here to view >
What's the best way of making sure the Click here to view is always on a new line? I've tried changing the width of the paragraph but it doesn't give me what I want in all browsers.
Thanks
There is always the <p> tag.
There is always the
tag. You can play with margins, line-height, spans.
Or put the read more in a
Or put the read more in a and give the span display:block :shrug:
display block, thats worked
display block, thats worked great, thanks very much.
The click here was already a link so I didn't even need to use a span, just display block.
cheers
I thought block was going to
I thought block was going to do it and it does but it throws my background images out.
I have an arrow pointer gif graphic as a background image on my link set to right centre. Using block makes the the link the whole width of the paragraph above.
Is there any other way of forcing a new line.
Is there anyway for you to
Is there anyway for you to show us your code or better yet a link?
Yeah sure its
Yeah sure its here
http://www.qwertypcs.co.uk/jaybe/
Its the two boxes with the tabs. This is only my 4th site using CSS, done loads with tables and flash so go steady with me.