/    Sign up×
Community /Pin to ProfileBookmark

css <style> attribute

Because of the style attribute my website “jumps” in different screensolutions.?..

my background image fits on every screen because I have used the <center> attribute.. but the picture’s and text on that image that is giving me a hard time..

to post a comment
HTML

3 Comments(s)

Copy linkTweet thisAlerts:
@Declan1991Jun 28.2009 — You'll have to show some code.

<center> is a tag, not an attribute. Maybe you meant align:center?
Copy linkTweet thisAlerts:
@ufoenauthorJun 28.2009 — okay.. i have used <center> tags to my image background..:

<center>

<img src="../Billeder/Forside1.jpg">

</center>

And css to my buttons:

<a href="Gaestebog.html">

<img src="../Billeder/8 c.jpg" width="200" height="150"; style="position:absolute; left:825px; top:200px" alt="Fotogalleri">

</a>
Copy linkTweet thisAlerts:
@ryanlundJul 02.2009 — It could be because your positioning them absolutely.....it would make them move for different resolutions (i think):

oh and dont use <center>

use either:
<i>
</i>&lt;div style="text-align:center" &gt;

&lt;/div&gt;


or

<i>
</i>&lt;div style="margin:0 auto;"&gt;

&lt;/div&gt;


The second would be used for a wrapper for your site content, like on my site www.ryanlund.co.uk << have a look, you will see what i mean
×

Success!

Help @ufoen spread the word by sharing this article on Twitter...

Tweet This
Sign in
Forgot password?
Sign in with TwitchSign in with GithubCreate Account
about: ({
version: 0.1.9 BETA 5.3,
whats_new: community page,
up_next: more Davinci•003 tasks,
coming_soon: events calendar,
social: @webDeveloperHQ
});

legal: ({
terms: of use,
privacy: policy
});
changelog: (
version: 0.1.9,
notes: added community page

version: 0.1.8,
notes: added Davinci•003

version: 0.1.7,
notes: upvote answers to bounties

version: 0.1.6,
notes: article editor refresh
)...
recent_tips: (
tipper: @Yussuf4331,
tipped: article
amount: 1000 SATS,

tipper: @darkwebsites540,
tipped: article
amount: 10 SATS,

tipper: @Samric24,
tipped: article
amount: 1000 SATS,
)...